-
Notifications
You must be signed in to change notification settings - Fork 46
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
OTel Span is not set to status "ok" when ends successfully #890
Comments
Thanks for the issue! |
@jonatan-ivanov first of all: Thanks for checking. |
That's totally fine, our next release is in two weeks. I asked since this seems a good issue if one wants to contribute. If you don't or you won't find the time, that's of course 120% fine, just let me know and I'll fix it. |
This will fix setting the OTel span status when: * the span ends and is not yet set * the error state for a span is set Fixes micrometer-metrics#890
hey @jonatan-ivanov,
Additionally I found the following other problems:
|
This will fix setting the OTel span status when: * the span ends and is not yet set * the error state for a span is set Fixes micrometer-metrics#890
This will fix setting the OTel span status when: * the span ends and status is not yet set * the error state for a span is set Closes micrometer-metricsgh-890
This will fix setting the OTel span status when: * the span ends and status is not yet set * the error state for a span is set Closes micrometer-metricsgh-890
This will fix setting the OTel span status when: * the span ends and status is not yet set * the error state for a span is set Closes micrometer-metricsgh-890
Let's do this in a separate PR. |
Have created a separate issue (#900) and PR (#901) for it. |
Hi,
I'm not sure if I'm missing something in my implementation, but I would expect that if an OTel span is ended and is yet "unset", it would be set to "ok".
Right now I can see it is always "unset" at the end which is somewhat odd.
But please let me know in case I've missed anything.
Thanks for looking at it in advance.
The text was updated successfully, but these errors were encountered: