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
fdfc1adc
Commit
fdfc1adc
authored
Dec 24, 2014
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some more title-casing from headlines.
parent
6bce4b62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
naming.md
content/docs/practices/naming.md
+1
-1
operators.md
content/docs/querying/operators.md
+4
-4
No files found.
content/docs/practices/naming.md
View file @
fdfc1adc
...
@@ -10,7 +10,7 @@ for using Prometheus, but can serve as both a style-guide and collection of
...
@@ -10,7 +10,7 @@ for using Prometheus, but can serve as both a style-guide and collection of
best practices. Individual organizations might want to approach e.g. naming
best practices. Individual organizations might want to approach e.g. naming
conventions differently.
conventions differently.
## Metric
N
ames
## Metric
n
ames
A metric name:
A metric name:
...
...
content/docs/querying/operators.md
View file @
fdfc1adc
...
@@ -5,7 +5,7 @@ sort_rank: 2
...
@@ -5,7 +5,7 @@ sort_rank: 2
# Operators
# Operators
## Arithmetic
Binary O
perators
## Arithmetic
binary o
perators
The following binary arithmetic operators exist in Prometheus:
The following binary arithmetic operators exist in Prometheus:
*
`+`
(addition)
*
`+`
(addition)
...
@@ -31,7 +31,7 @@ Vector elements that don't find an exact label match on the other side get
...
@@ -31,7 +31,7 @@ Vector elements that don't find an exact label match on the other side get
dropped from the result. The metric name of the result vector is carried over
dropped from the result. The metric name of the result vector is carried over
from the left hand side of the expression.
from the left hand side of the expression.
## Comparison /
Filter Binary O
perators
## Comparison /
filter binary o
perators
The following binary comparison/filter operators exist in Prometheus:
The following binary comparison/filter operators exist in Prometheus:
...
@@ -57,7 +57,7 @@ find an exact label match on the other side of the expression get dropped from
...
@@ -57,7 +57,7 @@ find an exact label match on the other side of the expression get dropped from
the result, while the others get carried over into a result vector with their
the result, while the others get carried over into a result vector with their
original (left-hand-side) metric names and data values.
original (left-hand-side) metric names and data values.
# Logical/
Set Binary O
perators
# Logical/
set binary o
perators
These logical/set binary operators are only defined between instant vectors:
These logical/set binary operators are only defined between instant vectors:
...
@@ -74,7 +74,7 @@ over from the left-hand-side vector.
...
@@ -74,7 +74,7 @@ over from the left-hand-side vector.
which don't have matching labelsets in
`vector1`
. The metric name is carried
which don't have matching labelsets in
`vector1`
. The metric name is carried
over from the left-hand-side vector in both cases.
over from the left-hand-side vector in both cases.
# Aggregation
O
perators
# Aggregation
o
perators
Prometheus supports the following built-in aggregation operators that can be
Prometheus supports the following built-in aggregation operators that can be
used to aggregate the elements of a single instant vector, resulting in a new
used to aggregate the elements of a single instant vector, resulting in a new
...
...
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