You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
}
The text was updated successfully, but these errors were encountered:
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))
}
The text was updated successfully, but these errors were encountered: