cockroachdb.changefeed.internal_retry_message is a gauge, but it should be a counter. This causes the datadog integration to be annoying (have to use derivative instead of native rate, and no count available)
changefeed.batch_reduction_count is also affected, and possibly others
Is changing the type of these metrics a breaking change? Can we do it in a way without breaking the datadog integration? I'm not sure.
cockroachdb.changefeed.internal_retry_message
is a gauge, but it should be a counter. This causes the datadog integration to be annoying (have to use derivative instead of native rate, and nocount
available)changefeed.batch_reduction_count
is also affected, and possibly othersIs changing the type of these metrics a breaking change? Can we do it in a way without breaking the datadog integration? I'm not sure.
Jira issue: CRDB-44128