Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 611 Bytes

Jenkins Prometheus Metrics Plugin

About

Jenkins Prometheus Plugin expose an endpoint (default /prometheus) with metrics where a Prometheus Server can scrape.

Metrics exposed

Currently only metrics from the Metrics-plugin and summary of build duration of jobs and pipeline stages

Environment variables

PROMETHEUS_NAMESPACE Prefix of metric (Default: default).

PROMETHEUS_ENDPOINT REST Endpoint (Default: prometheus)

Building

mvn clean install
mvn hpi:hpi

Author / Maintainer

Lars Sjöström