MetricCounterSetArgs

data class MetricCounterSetArgs(val counters: Output<List<MetricCounterArgs>>) : ConvertibleToJava<MetricCounterSetArgs>

The metric counter set

Constructors

Link copied to clipboard
constructor(counters: Output<List<MetricCounterArgs>>)

Properties

Link copied to clipboard

The counters that should be collected in this set.

Functions

Link copied to clipboard
open override fun toJava(): MetricCounterSetArgs