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
133f74a2
Commit
133f74a2
authored
Dec 24, 2014
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording in metric types documentation.
parent
e6a6a7ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
metric_types.md
content/docs/concepts/metric_types.md
+6
-5
No files found.
content/docs/concepts/metric_types.md
View file @
133f74a2
...
...
@@ -5,16 +5,16 @@ sort_rank: 2
# Metric Types
Prometheus offers
three core metric types:
The Prometheus client libraries offer
three core metric types:
*
Counters
*
Gauges
*
Summaries
Metric types are currently only differentiated in the client libraries (to
enable APIs tailored to the usage of the specific types) and in the wire
These metric types are currently only differentiated in the client libraries
(to
enable APIs tailored to the usage of the specific types) and in the wire
protocol. The Prometheus server does not yet make use of the type information
a
fter ingesting samples as
time series. This may change in the future.
a
nd flattens all data into untyped
time series. This may change in the future.
## Counter
...
...
@@ -53,7 +53,8 @@ A _summary_ samples observations (usually things like request durations) over
sliding windows of time and provides instantaneous insight into their
distributions, frequencies, and sums.
A summary with a base metric name of
`<basename>`
exposes multiple time series:
A summary with a base metric name of
`<basename>`
exposes multiple time series
during a scrape:
*
streaming
**quantile values**
of observed events, exposed as
`<basename>{quantile="<quantile label>"}`
*
the
**total sum**
of all observed values, exposed as
`<basename>_sum`
...
...
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