GetMetricFilterResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filterPattern: String? = null

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.