oracle / oci-grafana-metrics

Grafana datasource plugin for OCI metrics
https://grafana.com/grafana/plugins/oci-metrics-datasource
Universal Permissive License v1.0
79 stars 40 forks source link

Add check for string type for getVariableDescriptors function #113

Closed doubleUTF closed 2 years ago

doubleUTF commented 2 years ago

Fixes variable issue when incorporating data source with different query type.

To recreate: Include another data source such as Prometheus: https://prometheus.io/docs/prometheus/latest/getting_started/ Create a template variable based on Prometheus data source, use any valid query such as: image

Proof: grafana_variable_fix

mayurOciSA commented 2 years ago

looks good