From 08f7df62b8b613838487788a9c57a3c9a3705e2f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sun, 20 Jan 2019 02:56:33 +0000 Subject: [PATCH 1/2] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a8573c48..a9b087696 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Jenkins Prometheus Metrics Plugin +[![Join the chat at https://gitter.im/jenkinsci/prometheus-plugin](https://badges.gitter.im/jenkinsci/prometheus-plugin.svg)](https://gitter.im/jenkinsci/prometheus-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ## About Jenkins Prometheus Plugin expose an endpoint (default `/prometheus`) with metrics where a Prometheus Server can scrape. From ff8c208bab967801590cc3666288b78172576775 Mon Sep 17 00:00:00 2001 From: markyjackson-taulia Date: Sat, 19 Jan 2019 19:12:43 -0800 Subject: [PATCH 2/2] Starting to add documentation to the wiki --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a9b087696..1396aeb27 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ## About Jenkins Prometheus Plugin expose an endpoint (default `/prometheus`) with metrics where a Prometheus Server can scrape. +Documentation can be found [here](https://plugins.jenkins.io/prometheus) + +Please note that the documentation is a WIP. + ## Metrics exposed Currently only metrics from the [Metrics-plugin](https://github.com/jenkinsci/metrics-plugin) and summary of build duration of jobs and pipeline stages