Skip to content

Prometheus

Connecting NeuBird to your Prometheus instance enables collection of metrics telemetry for real-time monitoring of key performance indicators and resource utilization.

  1. Running Prometheus instance — If you don’t have one, follow the official setup guide.

    Prometheus setup

  2. API accessibility — Verify the Prometheus API is reachable:

    Terminal window
    curl http://<prometheus-server>:9090/api/v1/targets

    API accessibility check

    This should return a list of targets being monitored. If the API is not accessible from the internet, you may need to configure network access or use Teleport for private endpoints.

  3. Gather your URL — You’ll need the Prometheus server URL, e.g. http://<prometheus-server>:9090.

FieldRequiredDescription
NameYesA descriptive name for this connection
DescriptionNoOptional note about what this connection is for
URLYesPrometheus server URL, e.g. http://<prometheus-server>:9090

For general instructions on creating and managing connections, see the Connections Overview.