[fix][metrics]wrong metrics text generated when label_cluster specified
Motivation
If label_cluster specified cluster_123, the expected metrics text is:
metrics_xxx_total{cluster="cluster_123"} 1.0
but the exactly metrics text is :
metrics_xxx_totalcluster="cluster_123"} 1.0
High light: lost a char {
Modifications
Make metrics text generate correct
Documentation
-
[ ]
doc-required -
[x]
doc-not-needed -
[ ]
doc -
[ ]
doc-complete
Matching PR in forked repository
PR in forked repository:
- https://github.com/poorbarcode/pulsar/pull/5
@poorbarcode Please provide a correct documentation label for your PR. Instructions see Pulsar Documentation Label Guide.
This PR should merge into the following branches:
- master
- branch-2.11
- branch-2.10
/pulsarbot rerun-failure-checks
/pulsarbot rerun-failure-checks
Hi @Technoboy-
Can this PR merge? (^_^)