ObserveNow
...
Integrations
Infrastructure
Jenkins
jenkins supports opentelemetry and prometheus metrics plugins that help collect metrics and traces from jenkins installation the plugins can be installed via two methods using the " plugin manager " ( manage jenkins > plugins > available plugins )in the jenkins web ui using the jenkins cli https //www jenkins io/doc/book/managing/plugins/#install with cli install both the opentelemetry and prometheus metrics plugins configuration once the plugins are installed, they need to be configured to send metrics to opsverse's observenow stack navigate to manage jenkins > system and configure the plugins as following opentelemetry for opentelemetry, configure the otlp endpoint and set the exporter timeout (ms) and metrics exporter interval (ms) inside the advanced tab as below text otlp endpoint = http //otel collector devopsnow\ svc cluster local 4318 exporter timeout (ms) = 30000 metrics exporter interval (ms) = 60000 prometheus the following annotations must be added in the jenkins deployment file to enable scraping of metrics via prometheus for a bitnami helm chart based jenkins deployment add the following snippet to the values yaml file of the jenkins deployment service annotations { prometheus io/scrape "true", prometheus io/port "8080", prometheus io/path "/prometheus/" } make sure that the path inside prometheus system values is set to prometheus (this is the default value for path) visualization once the required telemetry is enabled, the jenkins overview dashboard that is pre packaged with your observenow stack can be used to visualize incoming traffic jenkins dashboard