Cyrille Le Clerc
Cyrille Le Clerc
FYI I'm adding capabilities to detect problems sending logs from Jenkins build agents to the OTLP logs endpoint thanks to a capability to check connectivity from the OTel SDK running...
@chewrocca if you still face the problem below, please create an issue, it's a different problem from "When `otel.logs.mirror_to_disk=true` is enabled, there is no link to the visualization of these...
`server.address` is new an not yet supported by most O11y backends, adopting it now could break the visualization in many O11y backends.
Fixed in: * https://github.com/jenkinsci/opentelemetry-plugin/releases/tag/3.1215.vc9db_a_0b_34c2a_
@Dohbedoh @dwnusbaum do you have recommendations on how we can fix this? I looked at the logic of the code and it sounded reasonable to me.
Thanks @dwnusbaum . Some of it definitively needs to be synchronous so that we can associate a span with the `FlowNode`. I'll brainstorm to see if something can be made...
Thanks @ptodev . @mar4uk shall we align the [OTel Collector Loki exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/lokiexporter) to document usage of the [Otel Collector Transform Processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/transformprocessor/README.md) (alpha status) as a replacement for Otel Collector [Resource...
As discussed with @mar4uk 1. We are happy to use the Transform processor in our recommended Grafana Agent and OTel Collector configs 2. We will keep the existing documentation of...
@ykapustin do you have more details? What's the Objectname? Could it be an MBean that does not respect the MBean API and returns an HashMap instead of CompositeData ?
@AymanDF sorry but I prefer to let the author of the code decide of the style of the code for things such as initialization to zero as I personally think...