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