Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cluster name to account replica count stats #114

Open
ColinSullivan1 opened this issue Oct 24, 2022 · 0 comments
Open

Add cluster name to account replica count stats #114

ColinSullivan1 opened this issue Oct 24, 2022 · 0 comments

Comments

@ColinSullivan1
Copy link
Member

looks like doesn’t have cluster tag in nats_core_account_jetstream_replica_count metrics
for _, streamStat := range stat.jetstreamStreams {
ch <- newGaugeMetric(sc.descs.accJetstreamConsumerCount, streamStat.consumerCount, append(id, streamStat.streamName))
ch <- newGaugeMetric(sc.descs.accJetstreamReplicaCount, streamStat.replicaCount, append(id, streamStat.streamName))
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant