Sha256: dcdf09349140dacfa55974139911cc17ac8ae465401924bb489d166274c6c44d
Contents?: true
Size: 1.11 KB
Versions: 7
Compression:
Stored size: 1.11 KB
Contents
# DatadogAPIClient::V1::MetricMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Metric description. | [optional] | | **integration** | **String** | Name of the integration that sent the metric if applicable. | [optional][readonly] | | **per_unit** | **String** | Per unit of the metric such as `second` in `bytes per second`. | [optional] | | **short_name** | **String** | A more human-readable and abbreviated version of the metric name. | [optional] | | **statsd_interval** | **Integer** | StatsD flush interval of the metric in seconds if applicable. | [optional] | | **type** | **String** | Metric type such as `gauge` or `rate`. | [optional] | | **unit** | **String** | Primary unit of the metric such as `byte` or `operation`. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MetricMetadata.new( description: null, integration: null, per_unit: second, short_name: null, statsd_interval: null, type: count, unit: byte ) ```
Version data entries
7 entries across 7 versions & 1 rubygems