poorbarcode opened a new pull request, #17704:
URL: https://github.com/apache/pulsar/pull/17704
### 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
```
### Modifications
Make metrics text generate correct
### Documentation
- [ ] `doc-required`
- [ ] `doc-not-needed`
- [ ] `doc`
- [ ] `doc-complete`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]