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
09f53a6f
Commit
09f53a6f
authored
Dec 23, 2014
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename and improve data model docs.
parent
a6732bc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
data_model.md
content/docs/concepts/data_model.md
+4
-3
No files found.
content/docs/concepts/
time_series
.md
→
content/docs/concepts/
data_model
.md
View file @
09f53a6f
---
---
title
:
Time series
title
:
Data model
sort_rank
:
1
sort_rank
:
1
---
---
#
Time series
#
Data model
Prometheus fundamentally stores all data as
[
_time
Prometheus fundamentally stores all data as
[
_time
series_](http://en.wikipedia.org/wiki/Time_series): streams of timestamped
series_](http://en.wikipedia.org/wiki/Time_series): streams of timestamped
...
@@ -23,7 +23,8 @@ must match the regex `[a-zA-Z_:][a-zA-Z0-9_:]`.
...
@@ -23,7 +23,8 @@ must match the regex `[a-zA-Z_:][a-zA-Z0-9_:]`.
Labels enable Prometheus's dimensional data model: any given combination of
Labels enable Prometheus's dimensional data model: any given combination of
labels for the same metric name identifies a particular dimensional
labels for the same metric name identifies a particular dimensional
instantiation of that metric (for example: all HTTP requests that used the
instantiation of that metric (for example: all HTTP requests that used the
method
`POST`
and which resulted in a
`404`
response). Changing any label
method
`POST`
and which resulted in a
`404`
response). The query language
allows filtering and aggregation based on these dimensions. Changing any label
value, including adding or removing a label, will create a new time series.
value, including adding or removing a label, will create a new time series.
Label names may contain ASCII letters, numbers, as well as underscores. They
Label names may contain ASCII letters, numbers, as well as underscores. They
...
...
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