nim-codex/metrics/prometheus.yml
Eric Mastro 88caa011b6
[rest api] fix purchases documentation
Documentation in the REST OpenAPI spec were showing incorrect information about Purchasing endpoints.

Update the open api spec to reflect information about purchases, not requests.
2023-03-22 16:49:41 +11:00

11 lines
212 B
YAML

global:
scrape_interval: 12s
scrape_configs:
- job_name: "codex"
static_configs:
- targets: ['127.0.0.1:8008']
- job_name: "node_exporter"
static_configs:
- targets: ['127.0.0.1:9100']