Integration with Prometheus

Reading Time: < 1 minute

When to use

The section is required when you integrate Vezha into an external observability loop based on Prometheus.

What is available

  • Scrape endpoint at the user or specific server level.
  • Selection of time window (minutes) for export.
  • Test preview of the raw Prometheus format right in the UI.

Steps

  1. Open the Prometheus page.
  2. Select cluster, server and time window.
  3. Copy the generated scrape URL.
  4. Add the URL to your Prometheus job configuration.
  5. Run test scrape in Vezha for preliminary validation.

What to check

  • Scrape returns valid metrics without format errors.
  • In Prometheus, a target has a state up.
  • Vezha key metrics are available for dashboards and alerts.

Practice

Start with a server-level scrape for critical nodes, then scale coverage to the entire circuit.

Scroll to Top