-
Notifications
You must be signed in to change notification settings - Fork 159
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 Dependencies to latest #4275
Conversation
28b501b
to
0debbde
Compare
remaining errors: 2024/02/21 00:27:58 🐳 Starting container: 139a3de24a3e
contains unexpected metrics otelcol_http_client_duration, otelcol_http_client_request_size, otelcol_http_client_response_size
2024/02/21 00:25:46 🐳 Stopping container: f840e02e6bf1 . Missing Metrics: [name: gauge.kafka.consumer.fetch-size-avg
. Missing Metrics: [name: gauge.nodes.system.cpu_utilization_rate |
@ oracledb issue, upgraded testcontainers and found what's likely the underlying issue. I'm guessing the panic prevented me from seeing it in the debugger? still odd we were able to run it from command line without issue...
|
8978236
to
578c15a
Compare
Opened an issue upstream to resolve |
8359560
to
85beb07
Compare
…eout and build in github
…ceiver.type from env vars
…tinel values instead of empty
…e file from the troublesome linter (see golangci/golangci-lint#741)
b18ce7e
to
a5dda2e
Compare
go.opentelemetry.io/collector/extension v0.93.0 | ||
go.opentelemetry.io/collector/component v0.94.1 | ||
go.opentelemetry.io/collector/confmap v0.94.1 | ||
go.opentelemetry.io/collector/extension v0.94.1 |
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.
0.94.1 used here
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.
Isn't it correct that we want v0.94.1
of core
and v0.94.0
of contrib
? Or am I missing something?
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.93.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.94.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.94.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.94.0 |
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.
0.94.0 as well
@@ -50,5 +50,4 @@ log.info(ss.Ownership.toString()) | |||
output.sendDatapoint(util.makeGauge( | |||
"cassandra.ownership", | |||
ss.Ownership.get(InetAddress.getByName(localEndpoint)), | |||
dims)) | |||
|
|||
dims)) |
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.
maybe that change can be reverted
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.
LGTM
Update OpenTelemetry Dependencies to latest