-
Notifications
You must be signed in to change notification settings - Fork 40
FAQ
Athul Muralidharan edited this page Jul 13, 2021
·
1 revision
- Datasource doesn't work in grafana 8. What do I now ?
- Currently version 8 is not supported in Grafana and we are working to get there as soon as possible.
- My data source doesn't work.
- Check the version of grafana installed.
- Do
grafana-server -v
in terminal and check if the version is not 8.- Please check if you are able to get metrics via oci-cli
oci monitoring metric-data summarize-metrics-data --namespace oci_oke --compartment-id <TODO : compartmentOCID> --query-text='(NodeState[5m]{clusterId="<CLUSTER_ID>"}.rate() )
Failure to get the metrics means, the oci-cli is not configured right
- I am running an OCI instance. Do I need to install oci-cli ?
Nope, oci-cli comes pre-installed.