Getting started with Dashboards

Take your observability to the next level by visualizing exactly what's vital for you.

Creating dashboards

Start by creating a dashboard in Dashboards → Create dashboard.

Pick from a wide range of Ready-made dashboards, or select Blank dashboard to create your own from scratch.

Select a Source to query in the top panel.

Click on Create chart. You can now drag and drop any metrics available in the selected source to customize your chart.

Xnapper-2024-09-12-14.10.05.png

Click Run query to see your chart:

Xnapper-2024-09-12-14.12.14.png

Logs and metrics

While Live tail allows you to see your logs, Dashboards only visualize your metrics. Dashboards are based on metrics to make them fast and efficient. Metrics are pre-aggregated data points extracted from your logs or Prometheus-like metrics you send to Better Stack directly.

Want to chart data from your logs?

Learn how to extract any metric from your logs using Logs to metrics.

Already have metrics you want to chart?

Start by creating a Prometheus source. Send your metrics from Prometheus or using our HTTP API.

Some sources, for example Kubernetes or Heroku, send metrics out-of-the-box right after connecting to Better Stack.

Read more about Prometheus-like metrics.

More query types

If you want to include real-time logs or have more control over the results there are multiple options for querying your data.

Log filtering

Include Live tail snippets to include real-time logs in your Dashboard.

Log filtering allows you to show logs filtered using Live tail query language from the last 10 minutes.

Xnapper-2024-09-12-14.24.16.png

PromQL (beta)

Prometheus Query Language is designed for querying time series data. In Better Stack, we've adapted a subset of PromQL to work with log data, allowing you to leverage some of your existing PromQL knowledge.

Read more in Simplified PromQL.

Xnapper-2024-09-12-14.26.04.png

SQL expression

Using ClickHouse SQL to query your metrics offers the most control over how your data will be processed.

Read more in our guide on SQL queries.

Xnapper-2024-09-12-14.26.35.png

Static text

Customize your dashboards with formatted text, such as instructions or detailed explanations of the data.

You can use Markdown language to format your text and include links and images.

Xnapper-2024-09-12-14.31.03.png