Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Dangi committed Aug 8, 2024
1 parent 67a02fb commit aba1d40
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docker/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,15 @@ service:
- otlp
metrics:
exporters:
- logging
#- prometheusremotewrite
# - logging
- prometheusremotewrite
processors:
- memory_limiter
- batch
receivers:
- logging/noop
# - statsd
# - otlp
# - opencensus
- statsd
- otlp
- opencensus
# - prometheus
traces:
exporters:
Expand All @@ -112,8 +111,7 @@ service:
# - memory_limiter
# - batch
receivers:
- logging/noop
# - otlp
- otlp
# - jaeger
# - zipkin
# - opencensus

0 comments on commit aba1d40

Please sign in to comment.