include Filters
Parameters
value
List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter
.
Parameters
values
List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter
.
suspend fun includeFilters(vararg argument: suspend MetricStreamIncludeFilterArgsBuilder.() -> Unit)
Parameters
argument
List of inclusive metric filters. If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here. Conflicts with exclude_filter
.