Missing Grafana dashboard starter template
Closed this issue · 4 comments
It would be nice to include the grafana dashboard starter template sighted here for exporter users to get up and running with visualization in one-click.
Step 1:
- Let's include the dashboard starter template as parts of the docs in this repo.
Step 2:
- We could consider listiing this dashboard template on the grafana dashboard portal
cc @gluckzhang
Thanks @Ebaneck, I will take a look once I have time. The one mentioned in the doc has some custom labels and we use some fake data sources to just show the idea. Will need to transform the queries before publishing it :)
Hej @Ebaneck, sorry about this late update. I have added a simplified version of this template JSON file into the repo via #10. It is because for some labels like ServiceName
we do not have it in our running environment. It should be easy for users to just duplicate a panel and change the query accordingly.
Hope the example template helps :)
Thanks a lot @gluckzhang