-
Notifications
You must be signed in to change notification settings - Fork 252
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
DataPlaneFramework: add Micrometer instrumentation #837
Comments
My PR took care of the distributed tracing part with Open Telemetry only. Metrics with Micrometer are mostly reused from what is already available from EDC since #637 . We could still add executor instrumentation for asynchronous processing in DataPlaneManagerImpl to see execution times for each loop if relevant (would require rework of the looping logic). WDYT @paullatzelsperger ? |
I haven't looked at the code closely, but if we instrument it, we should instrument it everywhere. |
Hi @marcgs @paullatzelsperger What is then still required to close this one? (as this is planned for milestone 4) |
@bscholtes1A if you could do that, that would be great. the CSE crew is out this week. |
@bscholtes1A any updates? is there more work necessary, or is it done? |
For a holistic end-to-end picture we need to add OpenTelemetry and Micrometer instrumentation to it.
As those two topics are closely related they can be done in the same issue.
The text was updated successfully, but these errors were encountered: