Metrics
Prometheus-compatible metrics endpoint for scraping and alerting.
This endpoint exposes metrics in Prometheus format that can be:
- Scraped by Prometheus server
- Visualized in Grafana dashboards
- Used for alerting rules
Example Prometheus scrape config:
- job_name: 'humwork-backend'
scrape_interval: 30s
metrics_path: '/metrics'
static_configs:
- targets: ['localhost:8000']
get/metrics
Response
Successful Response
{"stackTrail":"paths:/metrics:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.