We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424f58c commit 0b7e18bCopy full SHA for 0b7e18b
entity-types/infra-kafkacluster/golden_metrics.stg.yml
@@ -25,7 +25,7 @@ TopicCount:
25
opentelemetry:
26
select: max(kafka.cluster.topic.count)
27
from: Metric
28
- where: metricName='kafka.cluster.topic.count'
+ where: metricName='kafka.cluster.topic.count' and getField(kafka.cluster.topic.count , 'count') > 0
29
eventId: entity.guid
30
31
partitionCount:
@@ -40,7 +40,7 @@ partitionCount:
40
41
select: max(kafka.cluster.partition.count)
42
43
- where: metricName='kafka.cluster.partition.count'
+ where: metricName='kafka.cluster.partition.count' and getField(kafka.cluster.partition.count , 'count') > 0
44
45
46
offlinePartitions:
0 commit comments