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
77e02e8e
Commit
77e02e8e
authored
Jan 23, 2015
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate and update PromDash documentation from wiki.
parent
b36b1588
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
228 additions
and
3 deletions
+228
-3
promdash.md
content/docs/visualization/promdash.md
+228
-3
No files found.
content/docs/visualization/promdash.md
View file @
77e02e8e
...
...
@@ -5,8 +5,233 @@ sort_rank: 2
# PromDash
PromDash is a simple, easy, and quick way to create consoles from your browser.
## Overview
See the
[
documentation
](
https://github.com/prometheus/promdash/blob/master/README.md
)
for more information.
PromDash is a browser-based dashboard builder for Prometheus. It is a
[
Rails
](
http://rubyonrails.org/
)
application and stores its dashboard metadata
in a configurable SQL backend.
TODO: Add content.
For installing and running PromDash, see the
[
README.md
](
https://github.com/prometheus/promdash/blob/master/README.md
)
for
more information. The instructions below assume that you have a running
PromDash installation.
## Registering a Prometheus server
Before you can graph data from a Prometheus server, you need to register it
with PromDash. Under the "Servers" tab, click "New Server" and enter the name
and URL of your Prometheus server. The URL needs to be in the form
`http://<host>:<port>/`
- note the trailing slash. Click "Create Server". This
server is now available for selection when configuring Prometheus graphs in a
dashboard.
## Creating a dashboard
To create a new dashboard, go to the "Dashboards" tab and click "New
Dashboard". Enter a name and click "Create Dashboard". The dashboard name is
now visible in the dashboards listing.
## Configuring a dashboard
A PromDash dashboard consists of a number of widgets which are arranged in
columns. Currently, two types of widgets are supported: Prometheus graphs and
arbitrary iframes (including some special support for auto-adjusting URL
parameters in Graphite graph links).
### Global settings
The menu bar at the top of a dashboard lets you configure global options which
have an effect on the dashboard as a whole:
*
**Time range**
: Either use the
`+`
or
`-`
buttons to increase or decrease the
global graph time range or type in a duration string of the form
`<number>[smhdwy]`
.
*
**Time window**
: Either use the
`<<`
or
`>>`
buttons to shift the global
graph time window backwards or forwards in time, or click on the input to
select a specific date/time as the end of the graph range.
*
**Manual refresh**
: The manual refresh button lets you trigger a refresh and
redraw of all graphs on the dashboard.
*
**Automatic refresh rate**
: This lets you set a periodic refresh interval.
*
**Dashboard settings menu**
:
*
**Columns**
: Choose the number of columns in which to display the
dashboard's widgets.
*
**Aspect ratio**
: For each widget, this sets an aspect ratio which will be
automatically maintained across resizes.
*
**Theme**
: Choose a light or dark look for you dashboard.
*
**Color Scheme**
: Allows you to select the color scheme for lines in your
graphs.
*
**Resolution**
: A slider that selects the resolution with which to load
data from Prometheus.
*
**Show annotation tags**
: Select whether to show the UI for editing tags
that speficy which annotations to load and display in graphs. See the
"Annotation tags" section.
*
**Show template variables**
: Select whether to show the UI for editing
global template variables for the dashboard. See the "Template variables"
section for more information.
*
**Encode entire dashboard in URL**
: Select whether to continuously update the
browser URL as changes to the dashboard are made. The browser URL will then
always reflect the current contents and state of the dashboard and may be
sent around to exactly recreate the dashboard in the state when the link
was generated.
*
**Fullscreen mode**
: This displays the entire dashboard in fullscreen/TV
mode, without any global menus. You may exit fullscreen mode by pressing
"Escape".
*
**Save Changes**
: This saves any changes to either the global dashboard
settings or the settings of individual widgets. Without saving, any changes
made to the dashboard are lost when reloading the page.
#### Using template variables
Template variables allow you to make generalized dashboards in which you set
only certain variables each time you display them. For example, if you were
interested in building a dashboard that shows statistics for a host, you
would not want to build a separate dashboard for each host. Instead, PromDash
lets you define the dashboard once and then create global template variables
for the changing parts of your dashboard. In the case of the host dashboard,
you might create a template variable called
`host`
and then let the user set
this variable to the name of the host which they are currently interested in.
The value of the variable value may then be inserted into relevant text input
fields in a widget's settings.
A variable is interpolated into a text input field by enclosing it with a set
of two curly braces:
`{{variable-name}}`
. The text inputs that support template
variable interpolation are:
*
The widget title.
*
The expression input fields in a Prometheus graph.
*
The URL input of an iframe widget.
In the example of a host dashboard, we could interpolate the
`host`
variable
into each widget's Prometheus expressions, like:
cpu_time_ns{host="{{host}}"}
...and set the title to:
CPU time for {{host}} in nanoseconds
Besides creating and setting variables via the user interface, you may set
existing variables or even define new ones via the URL:
http://<promdash-url>/<dashboard-name>#!?var.<var1>=<val1>&var.<var2>=<val2>
In the example of the host dashboard, the URL could look like this:
http://promdash.somedomain.int/hoststats#!?var.host=myhost
### Configuring a Prometheus graph
To add a Prometheus graph, click the "Add Graph" button on the dashboard.
To configure a Prometheus graph, move the mouse over its widget area until a
menu bar appears in the top left corner.
#### Datasources
To configure which data to display in a graph, select the
`Datasources`
menu
tab. It allows you to set one or multiple expressions to be graphed, along with
the Prometheus server they should be queried from. The supported expressions
are any standard
[
Prometheus expression language expressions
](
https://github.com/prometheus/prometheus/wiki/Expression-Language
)
.
For each expression, you can select a graph axis to map the resulting data on,
as well as a format string that specifies how the returned time series labels
should be reflected in the legend. See later sections on how to add axes and
format strings.
#### Time options
The time options let you configure a custom range and time window per graph.
Note, however, that these are reset to the global time settings once the global
ones are changed again.
#### Graph and axis settings
The graph and axis settings allow you to configure a title for your graph, as
well as the preferred line interpolation and query resolution. Furthermore,
you may add a second axis and configure various options for each axis (stacked
vs. lines, axis scales, etc.).
#### Palette settings
The palette settings allow you to select a color scheme for drawing the lines
and filled areas in graphs. If set, this overrides the global setting as long
as the global setting remains unchanged.
#### Legend settings
The legend settings menu tab allows you to configure when to show the legend on
a graph, as well as defining how it should be formatted.
By default, each timeseries will be displayed with their full name (metric name
plus all label names and values) in the legend. If you have many timeseries or
timeseries with many labels, this can quickly lead to unusably long legends.
The
`Legend format`
builder allows you to create a list of format strings which
you can then assign to expressions in the
`Datasources`
tab. Each format string
allows you to customize how results returned from an expression should be
displayed in the legend. For each time series, the legend will show an
interpolated version of the given format string. To reference specific label
values in the format string, use double curly braces:
`{{label-name}}`
. For
example:
`{{host}} - cluster {{cluster}}`
.
#### Link to graph
The "Link to this graph" menu tab allows you to generate a link to a specific
graph. This link will show the graph in a single-widget fullscreen view as it
was configured when the link was generated. Subsequent changes to the
underlying graph will not affect the linked version of the graph.
### Using frames
You can add arbitrary iframes as widgets to a PromDash dashboard by clicking
the "Add Frame" button. You will be prompted to enter a URL to display, which
may later be configured via the "Frame Source" menu tab. Similarly to
Prometheus graph widgets, frame widgets allow you to configure a title and
generate a link to the frame.
#### Automatic Graphite graph URL adjustment
PromDash has limited support for parsing and rewriting links to Graphite graph
URLs. If you want to embed a Graphite graph via a PromDash frame, enable the
option "this is a graphite graph" under the "Frame options" menu tab. PromDash
will then automatically resize the Graphite graph to fit its widget by
dynamically rewriting the frame URL. It will also add time controls which act
similarly to those found in Prometheus graph widgets.
## Embedding a gashboard
PromDash has support for embedding dashboards into other pages via iframes. To
get an embeddable view for a PromDash dashboard, add
`embed`
to the URL of a
dashboard as the first path element:
http://<promdash-url>/embed/<dashboard-name>
This view shows the dashboard's graphs in a carousel-view, one graph at a time.
It omits the menu structure, the dashboard title, and global controls.
In the example of the host dashboard, the embeddable URL could look like this:
http://promdash.somedomain.int/embed/hoststats#!?var.host=myhost
## Pushing dashboard representations as JSON via HTTP
It's possible to retrieve and update the content of existing PromDash
dashboards via the JSON format over HTTP. For example, this allows you to
manage the authoritative version of your dashboard content in source control,
while still using PromDash for the display.
### Getting a dashboard's JSON representation
curl http://<promdash-url>/<dashboard-slug>.json > dashboard.json
### Updating a dashboard's JSON representation
curl -H 'Content-Type: application/json' -X PUT -d @dashboard.json http://<promdash-url>/<dashboard-slug>.json
### Specifying servers by URL
Any occurrences of
`serverID`
in the JSON format may now be optionally replaced
by a
`serverURL`
property, specifying a server by its URL instead of by its
internal database ID. A
`serverURL`
property needs to match the URL of an
existing configured server in PromDash exactly - otherwise a
`422 Unprocessable
Entity`
HTTP error is returned.
Be aware that if you GET the JSON representation of a dashboard, it will always
show
`serverID`
fields, and never
`serverURL`
, since any uploaded JSON
containing
`serverURL`
s is transformed immediately to
`serverID`
s before being
saved server-side.
## TODOs
Add documention about:
*
annotation tags
*
`fullscreen`
/
`fullscreenTitle`
URL parameters
*
document the dashboard JSON format
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