Open fscellos opened 2 years ago
Thanks a lot, that totally makes sense. Would you like to open a PR for client_java
?
Hello @fstab. Thank you for your quick answer. I'll do that next week after my holidays.
Ok @fstab , finally done. Notice that i have to fix also some dependencies on IT Test as they rely on a fix version (0.12.0) of the io.prometheus.simpleclient_tracer version (i simply add project version of theses dependencies in IT test's pom).
I work on an PR on micrometer project for prometheus registry to support examplars.
In this PR i have to integrate a new SpanContextSupplier because actual one of prometheus client does not support "isSampled" method from OpenTelemetry. Without this method to sample examplars, some trace id that will be keep for examplar sampling will not be recorded in backend storage (ie. TraceFlags set to "00" to indicate service that come above to not take account of trace for sampling decision).
This issue is to add :