gatewayd
gatewayd copied to clipboard
Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.28.0
Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.28.0.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.
[1.28.0/0.50.0/0.4.0] 2024-07-02
Added
- The
IsEmptymethod is added to theInstrumenttype ingo.opentelemetry.io/otel/sdk/metric. This method is used to check if anInstrumentinstance is a zero-value. (#5431)- Store and provide the emitted
context.ContextinScopeRecordsofgo.opentelemetry.io/otel/sdk/log/logtest. (#5468)- The
go.opentelemetry.io/otel/semconv/v1.26.0package. The package contains semantic conventions from thev1.26.0version of the OpenTelemetry Semantic Conventions. (#5476)- The
AssertRecordEqualmethod togo.opentelemetry.io/otel/log/logtestto allow comparison of two log records in tests. (#5499)- The
WithHeadersoption togo.opentelemetry.io/otel/exporters/zipkinto allow configuring custom http headers while exporting spans. (#5530)Changed
Tracer.Startingo.opentelemetry.io/otel/trace/noopno longer allocates a span for empty span context. (#5457)- Upgrade
go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/otel-collector. (#5490)- Upgrade
go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/zipkin. (#5490)- Upgrade
go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/exporters/zipkin. (#5490)
- The exporter no longer exports the deprecated "otel.library.name" or "otel.library.version" attributes.
- Upgrade
go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/resource. (#5490)- Upgrade
go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/trace. (#5490)SimpleProcessor.OnEmitingo.opentelemetry.io/otel/sdk/logno longer allocates a slice which makes it possible to have a zero-allocation log processing usingSimpleProcessor. (#5493)- Use non-generic functions in the
Startmethod of"go.opentelemetry.io/otel/sdk/trace".Traceto reduce memory allocation. (#5497)service.instance.idis populated for aResourcecreated with"go.opentelemetry.io/otel/sdk/resource".Defaultwith a default value whenOTEL_GO_X_RESOURCEis set. (#5520)- Improve performance of metric instruments in
go.opentelemetry.io/otel/sdk/metricby removing unnecessary calls totime.Now. (#5545)Fixed
- Log a warning to the OpenTelemetry internal logger when a
Recordingo.opentelemetry.io/otel/sdk/logdrops an attribute due to a limit being reached. (#5376)- Identify the
Tracerreturned from the globalTracerProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)- Identify the
Meterreturned from the globalMeterProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)- Log a warning to the OpenTelemetry internal logger when a
Spaningo.opentelemetry.io/otel/sdk/tracedrops an attribute, event, or link due to a limit being reached. (#5434)- Document instrument name requirements in
go.opentelemetry.io/otel/metric. (#5435)- Prevent random number generation data-race for experimental rand exemplars in
go.opentelemetry.io/otel/sdk/metric. (#5456)- Fix counting number of dropped attributes of
Recordingo.opentelemetry.io/otel/sdk/log. (#5464)- Fix panic in baggage creation when a member contains
0x80char in key or value. (#5494)- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5508)- Retry trace and span ID generation if it generated an invalid one in
go.opentelemetry.io/otel/sdk/trace. (#5514)- Fix stale timestamps reported by the last-value aggregation. (#5517)
- Indicate the
Exporteringo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpmust be created by theNewmethod. (#5521)- Improved performance in all
{Bool,Int64,Float64,String}SliceValuefunctions ofgo.opentelemetry.io/attributesby reducing the number of allocations. (#5549)- Replace invalid percent-encoded octet sequences with replacement char in
go.opentelemetry.io/otel/baggage. (#5528)
Commits
81216fbReleases v1.28.0/v0.50.0/v0.4.0 (#5569)8279a1aAdd@XSAMand@dmathieuas repository maintainers (#5558)cff1a25chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.104...0485de2Move time.Now call into exemplar reservoir to improve performance (#5545)1cefb17chore(deps): update google.golang.org/genproto/googleapis/rpc digest to f6361...874f2a2chore(deps): update google.golang.org/genproto/googleapis/api digest to f6361...b477e34sdk/log: Add filtering Processor example (#5543)d7e5001sdk/log: Fix ExampleProcessor_redact to clone the record (#5559)4987a1dSplit the span start/end benchmarks and test start with links and attributes ...82fe9aaGenerateinternal/transforminotlploggrpc(#5553)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)