mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-26 10:55:50 +03:00
[GH-ISSUE #16] pbs-exporter deploy success and prometheus have data,but grafana can't display data #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xinmans on GitHub (Apr 15, 2024).
Original GitHub issue: https://github.com/natrontech/pbs-exporter/issues/16
maybe pbs-exporter/grafana-dashboard/pbs-exporter.json have problem, could you take a test?
@janfuhrer commented on GitHub (Apr 16, 2024):
Hi @xinmans
The Grafana dashboard works for us, what doesn't?
You probably have missing labels in your prometheus job configuration.
Do you see the "instance" label on the Prometheus target?
If not, you can test with the following relabelling configuration:
@xinmans commented on GitHub (Apr 17, 2024):
Have update config, but grafana have no data, no instance
Prometheus data as below
the metric data as below
@janfuhrer commented on GitHub (Apr 21, 2024):
This is not a problem with the pbs-exporter or the grafana dashboard, the job is fine as you have shown. This is most likely a problem with your integration of prometheus into grafana. I cannot assist you there.
Hope you understand.