
com.pulumi.azurenative.insights.inputs.PerfCounterDataSourceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.insights.inputs;
import com.pulumi.azurenative.insights.enums.KnownPerfCounterDataSourceStreams;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of which performance counters will be collected and how they will be collected by this data collection rule.
* Collected from both Windows and Linux machines where the counter is present.
*
*/
public final class PerfCounterDataSourceArgs extends com.pulumi.resources.ResourceArgs {
public static final PerfCounterDataSourceArgs Empty = new PerfCounterDataSourceArgs();
/**
* A list of specifier names of the performance counters you want to collect.
* Use a wildcard (*) to collect a counter for all instances.
* To get a list of performance counters on Windows, run the command 'typeperf'.
*
*/
@Import(name="counterSpecifiers")
private @Nullable Output> counterSpecifiers;
/**
* @return A list of specifier names of the performance counters you want to collect.
* Use a wildcard (*) to collect a counter for all instances.
* To get a list of performance counters on Windows, run the command 'typeperf'.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy