Skip to content

Commit

Permalink
[TEST] update collector example with debug exporter (#3050)
Browse files Browse the repository at this point in the history
The logging exporter was renamed debug in 2023, the logging exporter will be removed in the near future, updating the example accordingly.
  • Loading branch information
codeboten committed Sep 4, 2024
1 parent 7f785b5 commit 0803569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functional/otlp/otel-config-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ processors:
check_interval: 5s

exporters:
logging:
loglevel: debug
debug:
verbosity: debug

service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
exporters: [debug]

1 comment on commit 0803569

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 0803569 Previous: 7f785b5 Ratio
BM_SpinLockThrashing/1/process_time/real_time 6.933053334554036 ms/iter 0.17683788369621484 ms/iter 39.21

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.