Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.121.2
->v0.121.3
v1.13.1
->v1.14.1
v1.36.0
->v1.37.0
v0.61.0
->v0.62.0
v0.61.0
->v0.62.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v1.36.0
->v1.37.0
v0.238.0
->v0.240.0
Release Notes
googleapis/google-cloud-go (cloud.google.com/go)
v0.121.3
Compare Source
Documentation
rogpeppe/go-internal (github.com/rogpeppe/go-internal)
v1.14.1
Compare Source
What's Changed
Full Changelog: rogpeppe/go-internal@v1.14.0...v1.14.1
v1.14.0
Compare Source
What's Changed
func() int
in RunMain by @mvdan in https://github.com/rogpeppe/go-internal/pull/281New Contributors
Full Changelog: rogpeppe/go-internal@v1.13.1...v1.14.0
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/gcp)
v1.37.0
: Release 1.37.0/0.62.0/0.31.0/0.17.0/0.12.0/0.10.0/0.9.0Compare Source
Added
WithPublicEndpoint
andWithPublicEndpointFn
options togo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#7407)Changed
go.opentelemetry.io/contrib/instrumentation/runtime
now produces the new metrics by default. SetOTEL_GO_X_DEPRECATED_RUNTIME_METRICS=true
environment variable to additionally produce the deprecated metrics. (#7418)v1.30.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#7361)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/aws/ec2
. (#7373, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/aws/eks
. (#7375, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/aws/ecs
. (#7374, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/aws/lambda
. (#7376, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/azure/azurevm
. (#7377, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/bridges/otelslog
. (#7361, #7484)v1.27.0
tov1.34.0
ingo.opentelemetry.io/contrib/bridges/otellogr
. (#7387, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/bridges/otelzap
. (#7389, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/detectors/gcp
. (#7378, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful
. (#7383, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (#7383, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#7383, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
. (#7383, #7484)v1.26.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#7383, #7484)go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
tov1.34.0
. (#7393, #7484)go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo
tov1.34.0
. (#7393, #7484)go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
tov1.34.0
. (#7394, #7484)messaging.system=AmazonSQS
attribute has been corrected tomessaging.system=aws.sqs
.net.peer.addr
attribute key has been upgraded toserver.address
.http.status_code
attribute key has been upgraded tohttp.response.status_code
.db.system=dynamodb
attribute has been corrected todb.system.name=aws.dynamodb
.messaging.operation.type=publish
attribute has been corrected tomessaging.operation.type=send
.v1.21.0
tov1.34.0
ingo.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
. (#7400, #7484)go.opentelemetry.io/contrib/instrumentation/host
have been upgraded tov1.34.0
. (#7390, #7484)process.cpu.time
is updated to comply with semantic conventions.process.cpu.time
now uses thestate
attribute instead ofcpu.mode
.system.cpu.time
metric is renamed tocpu.time
.cpu.time
now uses thestate
attribute instead ofcpu.mode
.system.memory.usage
now uses thestate
attribute instead ofsystem.memory.state
.system.memory.utilization
now uses thestate
attribute instead ofsystem.memory.state
.system.memory.state
attribute (nowstate
) value ofavailable
is nowfree
instead.Deprecated
AttributeCPUTimeUser
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeCPUTimeSystem
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeCPUTimeOther
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeCPUTimeIdle
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeMemoryAvailable
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeMemoryUsed
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeNetworkTransmit
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)AttributeNetworkReceive
ingo.opentelemetry.io/contrib/instrumentation/host
is deprecated.Use
go.opentelemetry.io/otel/semconv
instead. (#7390)Fixed
go.opentelemetry.io/contrib/detectors/aws/eks
. (#7483)context.Context
fields ingo.opentelemetry.io/contrib/bridges/otelzap
. (#7368)ClientTracer
did not have a span ingo.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
. (#7464)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
. (#7146)Removed
StreamServerInterceptor
function fromgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
is removed. (#7362)What's Changed
StreamServerInterceptor
function from otelgrpc by @sonalgaud12 in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7362b2b9eea
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7391200df99
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7392bridges/otelzap
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7389semconv/v1.34.0/goconv
ininstrumentation/runtime
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7372otelconf
by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/738525d2f78
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7401Propagator.Inject
function inpropagators/aws/xray
by @sonalgaud12 in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/739965e9200
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7408b6e5de4
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7410OTEL_SEMCONV_STABILITY_OPT_IN=http/dup
with new/old metrics by @keisku in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7356host
instrumentation by @MrAlias in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7390513f239
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74239a9ac21
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74214c0f3b2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74274884ade
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74388b98d1e
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74599627e99
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7461e50bbf1
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/74658f04292
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7478b7579e2
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/749490b6ad3
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7496fef9409
by @renovate in https://github.com/open-telemetry/opentelemetry-go-contrib/pull/7503New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.36.0...v1.37.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.37.0
: /v0.59.0/v0.13.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.33.0
package.The package contains semantic conventions from the
v1.33.0
version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.32.0.
(#6799)go.opentelemetry.io/otel/semconv/v1.34.0
package.The package contains semantic conventions from the
v1.34.0
version of the OpenTelemetry Semantic Conventions. ([#6812](https://redireConfiguration
📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.