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
3 changes: 0 additions & 3 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,3 @@ vector_config: |
# use_otlp_decoding => one event already carries the client's full span batch.
batch.max_events = 1
batch.timeout_secs = 5
# Edge telemetry consolidated onto Vector (docker_logs + OTLP traces -> prod OTLP).
# otelcol-contrib is no longer used at the edge; the role removes its container.
otelcol_contrib_cleanup: true
2 changes: 0 additions & 2 deletions ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
tags: [init-server, node_exporter]
- role: ethpandaops.general.prometheus
tags: [init-server, prometheus]
- role: ethpandaops.general.otelcol_contrib
tags: [init-server, otelcol]
- role: ethpandaops.general.vector
tags: [init-server, vector]

Expand Down