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
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
The grafana query works well with CM if using single or hardcoded variable name in where clause but it fails if using multiple values of single variable
SELECT total_kafka_bytes_received_rate_across_kafka_broker_topics where category = KAFKA_TOPIC and serviceName=KAFKA and kafkaTopicName=$topic
-- Works good if topic variable is single
--- FAILS if multiple topics are selected in variable
Fail error
Invalid syntax: no viable alternative at character '{'.
The text was updated successfully, but these errors were encountered:
The grafana query works well with CM if using single or hardcoded variable name in where clause but it fails if using multiple values of single variable
SELECT total_kafka_bytes_received_rate_across_kafka_broker_topics where category = KAFKA_TOPIC and serviceName=KAFKA and kafkaTopicName=$topic
-- Works good if topic variable is single
--- FAILS if multiple topics are selected in variable
Fail error
Invalid syntax: no viable alternative at character '{'.
The text was updated successfully, but these errors were encountered: