Method: OCI::Monitoring::Models::MetricData#dimensions

Defined in:
lib/oci/monitoring/models/metric_data.rb

#dimensionsHash<String, String>

[Required] Qualifiers provided in the definition of the returned metric. Available dimensions vary by metric namespace. Each dimension takes the form of a key-value pair.

Example: ‘"resourceId": "ocid1.instance.region1.phx.exampleuniqueID"`

Returns:

  • (Hash<String, String>)


38
39
40
# File 'lib/oci/monitoring/models/metric_data.rb', line 38

def dimensions
  @dimensions
end