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

Added more GA regions, update linux docs, #126

Closed doubleUTF closed 2 years ago

doubleUTF commented 2 years ago

New regions: image

How to validate: Download branch, go to folder and run ./build.sh. This will output another subfolder with the same parent folder name oci-metrics-datasource. This subfolder contains dist files intended to be placed into Grafana binary plugins folder. Example on Mac: cp -R oci-metrics-datasource/ /usr/local/var/lib/grafana/plugins/oci-metrics-datasource Afterwards, start or restart the local Grafana instance. Brew example: brew services restart grafana Go to http://localhost:3000/datasources and ensure the OCI Metrics plugin contains new regions. Go to panel and ensure metrics plugin is working with a valid tenancy.

nagarnar commented 2 years ago

LGTM