dapr
dapr copied to clipboard
Is it possible to fetch application metrics and expose in Dapr prometheus endpoint?
Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community: https://aka.ms/dapr-discord
In what area(s)?
/area telemetry
Ask your question here
We have different application framework to support but most of their metrics are very similar, they all have latency, queue, QPS metrics etc. However, they use different engines and the naming and scale is a little bit different.
I want to have sidecar to scrape the metrics and convert to generate metric names. not sure is this a reasonable way to manage metrics? Can dapr play that role?