From 92dc4fedb3847ec36df07b34ad7ccb09fd697ddb Mon Sep 17 00:00:00 2001 From: pashko Date: Mon, 9 Dec 2024 22:07:31 +0800 Subject: [PATCH] Add configs/prometheus-config/prometheus.yml --- configs/prometheus-config/prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/prometheus-config/prometheus.yml diff --git a/configs/prometheus-config/prometheus.yml b/configs/prometheus-config/prometheus.yml new file mode 100644 index 0000000..a370f47 --- /dev/null +++ b/configs/prometheus-config/prometheus.yml @@ -0,0 +1,6 @@ +scrape_configs: + - job_name: 'otel-collector' + scrape_interval: 5s + static_configs: + - targets: ['otel-collector:8889'] + \ No newline at end of file