-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[chore] rollback otelhttp dep #31141
Merged
codeboten
merged 3 commits into
open-telemetry:main
from
codeboten:codeboten/rollback-otelhttp-dep
Feb 8, 2024
Merged
[chore] rollback otelhttp dep #31141
codeboten
merged 3 commits into
open-telemetry:main
from
codeboten:codeboten/rollback-otelhttp-dep
Feb 8, 2024
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
v0.48.0 causes data races in the unit tests Signed-off-by: Alex Boten <[email protected]>
codeboten
requested review from
MovieStoreGuy,
andrzej-stencel,
atoulme,
fatsheep9146,
dmitryax,
djaglowski,
jpkrohling,
Aneurysm9,
dashpole,
TylerHelmuth,
yurishkuro,
bogdandrutu,
arminru,
evan-bradley,
mx-psi and
songy23
as code owners
February 8, 2024 19:25
github-actions
bot
added
cmd/configschema
configschema command
cmd/otelcontribcol
otelcontribcol command
cmd/oteltestbedcol
cmd/telemetrygen
telemetrygen command
connector/datadog
examples/demo
exporter/alertmanager
exporter/datadog
Datadog components
exporter/dynatrace
exporter/f5cloud
F5 exporter
exporter/honeycombmarker
labels
Feb 8, 2024
github-actions
bot
added
internal/aws
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/remotetap
processor/resourcedetection
Resource detection processor
processor/schema
Schema processor
receiver/apache
receiver/apachespark
receiver/awscontainerinsight
receiver/awsecscontainermetrics
receiver/awsfirehose
receiver/bigip
receiver/cloudfoundry
receiver/collectd
receiver/couchdb
receiver/datadog
receiver/elasticsearch
labels
Feb 8, 2024
Signed-off-by: Alex Boten <[email protected]>
bogdandrutu
approved these changes
Feb 8, 2024
songy23
approved these changes
Feb 8, 2024
Signed-off-by: Alex Boten <[email protected]>
Failing opampsupervisor test is frequency of #30931, I've added a reference there. |
For reference this is the bug we're rolling back to avoid. |
This was referenced Feb 8, 2024
Thanks for handling so quickly @codeboten, really appreciate it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/configschema
configschema command
cmd/otelcontribcol
otelcontribcol command
cmd/oteltestbedcol
cmd/telemetrygen
telemetrygen command
connector/datadog
examples/demo
exporter/alertmanager
exporter/datadog
Datadog components
exporter/dynatrace
exporter/f5cloud
F5 exporter
exporter/honeycombmarker
exporter/influxdb
exporter/instana
exporter/logicmonitor
exporter/logzio
exporter/loki
Loki Exporter
exporter/mezmo
exporter/opensearch
exporter/prometheus
exporter/prometheusremotewrite
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/zipkin
extension/healthcheck
Health Check Extension
extension/httpforwarder
extension/jaegerremotesampling
extension/oauth2clientauth
extension/observer
extension/remotetap
extension/sumologic
internal/aws
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/remotetap
processor/resourcedetection
Resource detection processor
processor/schema
Schema processor
receiver/apache
receiver/apachespark
receiver/awscontainerinsight
receiver/awsecscontainermetrics
receiver/awsfirehose
receiver/bigip
receiver/cloudfoundry
receiver/collectd
receiver/couchdb
receiver/datadog
receiver/elasticsearch
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.
v0.48.0 causes data races in the unit tests