这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,12 @@ Returns the first count (scalar) results of number.

## lookup(table string, key string) numberSet

Returns the first key from the given lookup table with matching tags, this searches the built-in index and so only makes sense when using OpenTSDB and sending data to /index or relaying through bosun.

## lookupSeries(series seriesSet, table string, key string) numberSet

Returns the first key from the given lookup table with matching tags.
The first argument is a series to use from which to derive the tag information. This is good for alternative storage backends such as graphite and influxdb.

## month(offset scalar, startEnd string) scalar

Expand Down