Skip to content

Commit 984f345

Browse files
committed
feat: add Prometheus for Envoy
1 parent 628b11e commit 984f345

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

k8s/kkweon-okteto/grafana-agent.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ data:
2323
- targets:
2424
# this should match service/server:http-metrics.
2525
- server:9093
26+
- job_name: envoy
27+
metrics_path: /stats/prometheus
28+
static_configs:
29+
- targets:
30+
- envoy:9000
2631
integrations:
2732
prometheus_remote_write:
2833
- url: https://prometheus-blocks-prod-us-central1.grafana.net/api/prom/push

0 commit comments

Comments
 (0)