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.
New regions:
How to validate: Download branch, go to folder and run
./build.sh
. This will output another subfolder with the same parent folder nameoci-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 tohttp://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.