Integration with Prometheus

Reading Time: < 1 minute

When to use

A partition is required when you integrate Vezha into an external Prometheus-based observability loop.

What is available

  • Scrape endpoint at the level of a user or a specific server.
  • 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 the cluster, server and time window.
  3. Copy the generated scrape URL.
  4. Add the URL to your Prometheus job configuration.
  5. Run a test scrape in Vezha for pre-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