Commit 3b20e996 authored by Julius Volz's avatar Julius Volz

Merge pull request #228 from prometheus/tabular-console-wording

Update wording around "Tabular"/"Console" view.
parents f3a28b59 a300f74b
...@@ -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
......
...@@ -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`.
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment