Replies: 3 comments 1 reply
-
lose metrics name: pulsar subscribtion backlog |
Beta Was this translation helpful? Give feedback.
-
Could you please provide more context here, such as the |
Beta Was this translation helpful? Give feedback.
-
Is this a cluster deployed with Apache Pulsar Helm chart? There's a known issue apache/pulsar-helm-chart#468 . Most recent comment provides some advice: apache/pulsar-helm-chart#468 (comment) . Contributions are welcome to address the issue! |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Read release policy
Version
pulsar version:3.0.2
|># java -version
java version "17.0.9" 2023-10-17 LTS
|># cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
Minimal reproduce step
cluster is ok,However, the topic metrics extracted by the metrics interface are missing,After I restart the brokers and bookies of the entire cluster later, metrics will include the missing topic metrics,for example,before restart,not have the Topic of screenshot
![image](https://private-user-images.githubusercontent.com/19300752/395371798-153dfd73-ae3c-4ba6-955e-ae97dffd5963.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODI4OTksIm5iZiI6MTczOTI4MjU5OSwicGF0aCI6Ii8xOTMwMDc1Mi8zOTUzNzE3OTgtMTUzZGZkNzMtYWUzYy00YmE2LTk1NWUtYWU5N2RmZmQ1OTYzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0MDMxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZmOTMyNDYyYzNkZWMyNGYzN2ZlMzFlZTYxNjk4NWNmYjM4MzVlNDU1MWUwZDY3ODEwYTE2NDE5N2ZmZTVhZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vfABsM_UZeEixghGO2gAibkzD4fxWRfCw2c-B8z06l4)
What did you expect to see?
i hope the topic of screenshot is always get metrics,not restart broker and bookie ,then get this metrics
What did you see instead?
no
Anything else?
1
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions