-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] Prepare release v1.25.0/v0.119.0 #12252
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12252 +/- ##
=======================================
Coverage 91.30% 91.30%
=======================================
Files 465 465
Lines 25658 25658
=======================================
Hits 23426 23426
Misses 1816 1816
Partials 416 416 ☔ View full report in Codecov by Sentry. |
@codeboten I noticed something weird. I was double checking that the receivers:
otlp:
protocols:
grpc:
endpoint: localhost:5317
http:
endpoint: localhost:5318
exporters:
debug:
verbosity: detailed
service:
telemetry:
metrics:
level: detailed
readers:
- periodic:
interval: 10000
exporter:
otlp:
protocol: http/protobuf
endpoint: localhost:4318
pipelines:
metrics:
receivers: [otlp]
exporters: [debug] With this config, if I wait a few seconds, I get this error message (no need to send any telemetry):
It sounds like the |
The following commands were run to prepare this release: