Update opentelemetry-go monorepo to v1.11.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| go.opentelemetry.io/otel | require | minor | v1.10.0 -> v1.11.1 |
| go.opentelemetry.io/otel/sdk | require | minor | v1.10.0 -> v1.11.1 |
| go.opentelemetry.io/otel/trace | require | minor | v1.10.0 -> v1.11.1 |
Release Notes
open-telemetry/opentelemetry-go
v1.11.1: /v0.33.0
Added
- The Prometheus exporter in
go.opentelemetry.io/otel/exporters/prometheusregisters with a Prometheus registerer on creation. By default, it will register with the default Prometheus default registerer. A non-default registerer can be used by passing theWithRegistereroption. (#3239) - Added the
WithAggregationSelectoroption to thego.opentelemetry.io/otel/exporters/prometheuspackage to change the defaultAggregationSelectorused. (#3341) - The Prometheus exporter in
go.opentelemetry.io/otel/exporters/prometheusconverts theResourceassociated with metric exports into atarget_infometric. (#3285)
Changed
- The
"go.opentelemetry.io/otel/exporters/prometheus".Newfunction is updated to return an error. It will return an error if the exporter fails to register with Prometheus. (#3239)
Fixed
- The URL-encoded values from the
OTEL_RESOURCE_ATTRIBUTESenvironment variable are decoded. (#2963) - The
baggage.NewMemberfunction decodes thevalueparameter instead of directly using it. This fixes the implementation to be compliant with the W3C specification. (#3226) - Slice attributes of the
attributepackage are now comparable based on their value, not instance. (#3108 #3252) - The
ShutdownandForceFlushmethods of the"go.opentelemetry.io/otel/sdk/trace".TraceProviderno longer return an error when no processor is registered. (#3268) - The Prometheus exporter in
go.opentelemetry.io/otel/exporters/prometheuscumulatively sums histogram buckets. (#3281) - The sum of each histogram data point is now uniquely exported by the
go.opentelemetry.io/otel/exporters/otlpmetricexporters. (#3284, #3293) - Recorded values for asynchronous counters (
CounterandUpDownCounter) are interpreted as exact, not incremental, sum values by the metric SDK. (#3350, #3278) UpDownCountersare now correctly output as Prometheus gauges in thego.opentelemetry.io/otel/exporters/prometheusexporter. (#3358)- The Prometheus exporter in
go.opentelemetry.io/otel/exporters/prometheusno longer describes the metrics it will send to Prometheus on startup. Instead the exporter is defined as an "unchecked" collector for Prometheus. This fixes thereader is not registeredwarning currently emitted on startup. (#3291 #3342) - The
go.opentelemetry.io/otel/exporters/prometheusexporter now correctly adds_totalsuffixes to counter metrics. (#3360) - The
go.opentelemetry.io/otel/exporters/prometheusexporter now adds a unit suffix to metric names. This can be disabled using theWithoutUnits()option added to that package. (#3352)
v1.11.0: /v0.32.3
Retracts the v0.32.2 version of go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetricgrpc and go.opentelemetry.io/otel/exporters/otlpmetric/otlpmetrichttp given they include unresolvable dependencies.
Added
- Add default User-Agent header to OTLP exporter requests (
go.opentelemetry.io/otel/exporters/otlptrace/otlptracegrpcandgo.opentelemetry.io/otel/exporters/otlptrace/otlptracehttp). (#3261)
Changed
span.SetStatushas been updated such that calls that lower the status are now no-ops. (#3214)- Upgrade
golang.org/x/sys/unixfromv0.0.0-20210423185535-09eb48e85fd7tov0.0.0-20220919091848-fb04ddd9f9c8. This addresses GO-2022-0493. (#3235)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #125 (e59d0b6) into main (d92957b) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head e59d0b6 differs from pull request most recent head 11582cf. Consider uploading reports for the commit 11582cf to get more accurate results
@@ Coverage Diff @@
## main #125 +/- ##
=====================================
Coverage 93.1% 93.1%
=====================================
Files 3 3
Lines 176 176
=====================================
Hits 164 164
Misses 9 9
Partials 3 3
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information