-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 opentelemetry-go monorepo #32276
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovatebot
labels
Apr 9, 2024
renovate
bot
requested review from
djaglowski,
MovieStoreGuy,
andrzej-stencel,
crobert-1,
dashpole,
atoulme,
jmacd,
dmitryax,
codeboten,
fatsheep9146,
jpkrohling,
Aneurysm9,
TylerHelmuth,
yurishkuro,
mx-psi,
bogdandrutu,
evan-bradley,
tigrannajaryan,
jsuereth,
arminru,
songy23 and
bryan-aguilar
as code owners
April 9, 2024 18:29
github-actions
bot
added
cmd/telemetrygen
telemetrygen command
connector/count
connector/datadog
connector/exceptions
connector/failover
labels
Apr 9, 2024
renovate
bot
force-pushed
the
renovate/opentelemetry-go-monorepo
branch
from
April 10, 2024 08:39
e5bc966
to
bec67fb
Compare
songy23
reviewed
Apr 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renovate
bot
force-pushed
the
renovate/opentelemetry-go-monorepo
branch
from
April 12, 2024 21:15
532312d
to
25e4805
Compare
renovate
bot
changed the title
Update opentelemetry-go monorepo
fix(deps): update opentelemetry-go monorepo
Apr 12, 2024
github-actions
bot
added
internal/aws
internal/metadataproviders
processor/schema
Schema processor
receiver/simpleprometheus
labels
Apr 12, 2024
This will be unblocked by open-telemetry/opentelemetry-collector#9934 |
renovate
bot
force-pushed
the
renovate/opentelemetry-go-monorepo
branch
from
April 16, 2024 17:49
06e8e35
to
6293be5
Compare
renovate
bot
changed the title
fix(deps): update opentelemetry-go monorepo
Update opentelemetry-go monorepo
Apr 16, 2024
codeboten
approved these changes
Apr 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/telemetrygen
telemetrygen command
connector/count
connector/datadog
connector/exceptions
connector/failover
connector/grafanacloud
connector/routing
connector/servicegraph
connector/spanmetrics
dependencies
Pull requests that update a dependency file
dependency issue
examples/demo
exporter/alertmanager
exporter/alibabacloudlogservice
Alibaba components
exporter/awscloudwatchlogs
awscloudwatchlogs exporter
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azuredataexplorer
exporter/azuremonitor
exporter/carbon
exporter/cassandra
exporter/clickhouse
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/dynatrace
exporter/elasticsearch
exporter/file
exporter/googlecloud
exporter/googlecloudpubsub
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/honeycombmarker
exporter/influxdb
exporter/instana
exporter/kafka
exporter/kinetica
exporter/loadbalancing
exporter/logicmonitor
exporter/logzio
exporter/loki
Loki Exporter
exporter/mezmo
exporter/opencensus
exporter/opensearch
exporter/otelarrow
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/rabbitmq
internal/aws
internal/metadataproviders
processor/schema
Schema processor
receiver/simpleprometheus
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:
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v0.46.0
->v0.47.0
v1.24.0
->v1.25.0
v0.0.7
->v0.0.8
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
v1.24.0
->v1.25.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.25.0
: /v0.47.0/v0.0.8/v0.1.0-alphaCompare Source
Added
WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4906)WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp
. (#4906)AddLink
method to theSpan
interface ingo.opentelemetry.io/otel/trace
. (#5032)Enabled
method is added to theLogger
interface ingo.opentelemetry.io/otel/log
.This method is used to notify users if a log record will be emitted or not. (#5071)
SeverityUndefined
const
togo.opentelemetry.io/otel/log
.This value represents an unset severity level. (#5072)
Empty
function ingo.opentelemetry.io/otel/log
to return aKeyValue
for an empty value. (#5076)go.opentelemetry.io/otel/log/global
to manage the globalLoggerProvider
.This package is provided with the anticipation that all functionality will be migrate to
go.opentelemetry.io/otel
whengo.opentelemetry.io/otel/log
stabilizes.At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Summary
metrics in thego.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
exporters. (#5100)otel.scope.name
andotel.scope.version
tags to spans exported bygo.opentelemetry.io/otel/exporters/zipkin
. (#5108)AddLink
togo.opentelemetry.io/otel/bridge/opencensus
. (#5116)String
method toValue
andKeyValue
ingo.opentelemetry.io/otel/log
. (#5117)go.opentelemetry.io/otel/exporters/prometheus
. (#5111)go.opentelemetry.io/otel/semconv/v1.24.0
. Futuresemconv
packages will include metric semantic conventions as well. (#4528)Changed
SpanFromContext
andSpanContextFromContext
ingo.opentelemetry.io/otel/trace
no longer make a heap allocation when the passed context has no span. (#5049)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
now create a gRPC client in idle mode and with "dns" as the default resolver usinggrpc.NewClient
. (#5151)Because of that
WithDialOption
ignoresgrpc.WithBlock
,grpc.WithTimeout
, andgrpc.WithReturnConnectionError
.Notice that
grpc.DialContext
which was used before is now deprecated.Fixed
Set
andDistinct
types ingo.opentelemetry.io/otel/attribute
. (#5027)ErrorHandler
self-delegation. (#5137)Removed
Deprecated
go.opentelemetry.io/otel/attribute.Sortable
type. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortable
function. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered
function. (#4734)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.24.0...v1.25.0
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.