You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is nice to have a builtin way to get a dashboard out of the pcm process, I'd like to have it available in a standalone file as well.
I was going to add it to my grafana deployment process and document the origin via a commit hash. With the dashboard as its own file I can do something like: source : https://github.com/intel/pcm/commit/ec686427572c2d22dab7ab182592649976b07be6/filename to clearly identify the source and version of the chart.
I'd swear the dashboard was in its own set of .json files (one for prometheus, one for influxdb) in the past.
The text was updated successfully, but these errors were encountered:
The grafana I'm standing up doesn't have direct access to the pcm-daemon - just prometheus. I was hopeful there was a way to get the dashboard json file directly without needing to run the application locally to extract it.
Pulling it from the daemon itself, while helpful in ensuring it matches the running metrics, doesn't give me an unambiguous artifact. When coordinating between various teams it is helpful to be able to say "the default dashboard is file JKL from commit XYZ in repo ABC, if your copy is different you can diff from there". When pulling from the daemon the best I've got it "on date ABC I pulled the dashboard from whatever was running on host XYZ, do you know what version that was?"
Things get slightly more complex since I need to run the daemon as root to extract the dashboard via the API which feels uncomfortable for grabbing a json file...
While it is nice to have a builtin way to get a dashboard out of the pcm process, I'd like to have it available in a standalone file as well.
I was going to add it to my grafana deployment process and document the origin via a commit hash. With the dashboard as its own file I can do something like:
source : https://github.com/intel/pcm/commit/ec686427572c2d22dab7ab182592649976b07be6/filename
to clearly identify the source and version of the chart.I'd swear the dashboard was in its own set of
.json
files (one for prometheus, one for influxdb) in the past.The text was updated successfully, but these errors were encountered: