Skip to content

Commit

Permalink
fix: use debug over deprecated logging exporter (#7007)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Sep 11, 2024
1 parent 44e2d6d commit 518b85d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/galoy-deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ opentelemetry-collector:
mode: daemonset
config:
exporters:
logging: {}
debug: {}
otlp:
endpoint: "api.honeycomb.io:443"
headers:
Expand Down Expand Up @@ -164,7 +164,7 @@ opentelemetry-collector:
pipelines:
logs:
exporters:
- logging
- debug
processors:
- memory_limiter
- batch
Expand All @@ -173,7 +173,7 @@ opentelemetry-collector:
metrics:
exporters:
- otlp
- logging
- debug
processors:
- filter/ottl
- memory_limiter
Expand All @@ -183,7 +183,7 @@ opentelemetry-collector:
- kubeletstats
traces:
exporters:
- logging
- debug
- otlp
processors:
- filter/ottl
Expand Down

0 comments on commit 518b85d

Please sign in to comment.