jenkinsci / opentelemetry-plugin

Monitor and observe Jenkins with OpenTelemetry.
https://plugins.jenkins.io/opentelemetry/
Apache License 2.0
93 stars 47 forks source link

Fix No MonitoringAction found when open build log #867

Open scz10 opened 1 week ago

scz10 commented 1 week ago

Fix No MonitoringAction found error while opening build log when otel.logs.exporter=otlp set and the job run when the plugin is disabled.

as described #866

Testing done

Configuration set image

Build no 35 is run when OpenTelemetry Plugin is disable, and on build 36 i re enable the plugin image Now i can see the build log on build no 35. instead an error showing"No MonitoringAction found xxx" image

Submitter checklist