Fix/clarify documentation for axn notation
Signed-off-by: Jonathan Ellithorpe <jelli@databricks.com>
This commit is contained in:
parent
83891135c6
commit
91650a32cc
|
@ -80,7 +80,7 @@ series: <string>
|
||||||
# Read this as series starts at a, then n further samples incrementing by b.
|
# Read this as series starts at a, then n further samples incrementing by b.
|
||||||
# 'a-bxn' becomes 'a a-b a-(2*b) a-(3*b) … a-(n*b)'
|
# 'a-bxn' becomes 'a a-b a-(2*b) a-(3*b) … a-(n*b)'
|
||||||
# Read this as series starts at a, then n further samples decrementing by b (or incrementing by negative b).
|
# Read this as series starts at a, then n further samples decrementing by b (or incrementing by negative b).
|
||||||
# 'axn' becomes 'a a a … a' (n times) - it's a shorthand for 'a+0xn'
|
# 'axn' becomes 'a a a … a' (a n+1 times) - it's a shorthand for 'a+0xn'
|
||||||
# There are special values to indicate missing and stale samples:
|
# There are special values to indicate missing and stale samples:
|
||||||
# '_' represents a missing sample from scrape
|
# '_' represents a missing sample from scrape
|
||||||
# 'stale' indicates a stale sample
|
# 'stale' indicates a stale sample
|
||||||
|
|
Loading…
Reference in New Issue