Method: OCI::Monitoring::Models::MetricData#dimensions
- Defined in:
- lib/oci/monitoring/models/metric_data.rb
#dimensions ⇒ Hash<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"`
38 39 40 |
# File 'lib/oci/monitoring/models/metric_data.rb', line 38 def dimensions @dimensions end |