-
Notifications
You must be signed in to change notification settings - Fork 104
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
Update go.opentelemetry.io #930
base: main
Are you sure you want to change the base?
Update go.opentelemetry.io #930
Conversation
ℹ Artifact update noticeFile name: e2e-test-server/cloud_functions/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: e2e-test-server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/exponential_histogram/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/http/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlphttp/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/googlemanagedprometheus/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/integrationtest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/metric/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/trace/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/googleclientauthextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8e49df2
to
222a6bd
Compare
/gcbrun |
505ce57
to
c4e2999
Compare
/gcbrun |
8337d82
to
8bc7160
Compare
8bc7160
to
adb5d00
Compare
This PR contains the following updates:
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.111.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v1.15.0
->v1.21.0
v0.104.0
->v0.113.0
v0.104.0
->v0.111.0
v0.104.0
->v0.111.0
v0.104.0
->v0.111.0
v0.104.0
->v0.111.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.114.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v1.15.0
->v1.21.0
v0.109.0
->v0.111.0
v0.109.0
->v0.115.0
v0.104.0
->v0.115.0
v1.15.0
->v1.21.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.109.0
->v0.115.0
v0.9.0
->v0.12.0
v1.30.0
->v1.32.0
v0.54.0
->v0.57.0
v0.55.0
->v0.57.0
v1.29.0
->v1.32.0
v1.30.0
->v1.32.0
v0.5.0
->v0.8.0
v1.29.0
->v1.32.0
v1.23.0
->v1.32.0
v1.30.0
->v1.32.0
v1.29.0
->v1.32.0
v1.23.1
->v1.32.0
v1.29.0
->v1.32.0
v1.23.1
->v1.32.0
v1.29.0
->v1.32.0
v1.23.1
->v1.32.0
v0.52.0
->v0.54.0
v0.5.0
->v0.8.0
v1.29.0
->v1.32.0
v1.29.0
->v1.32.0
v0.5.0
->v0.8.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v0.5.0
->v0.8.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v1.3.1
->v1.4.0
v1.1.0
->v1.4.0
Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector)
v0.115.0
Compare Source
🛑 Breaking changes 🛑
otelcol
: Change all logged timestamps to ISO8601. (#10543)This makes log timestamps human-readable (as opposed to epoch seconds in
scientific notation), but may break users trying to parse logged lines in the
old format.
pdata/pprofile
: Upgrade pdata to opentelemetry-proto v1.4.0 (#11722)🚩 Deprecations 🚩
scraperhelper
: Deprecate all Scraper helpers in scraperhelper (#11732)Deprecate ScrapeFunc, ScraperOption, WithStart, WithShutdown in favor of equivalent funcs in scraper package.
💡 Enhancements 💡
exporterqueue
: Introduce a feature gate exporter.UsePullingBasedExporterQueueBatcher to use the new pulling model in exporter queue batching. (#8122, #10368)If both queuing and batching is enabled for exporter, we now use a pulling model instead of a
pushing model. num_consumer in queue configuration is now used to specify the maximum number of
concurrent workers that are sending out the request.
service
: label metrics as alpha to communicate their stability (#11729)consumer
: Mark consumer as stable. (#9046)service
: Add support for ca certificates in telemetry metrics otlp grpc exporter (#11633)Before this change the Certificate value in config was silently ignored.
🧰 Bug fixes 🧰
service
: ensure OTLP emitted logs respect severity (#11718)featuregate
: Fix an unfriendly display messageruntime error
when featuregate is used to display command line usage. ([#11651](https://redirect.github.com/open-telemetry/opentelemetry-cConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.