mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 15:19:58 +00:00
The metrics are served by an http endpoint, which is meant to be spawned in a new thread. In the future the endpoint will provide more APIs, but for the time being, we won't bother with proper routing.
6 lines
121 B
YAML
6 lines
121 B
YAML
scrape_configs:
|
|
- job_name: 'default'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets: ['localhost:9898']
|