Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
cbb2bdf9
Commit
cbb2bdf9
authored
Aug 08, 2016
by
Fabian Reinartz
Committed by
GitHub
Aug 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #511 from brancz/add-idelta
add idelta function documentation
parents
e957cd77
50c024af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
functions.md
content/docs/querying/functions.md
+10
-0
No files found.
content/docs/querying/functions.md
View file @
cbb2bdf9
...
...
@@ -162,6 +162,16 @@ more trends in the data is considered. Both `sf` and `tf` must be between 0 and
`holt_winters`
should only be used with gauges.
## `idelta()`
`idelta(v range-vector)`
`idelta(v range-vector)`
calculates the difference between the last two samples
in the range vector
`v`
, returning an instant vector with the given deltas and
equivalent labels.
`idelta`
should only be used with gauges.
## `increase()`
`increase(v range-vector)`
calculates the increase in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment