Sha256: 6df6dcbc46f955a6abf78eaa11c743fad200de80b836572a9ec0d5f5afd8edaf

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/MetricMetadata.md
datadog_api_client-1.5.0 docs/v1/MetricMetadata.md