Class MetricMetadataState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MetricMetadataState : ResourceArgs
Constructors
View SourceMetricMetadataState()
Declaration
public MetricMetadataState()
Properties
View SourceDescription
A description of the metric.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Metric
The name of the metric.
Declaration
public Input<string> Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PerUnit
'Per' unit of the metric such as 'second' in 'bytes per second'.
Declaration
public Input<string> PerUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShortName
A short name of the metric.
Declaration
public Input<string> ShortName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StatsdInterval
If applicable, stasd flush interval in seconds for the metric.
Declaration
public Input<int> StatsdInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Unit
Primary unit of the metric such as 'byte' or 'operation'.
Declaration
public Input<string> Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |