Skip to content

Commit

Permalink
fix: configure otel collector correctly
Browse files Browse the repository at this point in the history
- don't export tracing data
  • Loading branch information
frrist committed Feb 8, 2024
1 parent 034e485 commit 8f7e391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ops/tf/modules/gcp/network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ variable "egress_tcp_ports" {
// Libp2p
"4001", // ipfs
"1235", // bacalhau
"4318", // otel
]
}

Expand Down
2 changes: 1 addition & 1 deletion ops/tf/modules/instance_files/otel-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ service:
traces:
receivers: [otlp]
processors: [memory_limiter, resourcedetection/gcp, resource, attributes/metrics, batch]
exporters: [logging, otlphttp]
exporters: [logging]
metrics:
receivers: [otlp, hostmetrics]
processors: [memory_limiter, resourcedetection/gcp, resource, attributes/metrics, batch]
Expand Down

0 comments on commit 8f7e391

Please sign in to comment.