Closed sevein closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.44%. Comparing base (
ea92327
) to head (99b7eb5
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request installs Prometheus in the development environment so we can start capturing application metrics (as opposed to logs or traces). It also enables the metrics generator in Grafana Tempo, which is a mechanism that derives metrics from ingested traces and store them in Prometheus. These metrics are useful in a couple of main ways: span metrics and service graphs.
The Prometheus datasource in Grafana has been configured with exemplars enabled, so you should be able to associate trace data with metric data, something that we can start exploring further once we start producing application metrics.
I've updated the dashboard with a simple service view panel: