dapr / dapr

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.

Home Page:https://dapr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dapr 1.13 removed metric `dapr_http_server_response_count` without deprecation

jjcollinge opened this issue · comments

/area runtime

What version of Dapr?

1.13.X

Expected Behavior

metrics are not removed without first being deprecated for 1 or 2 releases.

Actual Behavior

the metric dapr_http_server_response_count was removed in the Dapr 1.13 release. The change makes sense but we should treat the metrics are part of the API surface as this can break dependent tooling, alerting and dashboards for users. I think it'd be best to go through a process of deprecating the metric and announcing that as part of the release. Then users have time to migrate their tooling.

The offending change was made here:
4d4c8b9