Bruno Cadonna created KAFKA-8856:
------------------------------------
Summary: Add Streams Config for Backward-compatible Metrics
Key: KAFKA-8856
URL: https://issues.apache.org/jira/browse/KAFKA-8856
Project: Kafka
Issue Type: Improvement
Components: streams
Reporter: Bruno Cadonna
With KIP-444 the tag names and names of streams metrics change. To allow users
having a grace period of changing their corresponding monitoring / alerting
eco-systems, a config shall be added that specifies which version of the
metrics names will be exposed.
The definition of the new config is:
name: built.in.metrics.version
type: Enum
values: {"0.10.0", "0.10.1", ... "2.3", "2.4"}
default: "2.4"
--
This message was sent by Atlassian Jira
(v8.3.2#803003)