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
The Grafana Dashboards for DAPR are extremely useful and they leverage metrics stored in Prometheus. Documentation around the pre-requisites for successfully using the Dashboards is lacking and should be added to improve the user's experience when getting started with monitoring DAPR-ized application.
Describe the solution you'd like
Information about the following should be added:
Explicit listing of the requirements for getting the Grafana Dashboards for DAPR working, specifically (but limited to):
The requirement for a Prometheus datasource in Grafana named "Dapr". The existing walkthrough steps name the Prometheus datasource Dapr, but don't call out the requirement for this name in order to be able to use the Grafana Dashboards out of the box.
The requirement for either of the following in a Kubernetes-based installation:
For the traditional Prometheus install, the presence of Pod and Service scrapers (with examples) that will ensure the DAPR pods and services get scraped for metrics to be collected in Prometheus.
For the Operator install of Prometheus, the presence of PodMonitors and ServiceMonitors for monitoring DAPR pods and services.
When creating a new Prometheus Data Source in Grafana the name defaults to 'Prometheus' and I think it would be useful to add some detail as to the rationale for changing this to 'Dapr' - which, at first sight, appears to be a less intuitive option.
What content needs to be created or modified?
The Grafana Dashboards for DAPR are extremely useful and they leverage metrics stored in Prometheus. Documentation around the pre-requisites for successfully using the Dashboards is lacking and should be added to improve the user's experience when getting started with monitoring DAPR-ized application.
Describe the solution you'd like
Information about the following should be added:
Dapr
, but don't call out the requirement for this name in order to be able to use the Grafana Dashboards out of the box.PodMonitor
s andServiceMonitor
s for monitoring DAPR pods and services.Where should the new material be placed?
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
N/A
Additional context
The text was updated successfully, but these errors were encountered: