otel-launcher-go
otel-launcher-go copied to clipboard
Bump go.opentelemetry.io/otel from 1.10.0 to 1.11.1
Bumps go.opentelemetry.io/otel from 1.10.0 to 1.11.1.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.11.1/0.33.0] 2022-10-19
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 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)[1.11.0/0.32.3] 2022-10-12
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)[0.32.2] Metric SDK (Alpha) - 2022-10-11
Added
- Added an example of using metric views to customize instruments. (#3177)
... (truncated)
Commits
2fe8861Release v1.11.1/v0.33.0 (#3367)510910eAdd unit suffixes to prometheus metric names (#3352)1d9d4b2add _total suffixes to prometheus counters (#3360)715631dFix Asynchronous Counters Recording (#3350)2d02a2fconvertsResourceinto atarget_infometric on the prometheus exporter (#...05aca23Decode values from OTEL_RESOURCE_ATTRIBUTES (#2963)430f558Convert UpDownCounters to Prometheus gauges (#3358)6c0a7c4Fix getting-started.md with the correct import packages in main.go (#3354)ad45631Bump github.com/itchyny/gojq from 0.12.7 to 0.12.9 in /internal/tools (#3303)537660eBump lycheeverse/lychee-action from 1.4.1 to 1.5.1 (#3301)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)