How to set up Digibee API metrics with Prometheus
Learn how to integrate API metrics.
Requirements
Example of usage
Configuration
...
scrape_configs:
...
- job_name: digibee_platform_<ENVIRONMENT>
scheme: https
targets:
- <DIGIBEE_SERVICES_API_URL>
metrics_path: /metrics/openmetrics_raw?environment=<ENVIRONMENT>
params:
environment:
- <ENVIRONMENT>
apikey:
- {DIGIBEE_SERVICES_API_APIKEY}
metric:
- <METRIC_NAME>
basic_auth:
username: <DIGIBEE_SERVICES_API_USERNAME>
password: <DIGIBEE_SERVICES_API_PASSWORD>
honor_timestamps: true
scrape_interval: 5m
scrape_timeout: 60s
follow_redirects: trueVPN Configuration
Variables
Visualizing your data in Prometheus with Grafana
Metric Name
Description
Type
VPN Metrics
Metric name
Description
Type
Last updated
Was this helpful?