I’m trying to achieve the most basic configuration just to explore the capabilities of Grafana. I’m using the Cloud solution with the free trial and I wanted to integrate Jenkins to generate a dashboard with some data. After doing every step successfully, the dashboard is empty and I don’t know why (I don’t have any error message). So, am I missing something?
- What Grafana version and what operating system are you using?
Grafana Cloud.
- What are you trying to achieve?
Integrate Jenkins to see the metrics in Grafana.
- How are you trying to achieve it?
I made the following steps:
- Installed Jenkins integration in the Grafana web app.
- Installed Prometheus plugin in Jenkins.
- Executed the command in the Linux instance that hosts Jenkins to install the Grafana Agent (the one hidden in the image below).
- Clicked “Test Integration” with a successful result.
- Executed a job on Jenkins to generate some data.
- Checked
http://jenkins-ip/prometheus
and the metrics are visible.
- What happened?
The dashboard was generated but there is no data (even when “last 2 days” is selected):
- What did you expect to happen?
The dashboard should have data.
- Can you copy/paste the configuration(s) that you are having problems with?
I didn’t have problems with any configuration.
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
Nop.
- Did you follow any online instructions? If so, what is the URL?
https://[name].grafana.net/a/grafana-easystart-app/jenkins
(see the first image)