-
Notifications
You must be signed in to change notification settings - Fork 347
fix: kafka metrics #2244
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
base: main
Are you sure you want to change the base?
fix: kafka metrics #2244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beep boop bop.
I have found some errors processing these changes:
* Error VALIDATING domainType: 'INFRA-KAFKACLUSTER' on Golden metrics for key 'SELECT uniqueCount(topic.name) FROM Metric WHERE entity.guid IN ('guid') AND metricName='kafka.cluster.topic.partitions' FACET entity.name TIMESERIES' - Exception: The select clause uses a different value function than the rest.
* Error VALIDATING domainType: 'INFRA-KAFKATOPIC' on Golden metrics for key 'SELECT latest(kafka.partition.replicas) - latest(kafka.partition.replicas_in_sync) FROM Metric WHERE entity.guid IN ('guid') AND metricName IN ('kafka.partition.replicas', 'kafka.partition.replicas_in_sync') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beep boop bop.
I have found some errors processing these changes:
* Error VALIDATING domainType: 'INFRA-KAFKACLUSTER' on Golden metrics for key 'SELECT uniqueCount(topic.name) FROM Metric WHERE entity.guid IN ('guid') AND metricName='kafka.cluster.topic.partitions' FACET entity.name TIMESERIES' - Exception: The select clause uses a different value function than the rest.
* Error VALIDATING domainType: 'INFRA-KAFKATOPIC' on Golden metrics for key 'SELECT latest(kafka.partition.replicas) - latest(kafka.partition.replicas_in_sync) FROM Metric WHERE entity.guid IN ('guid') AND metricName IN ('kafka.partition.replicas', 'kafka.partition.replicas_in_sync') FACET entity.name TIMESERIES' - Exception: The select clause cannot be used to produce a valid golden metric.
6166f15
to
6275ade
Compare
3c23f6a
6275ade
to
3c23f6a
Compare
0af9d8d
Let's validate those changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beep boop bop.
I have found some errors processing these changes:
* Error VALIDATING domainType: 'INFRA-KAFKATOPIC' on Golden metrics for key 'SELECT sum(kafka.partition.replicas) - sum(kafka.partition.replicas_in_sync) FROM Metric WHERE entity.guid IN ('guid') AND metricName IN ('kafka.partition.replicas', 'kafka.partition.replicas_in_sync') FACET entity.name TIMESERIES' - Exception: The select clause uses a different value function than the rest.
0af9d8d
to
3c23f6a
Compare
177c770
Checklist
identifier
will be unique and valid.