-
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
Add admission_blocked span to otel-arrow admission controller #35031
Conversation
return &BoundedQueue{ | ||
maxLimitBytes: maxLimitBytes, | ||
maxLimitWaiters: maxLimitWaiters, | ||
waiters: orderedmap.New[uuid.UUID, waiter](), | ||
tracer: tp.Tracer("otel-arrow/admission"), |
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.
@codeboten I tried to figure out how to have mdatagen spit out a generated_status.go file containing the ScopeName. I dug into the mdatagen sources and find that packages don't have scope name generated. What should I do?
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.
I've set the scope name to github.com/open-telemetry/opentelemetry-collector-contrib/internal/otelarrow
…tor-contrib into jmacd/admitspan
…elemetry#35031) **Description:** Adds a span to make admission controller-induced latency visible via traces. **Link to tracking Issue:** open-telemetry/otel-arrow#244 previous effort, I forgot I had moved this package to contrib. 😁 **Testing:** ✅
…elemetry#35031) **Description:** Adds a span to make admission controller-induced latency visible via traces. **Link to tracking Issue:** open-telemetry/otel-arrow#244 previous effort, I forgot I had moved this package to contrib. 😁 **Testing:** ✅
Description: Adds a span to make admission controller-induced latency visible via traces.
Link to tracking Issue: open-telemetry/otel-arrow#244 previous effort, I forgot I had moved this package to contrib. 😁
Testing: ✅