datasource-plugin-clouderamanager
datasource-plugin-clouderamanager copied to clipboard
Query fails if multi fields selected in variable
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 '{'.
I have the same issue. Did anyone found a workaround?
the plugin seems old, do we have anyother plugin ?