Prometheus Integration
Add DeltaStream metrics endpoint as a Prometheus Metrics Endpoint
Step 1: Create DeltaStream Metrics Token
Step 2: Add new Prometheus Endpoint to Scrape DeltaStream Metrics
- job_name: deltastream-metrics
metrics_path: /metrics
scheme: https
scrape_interval: 60s
scrape_protocols: [ "PrometheusText0.0.4" ]
authorization:
type: Bearer
credentials: <your Bearer token from Step 1>
static_configs:
- targets:
- "api-atyo2.deltastream.io" # [ your URI from Step 1 ]
labels:
<your custom label> : "<your custom label value>"
Last updated

