Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.46 KB

examples.rst

File metadata and controls

68 lines (43 loc) · 1.46 KB

Examples

Top-of-funnel report

View HTML

This example utilizes a MySQL Datasource and multiple Plot visualizations to show a high-level overview of the number of new signups over the last week (both as an running total and as a count of new signups per day).

Show/hide configuration YAML
.. literalinclude:: ../../examples/mysql.yaml
   :language: yaml

CI report

View HTML

This example uses both a View and Datasource provided by the Jenkins plugin to show an overview of build jobs and their success/failure statuses.

Show/hide configuration YAML
.. literalinclude:: ../../examples/jenkins.yaml
   :language: yaml

Ops report

View HTML

This example uses both a View and Datasource provided by the Prometheus plugin to show a visualization of some time series data representing server load, as well as a summary of alerts fired by the Prometheus server over the report window.

Show/hide configuration YAML
.. literalinclude:: ../../examples/prometheus.yaml
    :language: yaml