Skip to content

Commit

Permalink
fix: EBPF_NET_CRASH_METRIC_PORT env in ebpf chart not being quoted is…
Browse files Browse the repository at this point in the history
…sue.

Signed-off-by: Yang, Robin <[email protected]>
  • Loading branch information
hyfj44255 committed Sep 22, 2024
1 parent 3a91eb3 commit 696c7a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/opentelemetry-ebpf/ci/enabled-log-debug-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ log:

debug:
enabled: true
storeMinidump: true
sendUnplannedExitMetric: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# OTLP gRPC endpoint to send the collected metrics
endpoint:
address: "example-opentelemetry-collector.default"

debug:
enabled: true
storeMinidump: true
# This will send a metric when the collector exits unexpectedly, useful to detect crashes and restarts
# The metric will be sent to the address and port defined in the endpoint section
# The port is defined as integer, but it should be quoted since it will be put to containers' env
sendUnplannedExitMetric: true

0 comments on commit 696c7a1

Please sign in to comment.