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
3b20e996
Commit
3b20e996
authored
Oct 06, 2015
by
Julius Volz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #228 from prometheus/tabular-console-wording
Update wording around "Tabular"/"Console" view.
parents
f3a28b59
a300f74b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
getting_started.md
content/docs/introduction/getting_started.md
+1
-1
examples.md
content/docs/querying/examples.md
+1
-1
template_reference.md
content/docs/visualization/template_reference.md
+1
-1
No files found.
content/docs/introduction/getting_started.md
View file @
3b20e996
...
@@ -98,7 +98,7 @@ FAQs](http://golang.org/doc/faq#Why_no_multi_CPU).
...
@@ -98,7 +98,7 @@ FAQs](http://golang.org/doc/faq#Why_no_multi_CPU).
Let us try looking at some data that Prometheus has collected about itself. To
Let us try looking at some data that Prometheus has collected about itself. To
use Prometheus's built-in expression browser, navigate to
use Prometheus's built-in expression browser, navigate to
http://localhost:9090/graph and choose the "
Tabular
" view within the "Graph"
http://localhost:9090/graph and choose the "
Console
" view within the "Graph"
tab.
tab.
As you can gather from http://localhost:9090/metrics, one metric that
As you can gather from http://localhost:9090/metrics, one metric that
...
...
content/docs/querying/examples.md
View file @
3b20e996
...
@@ -23,7 +23,7 @@ making it a range vector:
...
@@ -23,7 +23,7 @@ making it a range vector:
http_requests_total{job="apiserver", handler="/api/comments"}[5m]
http_requests_total{job="apiserver", handler="/api/comments"}[5m]
Note that an expression resulting in a range vector cannot be graphed directly,
Note that an expression resulting in a range vector cannot be graphed directly,
but viewed in the tabular view of the expression browser.
but viewed in the tabular
("Console")
view of the expression browser.
Using regular expressions, you could select time series only for jobs whose
Using regular expressions, you could select time series only for jobs whose
name match a certain pattern, in this case, all jobs that end with
`server`
.
name match a certain pattern, in this case, all jobs that end with
`server`
.
...
...
content/docs/visualization/template_reference.md
View file @
3b20e996
...
@@ -68,7 +68,7 @@ versions.
...
@@ -68,7 +68,7 @@ versions.
| match | pattern, text | boolean |
[
regexp.MatchString
](
http://golang.org/pkg/regexp/#MatchString
)
Tests for a regexp match. |
| match | pattern, text | boolean |
[
regexp.MatchString
](
http://golang.org/pkg/regexp/#MatchString
)
Tests for a regexp match. |
| reReplaceAll | pattern, replacement, text | string |
[
Regexp.ReplaceAllString
](
http://golang.org/pkg/regexp/#Regexp.ReplaceAllString
)
Regexp substitution. |
| reReplaceAll | pattern, replacement, text | string |
[
Regexp.ReplaceAllString
](
http://golang.org/pkg/regexp/#Regexp.ReplaceAllString
)
Regexp substitution. |
| graphLink | expr | string | Returns path to graph view in the
[
expression browser
](
/docs/visualization/browser/
)
for the expression. |
| graphLink | expr | string | Returns path to graph view in the
[
expression browser
](
/docs/visualization/browser/
)
for the expression. |
| tableLink | expr | string | Returns path to tabular view in the
[
expression browser
](
/docs/visualization/browser/
)
for the expression. |
| tableLink | expr | string | Returns path to tabular
("Console")
view in the
[
expression browser
](
/docs/visualization/browser/
)
for the expression. |
### Others
### Others
...
...
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