https://github.com/eeddaann/jenkins-grafana-annotation-plugin
https://github.com/eeddaann/jenkins-grafana-annotation-plugin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eeddaann/jenkins-grafana-annotation-plugin
- Owner: eeddaann
- License: mit
- Created: 2020-08-25T09:01:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T13:25:08.000Z (almost 6 years ago)
- Last Synced: 2025-10-23T00:54:38.982Z (9 months ago)
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# grafana-annotation
[](https://ci.jenkins.io/job/Plugins/job/grafana-annotation-plugin/job/master/)
[](https://github.com/jenkinsci/grafana-annotation-plugin/graphs/contributors)
[](https://plugins.jenkins.io/grafana-annotation)
[](https://github.com/jenkinsci/grafana-annotation-plugin/releases/latest)
[](https://plugins.jenkins.io/grafana-annotation)
## Introduction
This plugin sends annotations to Grafana in order to improve the observability of Jenkins.
Combination of this plugin and the CPU/memory of the Jenkins instance may reveal which jobs consumes most of the resources, explain peaks in Jenkins' cpu usage, etc.
## Getting started
To configure this plugin, navigate in jenkins to "configure system" and look under "Grafana Annotaions Plugin" section.
Fill the following fields:
- **Grafana url** - for example: *http://127.0.0.1:3000*
- **Grafana Authentication**
- if you plan to authenticate with basic authentication, enter: *user:pass*, for example: *admin:1234*
- if you plan to authenticate with API key, just paste the key, for example: *eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk*

## Issues
Report issues and enhancements in the [Jenkins issue tracker](https://issues.jenkins-ci.org/).
## LICENSE
Licensed under MIT, see [LICENSE](LICENSE.md)