From 818b102dc59ce83bd0239637b1969c357b6d13fa Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Fri, 16 Feb 2024 08:26:41 -0800 Subject: [PATCH] Add prometheus receiver config --- ci/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/values.yaml b/ci/values.yaml index 819f4fd70854..618855f33ccc 100644 --- a/ci/values.yaml +++ b/ci/values.yaml @@ -66,6 +66,13 @@ config: endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318 + prometheus: + config: + scrape_configs: + - job_name: 'otelcol' + scrape_interval: 10s + static_configs: + - targets: ['0.0.0.0:8888'] exporters: # Disable debug exporter until we pull change that adds it from upstream debug: null