Defines fields for DataDog metrics.
Description
The DataDogMetric class defines fields for DataDog metrics.
Properties
Metric
Metric
publicstring Metric { get; set; }
Service
Service
publicstring Service { get; set; }
Host
Host
publicstring Host { get; set; }
Dictionary
Tags
publicDictionary<string, string> Tags { get; set; }
Type
Type
publicstring Type { get; set; }
Interval
Interval
publicint? Interval { get; set; }
Points
Points
publicList<DataDogMetricPoint> Points { get; set; }