-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
dependencies:update go.opentelemetry.io/{contrib,otel}
#117467
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-sig api-machinery |
@ArkaSaha30 please rebase and fix CI test failures, thanks. |
5718284
to
4cd4046
Compare
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
4cd4046
to
d9960fa
Compare
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
d9960fa
to
8a7b384
Compare
@ArkaSaha30: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
metric.WithSchemaURL(semconv.SchemaURL), | ||
) | ||
var err error | ||
if c.rpcServerDuration, err = c.meter.Int64Histogram("rpc.server.duration", instrument.WithUnit("ms")); err != nil { |
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.
this looks like it triggers the cardinality / memory issue reported in open-telemetry/opentelemetry-go-contrib#3071
Per triage: the diff is a bit odd as it's touching the protobuf definitions. This should not happen, please see if there's a way to fix that. |
/remove-sig instrumentation |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Update:
go.opentelemetry.io/contrib/instrumentation/
to v0.40.0/github.com/emicklei/go-restful/otelrestful
/google.golang.org/grpc/otelgrpc
/net/http/otelhttp
go.opentelemetry.io/otel
to v1.14.0/exporters/otlp/internal/retry
/exporters/otlp/otlptrace
/exporters/otlp/otlptrace/otlptracegrpc
/sdk
/trace
go.opentelemetry.io/otel/metric
to v0.37.0Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: