Cyrille Le Clerc

Results 152 comments of Cyrille Le Clerc

As I am no longer part of Elastic and I am no longer connected to decisions on Elastic Common Schema (ECS), would it be better if I closed this PR...

I'm closing this PR to prevent misunderstandings as I'm no longer working with Elastic. I'll let @jamiehynds, @Mpdreamz, @AlexanderWert and @ruflin progress on this topic the way they want.

Closing this PR as I didn't see much demand for this I may reopen this work later

Thank you for the effort, it took a long time. I suggested to add an explanation through javadocs.

This feature would be great as would bring consistency in observability APIs providing the same verbosity concept for developers when capturing logs and traces. The Jenkins OpenTelemetry Plugin has been...

You are right that documentation is poor. We are incrementally improving. See https://github.com/jenkinsci/opentelemetry-plugin/blob/0d8379807baf74026945863959e564a8ec443e18/src/main/java/io/jenkins/plugins/opentelemetry/backend/ObservabilityBackend.java#L173-L193 You should use `traceId` instead of `traceid`

There is a bug in the visualization, you should not use `\` escape chars. Please enter an url template like `https://example.com/${traceId}` and it will produce urls like `https://example.com/4909241c7fe6438a95a25859375c2d07`

See improvement: * https://github.com/jenkinsci/opentelemetry-plugin/pull/765

> This helm chart deploys a layered set of agents that can be used for OTLP load balancing, metrics generation, and trace sampling. Doing RED & Svc Graph Metrics Generation...

As discussed with @mar4uk , we don't see reasons to enrich incoming OTel signals with K8s Metadata. The `k8s.*` enrichment, as well as the `cloud.*` and `host.*` enrichments, should be...