Skip to content

Commit

Permalink
Merge pull request open-telemetry#18 from damemi/fix-make-start
Browse files Browse the repository at this point in the history
Fix make start after rebase
  • Loading branch information
dashpole committed Feb 16, 2024
2 parents 9464a6b + 77b0130 commit 330e0da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/otelcollector/otelcol-config-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@ processors:

exporters:
googlecloud:
log:
default_log_name: opentelemetry.io/opentelemetry-demo

googlemanagedprometheus:

service:
pipelines:
logs:
processors: [memory_limiter, resourcedetection, resource, batch]
processors: [memory_limiter, resourcedetection, batch]
exporters: [googlecloud]
traces:
processors: [memory_limiter, resourcedetection, resource, batch]
processors: [memory_limiter, resourcedetection, batch]
exporters: [googlecloud] #spanmetrics disabled
metrics:
receivers: [otlp] #spanmetrics disabled
processors: [filter/ottl, filter/currency, memory_limiter, resourcedetection, transform, transform/collision, resource, batch]
processors: [filter/currency, memory_limiter, resourcedetection, transform/collision, batch]
exporters: [googlemanagedprometheus]

0 comments on commit 330e0da

Please sign in to comment.