dapr-traffic-control
dapr-traffic-control copied to clipboard
Monitoring metrics in Dapr self-hosted mode
I'm trying to monitor metrics using Prometheus and Grafana in self-hosted mode, but I encountered some unexpected behaviors
What I did:
- Ran the application in self-hosted mode as described in the readme.md file, with adding
--metrics-port
for each service to a specific port - Included the Dapr metrics ports used in the Prometheus configuration.
- Imported the JSON files for dashboards into Grafana.
Result
- Most charts appear empty, with only four displaying data
- The VehicleRegistrationService is not recognized within the metrics.
- The count of initialized components does not match the count of loaded components
Any idea what I've done wrong or what I'm missing?
Screenshots:
Prometheus
Dapr Sidecar Dashboard
Dapr System Services Dashboard