Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions framework/.changeset/v0.16.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Remnove static ctf job from Prometheus config, because now we have Docker service discovery and having two OTEL collectors results in duplicated metrics
Comment thread
Tofel marked this conversation as resolved.
4 changes: 0 additions & 4 deletions framework/observability/compose/conf/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ scrape_configs:
scrape_interval: 2s
static_configs:
- targets: [ 'host.docker.internal:9112', '172.17.0.1:9112']
- job_name: 'otel-collector'
scrape_interval: 10s
static_configs:
- targets: [ 'otel-collector:8889' ]
- job_name: 'ctf'
metrics_path: /metrics
docker_sd_configs:
Expand Down
Loading