Open
Description
Feature or Problem Description
This counter is not initialized to zero which means that Prometheus cannot define rate functions cleanly on it.
Proposed Solution
This is a high cardinality metrics (all paths/methods). However status code group (common alerts for non 2xx errors) can be initialized to zero, ignoring the other labels. This allows for cleanly defined prometheus alerts.
Additional Context
You can see the metric goes from null to a value. We need it to be zero for rate of change functions to work cleanly.
