Operations 5 min read

Master Nightingale Monitoring: Add Data Sources, Query Metrics, Build Dashboards

This guide walks you through setting up the open‑source Nightingale monitoring platform—adding Prometheus as a data source, performing metric queries with PromQL, and creating visual dashboards—providing practical steps for building an observable, reliable operations environment.

Linux Ops Smart Journey
Linux Ops Smart Journey
Linux Ops Smart Journey
Master Nightingale Monitoring: Add Data Sources, Query Metrics, Build Dashboards

Adding a Data Source

Nightingale does not collect metrics directly; it relies on a backend time‑series database. Common sources include Prometheus, VictoriaMetrics, and M3DB. The example below shows how to add a Prometheus data source.

1. Add Prometheus data source

2. Configure connection to Prometheus

3. Verify the addition

Querying Monitoring Metrics

After the data source is connected, you can query key performance indicators (KPIs) using PromQL.

Navigate to Data Query → Metrics → Instant Query .

Select the configured data source (e.g., Prometheus).

Enter a PromQL expression, such as node_load1, and click Query.

Results are displayed, and you can add multiple queries to compare trends.

Adding a Dashboard

Dashboards provide a visual “command center” for your metrics. Nightingale supports drag‑and‑drop editing and multi‑panel composition.

Go to Data Query → Dashboard .

Click the Import button and choose Import Built‑in Dashboard .

Select the Linux component.

Check the dashboard tagged NodeExporter and click Import .

Conclusion

By following these steps—adding a data source, querying metrics, and building dashboards—you have covered the core workflow of Nightingale, establishing an observable and reliable monitoring system for modern operations.

Nightingale is more than a tool; it embodies an operational mindset that lets data speak, problems become visible, and responses accelerate.

MonitoringobservabilityPrometheusnightingale
Linux Ops Smart Journey
Written by

Linux Ops Smart Journey

The operations journey never stops—pursuing excellence endlessly.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.