mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-25 18:35:51 +03:00
[GH-ISSUE #75] Datasource prometheus not found #11
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#11
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 (Jan 3, 2025).
Original GitHub issue: https://github.com/natrontech/pbs-exporter/issues/75
Use the Grafana json config load the dashboard, report
"Datasource prometheus not found"
Change the
"uid": "prometheus"
To
"uid": "XXXX"
XXXX is my uid
Work fine.
@LightningRhino commented on GitHub (Jul 7, 2025):
Where exactly did you change this? I also have the problem that the dashboard can't find the instance and/or datasource.
@xinmans commented on GitHub (Jul 8, 2025):
Grafana json config
@LightningRhino commented on GitHub (Jul 9, 2025):
Ok. There are 42 occurences of "uid": "prometheus". You changed all of them?
And sorry for the dumb question. But where do I get the UID to put in from?
@xinmans commented on GitHub (Jul 9, 2025):
Yes, change all
@LightningRhino commented on GitHub (Jul 10, 2025):
But where do I get the UID to put in from?
@xinmans commented on GitHub (Jul 12, 2025):
Grafana,goto Configuration > Data Sources。
find your Prometheus Data Sources ,click it
you can see the uid in the url,my uid is AWL6vCpnk
http://192.168.31.131:3001/connections/datasources/edit/AWL6vCpnk
@LightningRhino commented on GitHub (Jul 14, 2025):
Thank you. But unfortunately this is not working on my end.
I will try the exporter again sometime later in the future.