Skip to content

Releases: oracle/oci-grafana-metrics

Fix $namespace and $metric variables

03 Oct 00:39

Choose a tag to compare

$namespace
In the previous version, the list of namespaces was hardcoded for the $namespace variable.
Today the list of namespaces depends on region and compartment.

$metric
In the previous version, the $metric variable depends on the home region, $compartment and hardcoded $namespace.
Today $metric depends on $region, $compartment and $namespace.

V1.0.3

25 Sep 01:42

Choose a tag to compare

Fix issue:
Metric name rule creation updated

v1.0.2

27 Mar 01:14

Choose a tag to compare

  • Shows subcompartments and removes inactive compartments from that list
  • Changes Metric names when rendering on the screen, uses a human readable name for the resource if one is present
  • Shortens ocids to first three and last six characters to save screen real estate

v1.0.1

08 Mar 18:43

Choose a tag to compare

Pulls in regions dynamically
Adds more documentation