Get Metric Filter Result
data class GetMetricFilterResult(val filterPattern: String? = null, val metricTransformations: List<MetricFilterMetricTransformation>? = null)
Constructors
Link copied to clipboard
constructor(filterPattern: String? = null, metricTransformations: List<MetricFilterMetricTransformation>? = null)
Properties
Link copied to clipboard
A filter pattern for extracting metric data out of ingested log events. For more information, see Filter and Pattern Syntax.
Link copied to clipboard
The metric transformations.