You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
e45ec84341
Add a supertest metrics probe that emits telemetry, configure vmagent sidecars in the Docker e2e stack, and assert the emitted plugin metric reaches synced rollups through the admin API.
9 lines
151 B
YAML
9 lines
151 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: tribes
|
|
metrics_path: /metrics
|
|
static_configs:
|
|
- targets: ["127.0.0.1:4000"]
|