Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.K8sWorkloadAnomalies
Explore with Pulumi AI
Create K8sWorkloadAnomalies Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new K8sWorkloadAnomalies(name: string, args: K8sWorkloadAnomaliesArgs, opts?: CustomResourceOptions);
@overload
def K8sWorkloadAnomalies(resource_name: str,
args: K8sWorkloadAnomaliesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def K8sWorkloadAnomalies(resource_name: str,
opts: Optional[ResourceOptions] = None,
not_all_pods_ready: Optional[K8sWorkloadAnomaliesNotAllPodsReadyArgs] = None,
pending_pods: Optional[K8sWorkloadAnomaliesPendingPodsArgs] = None,
high_cpu_throttling: Optional[K8sWorkloadAnomaliesHighCpuThrottlingArgs] = None,
high_cpu_usage: Optional[K8sWorkloadAnomaliesHighCpuUsageArgs] = None,
high_memory_usage: Optional[K8sWorkloadAnomaliesHighMemoryUsageArgs] = None,
job_failure_events: Optional[K8sWorkloadAnomaliesJobFailureEventsArgs] = None,
deployment_stuck: Optional[K8sWorkloadAnomaliesDeploymentStuckArgs] = None,
oom_kills: Optional[K8sWorkloadAnomaliesOomKillsArgs] = None,
container_restarts: Optional[K8sWorkloadAnomaliesContainerRestartsArgs] = None,
pod_backoff_events: Optional[K8sWorkloadAnomaliesPodBackoffEventsArgs] = None,
pod_eviction_events: Optional[K8sWorkloadAnomaliesPodEvictionEventsArgs] = None,
pod_preemption_events: Optional[K8sWorkloadAnomaliesPodPreemptionEventsArgs] = None,
pod_stuck_in_terminating: Optional[K8sWorkloadAnomaliesPodStuckInTerminatingArgs] = None,
workload_without_ready_pods: Optional[K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs] = None,
scope: Optional[str] = None)
func NewK8sWorkloadAnomalies(ctx *Context, name string, args K8sWorkloadAnomaliesArgs, opts ...ResourceOption) (*K8sWorkloadAnomalies, error)
public K8sWorkloadAnomalies(string name, K8sWorkloadAnomaliesArgs args, CustomResourceOptions? opts = null)
public K8sWorkloadAnomalies(String name, K8sWorkloadAnomaliesArgs args)
public K8sWorkloadAnomalies(String name, K8sWorkloadAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:K8sWorkloadAnomalies
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args K8sWorkloadAnomaliesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args K8sWorkloadAnomaliesArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args K8sWorkloadAnomaliesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args K8sWorkloadAnomaliesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args K8sWorkloadAnomaliesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var k8sWorkloadAnomaliesResource = new Dynatrace.K8sWorkloadAnomalies("k8sWorkloadAnomaliesResource", new()
{
NotAllPodsReady = new Dynatrace.Inputs.K8sWorkloadAnomaliesNotAllPodsReadyArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesNotAllPodsReadyConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
},
},
PendingPods = new Dynatrace.Inputs.K8sWorkloadAnomaliesPendingPodsArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesPendingPodsConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
Threshold = 0,
},
},
HighCpuThrottling = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighCpuThrottlingArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighCpuThrottlingConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
Threshold = 0,
},
},
HighCpuUsage = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighCpuUsageArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighCpuUsageConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
Threshold = 0,
},
},
HighMemoryUsage = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighMemoryUsageArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesHighMemoryUsageConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
Threshold = 0,
},
},
JobFailureEvents = new Dynatrace.Inputs.K8sWorkloadAnomaliesJobFailureEventsArgs
{
Enabled = false,
},
DeploymentStuck = new Dynatrace.Inputs.K8sWorkloadAnomaliesDeploymentStuckArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesDeploymentStuckConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
},
},
OomKills = new Dynatrace.Inputs.K8sWorkloadAnomaliesOomKillsArgs
{
Enabled = false,
},
ContainerRestarts = new Dynatrace.Inputs.K8sWorkloadAnomaliesContainerRestartsArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesContainerRestartsConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
Threshold = 0,
},
},
PodBackoffEvents = new Dynatrace.Inputs.K8sWorkloadAnomaliesPodBackoffEventsArgs
{
Enabled = false,
},
PodEvictionEvents = new Dynatrace.Inputs.K8sWorkloadAnomaliesPodEvictionEventsArgs
{
Enabled = false,
},
PodPreemptionEvents = new Dynatrace.Inputs.K8sWorkloadAnomaliesPodPreemptionEventsArgs
{
Enabled = false,
},
PodStuckInTerminating = new Dynatrace.Inputs.K8sWorkloadAnomaliesPodStuckInTerminatingArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesPodStuckInTerminatingConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
},
},
WorkloadWithoutReadyPods = new Dynatrace.Inputs.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs
{
Enabled = false,
Configuration = new Dynatrace.Inputs.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfigurationArgs
{
ObservationPeriodInMinutes = 0,
SamplePeriodInMinutes = 0,
},
},
Scope = "string",
});
example, err := dynatrace.NewK8sWorkloadAnomalies(ctx, "k8sWorkloadAnomaliesResource", &dynatrace.K8sWorkloadAnomaliesArgs{
NotAllPodsReady: &dynatrace.K8sWorkloadAnomaliesNotAllPodsReadyArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesNotAllPodsReadyConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
},
},
PendingPods: &dynatrace.K8sWorkloadAnomaliesPendingPodsArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesPendingPodsConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
Threshold: pulumi.Int(0),
},
},
HighCpuThrottling: &dynatrace.K8sWorkloadAnomaliesHighCpuThrottlingArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesHighCpuThrottlingConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
Threshold: pulumi.Int(0),
},
},
HighCpuUsage: &dynatrace.K8sWorkloadAnomaliesHighCpuUsageArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesHighCpuUsageConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
Threshold: pulumi.Int(0),
},
},
HighMemoryUsage: &dynatrace.K8sWorkloadAnomaliesHighMemoryUsageArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesHighMemoryUsageConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
Threshold: pulumi.Int(0),
},
},
JobFailureEvents: &dynatrace.K8sWorkloadAnomaliesJobFailureEventsArgs{
Enabled: pulumi.Bool(false),
},
DeploymentStuck: &dynatrace.K8sWorkloadAnomaliesDeploymentStuckArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesDeploymentStuckConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
},
},
OomKills: &dynatrace.K8sWorkloadAnomaliesOomKillsArgs{
Enabled: pulumi.Bool(false),
},
ContainerRestarts: &dynatrace.K8sWorkloadAnomaliesContainerRestartsArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesContainerRestartsConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
Threshold: pulumi.Int(0),
},
},
PodBackoffEvents: &dynatrace.K8sWorkloadAnomaliesPodBackoffEventsArgs{
Enabled: pulumi.Bool(false),
},
PodEvictionEvents: &dynatrace.K8sWorkloadAnomaliesPodEvictionEventsArgs{
Enabled: pulumi.Bool(false),
},
PodPreemptionEvents: &dynatrace.K8sWorkloadAnomaliesPodPreemptionEventsArgs{
Enabled: pulumi.Bool(false),
},
PodStuckInTerminating: &dynatrace.K8sWorkloadAnomaliesPodStuckInTerminatingArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesPodStuckInTerminatingConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
},
},
WorkloadWithoutReadyPods: &dynatrace.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs{
Enabled: pulumi.Bool(false),
Configuration: &dynatrace.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfigurationArgs{
ObservationPeriodInMinutes: pulumi.Int(0),
SamplePeriodInMinutes: pulumi.Int(0),
},
},
Scope: pulumi.String("string"),
})
var k8sWorkloadAnomaliesResource = new K8sWorkloadAnomalies("k8sWorkloadAnomaliesResource", K8sWorkloadAnomaliesArgs.builder()
.notAllPodsReady(K8sWorkloadAnomaliesNotAllPodsReadyArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesNotAllPodsReadyConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.build())
.build())
.pendingPods(K8sWorkloadAnomaliesPendingPodsArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesPendingPodsConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.threshold(0)
.build())
.build())
.highCpuThrottling(K8sWorkloadAnomaliesHighCpuThrottlingArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesHighCpuThrottlingConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.threshold(0)
.build())
.build())
.highCpuUsage(K8sWorkloadAnomaliesHighCpuUsageArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesHighCpuUsageConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.threshold(0)
.build())
.build())
.highMemoryUsage(K8sWorkloadAnomaliesHighMemoryUsageArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesHighMemoryUsageConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.threshold(0)
.build())
.build())
.jobFailureEvents(K8sWorkloadAnomaliesJobFailureEventsArgs.builder()
.enabled(false)
.build())
.deploymentStuck(K8sWorkloadAnomaliesDeploymentStuckArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesDeploymentStuckConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.build())
.build())
.oomKills(K8sWorkloadAnomaliesOomKillsArgs.builder()
.enabled(false)
.build())
.containerRestarts(K8sWorkloadAnomaliesContainerRestartsArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesContainerRestartsConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.threshold(0)
.build())
.build())
.podBackoffEvents(K8sWorkloadAnomaliesPodBackoffEventsArgs.builder()
.enabled(false)
.build())
.podEvictionEvents(K8sWorkloadAnomaliesPodEvictionEventsArgs.builder()
.enabled(false)
.build())
.podPreemptionEvents(K8sWorkloadAnomaliesPodPreemptionEventsArgs.builder()
.enabled(false)
.build())
.podStuckInTerminating(K8sWorkloadAnomaliesPodStuckInTerminatingArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesPodStuckInTerminatingConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.build())
.build())
.workloadWithoutReadyPods(K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs.builder()
.enabled(false)
.configuration(K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfigurationArgs.builder()
.observationPeriodInMinutes(0)
.samplePeriodInMinutes(0)
.build())
.build())
.scope("string")
.build());
k8s_workload_anomalies_resource = dynatrace.K8sWorkloadAnomalies("k8sWorkloadAnomaliesResource",
not_all_pods_ready=dynatrace.K8sWorkloadAnomaliesNotAllPodsReadyArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesNotAllPodsReadyConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
),
),
pending_pods=dynatrace.K8sWorkloadAnomaliesPendingPodsArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesPendingPodsConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
threshold=0,
),
),
high_cpu_throttling=dynatrace.K8sWorkloadAnomaliesHighCpuThrottlingArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesHighCpuThrottlingConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
threshold=0,
),
),
high_cpu_usage=dynatrace.K8sWorkloadAnomaliesHighCpuUsageArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesHighCpuUsageConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
threshold=0,
),
),
high_memory_usage=dynatrace.K8sWorkloadAnomaliesHighMemoryUsageArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesHighMemoryUsageConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
threshold=0,
),
),
job_failure_events=dynatrace.K8sWorkloadAnomaliesJobFailureEventsArgs(
enabled=False,
),
deployment_stuck=dynatrace.K8sWorkloadAnomaliesDeploymentStuckArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesDeploymentStuckConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
),
),
oom_kills=dynatrace.K8sWorkloadAnomaliesOomKillsArgs(
enabled=False,
),
container_restarts=dynatrace.K8sWorkloadAnomaliesContainerRestartsArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesContainerRestartsConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
threshold=0,
),
),
pod_backoff_events=dynatrace.K8sWorkloadAnomaliesPodBackoffEventsArgs(
enabled=False,
),
pod_eviction_events=dynatrace.K8sWorkloadAnomaliesPodEvictionEventsArgs(
enabled=False,
),
pod_preemption_events=dynatrace.K8sWorkloadAnomaliesPodPreemptionEventsArgs(
enabled=False,
),
pod_stuck_in_terminating=dynatrace.K8sWorkloadAnomaliesPodStuckInTerminatingArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesPodStuckInTerminatingConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
),
),
workload_without_ready_pods=dynatrace.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs(
enabled=False,
configuration=dynatrace.K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfigurationArgs(
observation_period_in_minutes=0,
sample_period_in_minutes=0,
),
),
scope="string")
const k8sWorkloadAnomaliesResource = new dynatrace.K8sWorkloadAnomalies("k8sWorkloadAnomaliesResource", {
notAllPodsReady: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
},
},
pendingPods: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
threshold: 0,
},
},
highCpuThrottling: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
threshold: 0,
},
},
highCpuUsage: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
threshold: 0,
},
},
highMemoryUsage: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
threshold: 0,
},
},
jobFailureEvents: {
enabled: false,
},
deploymentStuck: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
},
},
oomKills: {
enabled: false,
},
containerRestarts: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
threshold: 0,
},
},
podBackoffEvents: {
enabled: false,
},
podEvictionEvents: {
enabled: false,
},
podPreemptionEvents: {
enabled: false,
},
podStuckInTerminating: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
},
},
workloadWithoutReadyPods: {
enabled: false,
configuration: {
observationPeriodInMinutes: 0,
samplePeriodInMinutes: 0,
},
},
scope: "string",
});
type: dynatrace:K8sWorkloadAnomalies
properties:
containerRestarts:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
threshold: 0
enabled: false
deploymentStuck:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
enabled: false
highCpuThrottling:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
threshold: 0
enabled: false
highCpuUsage:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
threshold: 0
enabled: false
highMemoryUsage:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
threshold: 0
enabled: false
jobFailureEvents:
enabled: false
notAllPodsReady:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
enabled: false
oomKills:
enabled: false
pendingPods:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
threshold: 0
enabled: false
podBackoffEvents:
enabled: false
podEvictionEvents:
enabled: false
podPreemptionEvents:
enabled: false
podStuckInTerminating:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
enabled: false
scope: string
workloadWithoutReadyPods:
configuration:
observationPeriodInMinutes: 0
samplePeriodInMinutes: 0
enabled: false
K8sWorkloadAnomalies Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The K8sWorkloadAnomalies resource accepts the following input properties:
- Container
Restarts Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Container Restarts - no documentation available
- Deployment
Stuck Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Deployment Stuck - no documentation available
- High
Cpu Pulumiverse.Throttling Dynatrace. Inputs. K8s Workload Anomalies High Cpu Throttling - no documentation available
- High
Cpu Pulumiverse.Usage Dynatrace. Inputs. K8s Workload Anomalies High Cpu Usage - no documentation available
- High
Memory Pulumiverse.Usage Dynatrace. Inputs. K8s Workload Anomalies High Memory Usage - no documentation available
- Job
Failure Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Job Failure Events - no documentation available
- Not
All Pulumiverse.Pods Ready Dynatrace. Inputs. K8s Workload Anomalies Not All Pods Ready - no documentation available
- Oom
Kills Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Oom Kills - no documentation available
- Pending
Pods Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Pending Pods - no documentation available
- Pod
Backoff Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Backoff Events - no documentation available
- Pod
Eviction Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Eviction Events - no documentation available
- Pod
Preemption Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Preemption Events - no documentation available
- Pod
Stuck Pulumiverse.In Terminating Dynatrace. Inputs. K8s Workload Anomalies Pod Stuck In Terminating - no documentation available
- Workload
Without Pulumiverse.Ready Pods Dynatrace. Inputs. K8s Workload Anomalies Workload Without Ready Pods - no documentation available
- Scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- Container
Restarts K8sWorkload Anomalies Container Restarts Args - no documentation available
- Deployment
Stuck K8sWorkload Anomalies Deployment Stuck Args - no documentation available
- High
Cpu K8sThrottling Workload Anomalies High Cpu Throttling Args - no documentation available
- High
Cpu K8sUsage Workload Anomalies High Cpu Usage Args - no documentation available
- High
Memory K8sUsage Workload Anomalies High Memory Usage Args - no documentation available
- Job
Failure K8sEvents Workload Anomalies Job Failure Events Args - no documentation available
- Not
All K8sPods Ready Workload Anomalies Not All Pods Ready Args - no documentation available
- Oom
Kills K8sWorkload Anomalies Oom Kills Args - no documentation available
- Pending
Pods K8sWorkload Anomalies Pending Pods Args - no documentation available
- Pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events Args - no documentation available
- Pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events Args - no documentation available
- Pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events Args - no documentation available
- Pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating Args - no documentation available
- Workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods Args - no documentation available
- Scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- container
Restarts K8sWorkload Anomalies Container Restarts - no documentation available
- deployment
Stuck K8sWorkload Anomalies Deployment Stuck - no documentation available
- high
Cpu K8sThrottling Workload Anomalies High Cpu Throttling - no documentation available
- high
Cpu K8sUsage Workload Anomalies High Cpu Usage - no documentation available
- high
Memory K8sUsage Workload Anomalies High Memory Usage - no documentation available
- job
Failure K8sEvents Workload Anomalies Job Failure Events - no documentation available
- not
All K8sPods Ready Workload Anomalies Not All Pods Ready - no documentation available
- oom
Kills K8sWorkload Anomalies Oom Kills - no documentation available
- pending
Pods K8sWorkload Anomalies Pending Pods - no documentation available
- pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events - no documentation available
- pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events - no documentation available
- pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events - no documentation available
- pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating - no documentation available
- workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods - no documentation available
- scope String
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- container
Restarts K8sWorkload Anomalies Container Restarts - no documentation available
- deployment
Stuck K8sWorkload Anomalies Deployment Stuck - no documentation available
- high
Cpu K8sThrottling Workload Anomalies High Cpu Throttling - no documentation available
- high
Cpu K8sUsage Workload Anomalies High Cpu Usage - no documentation available
- high
Memory K8sUsage Workload Anomalies High Memory Usage - no documentation available
- job
Failure K8sEvents Workload Anomalies Job Failure Events - no documentation available
- not
All K8sPods Ready Workload Anomalies Not All Pods Ready - no documentation available
- oom
Kills K8sWorkload Anomalies Oom Kills - no documentation available
- pending
Pods K8sWorkload Anomalies Pending Pods - no documentation available
- pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events - no documentation available
- pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events - no documentation available
- pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events - no documentation available
- pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating - no documentation available
- workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods - no documentation available
- scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- container_
restarts K8sWorkload Anomalies Container Restarts Args - no documentation available
- deployment_
stuck K8sWorkload Anomalies Deployment Stuck Args - no documentation available
- high_
cpu_ K8sthrottling Workload Anomalies High Cpu Throttling Args - no documentation available
- high_
cpu_ K8susage Workload Anomalies High Cpu Usage Args - no documentation available
- high_
memory_ K8susage Workload Anomalies High Memory Usage Args - no documentation available
- job_
failure_ K8sevents Workload Anomalies Job Failure Events Args - no documentation available
- not_
all_ K8spods_ ready Workload Anomalies Not All Pods Ready Args - no documentation available
- oom_
kills K8sWorkload Anomalies Oom Kills Args - no documentation available
- pending_
pods K8sWorkload Anomalies Pending Pods Args - no documentation available
- pod_
backoff_ K8sevents Workload Anomalies Pod Backoff Events Args - no documentation available
- pod_
eviction_ K8sevents Workload Anomalies Pod Eviction Events Args - no documentation available
- pod_
preemption_ K8sevents Workload Anomalies Pod Preemption Events Args - no documentation available
- pod_
stuck_ K8sin_ terminating Workload Anomalies Pod Stuck In Terminating Args - no documentation available
- workload_
without_ K8sready_ pods Workload Anomalies Workload Without Ready Pods Args - no documentation available
- scope str
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- container
Restarts Property Map - no documentation available
- deployment
Stuck Property Map - no documentation available
- high
Cpu Property MapThrottling - no documentation available
- high
Cpu Property MapUsage - no documentation available
- high
Memory Property MapUsage - no documentation available
- job
Failure Property MapEvents - no documentation available
- not
All Property MapPods Ready - no documentation available
- oom
Kills Property Map - no documentation available
- pending
Pods Property Map - no documentation available
- pod
Backoff Property MapEvents - no documentation available
- pod
Eviction Property MapEvents - no documentation available
- pod
Preemption Property MapEvents - no documentation available
- pod
Stuck Property MapIn Terminating - no documentation available
- workload
Without Property MapReady Pods - no documentation available
- scope String
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
Outputs
All input properties are implicitly available as output properties. Additionally, the K8sWorkloadAnomalies resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing K8sWorkloadAnomalies Resource
Get an existing K8sWorkloadAnomalies resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: K8sWorkloadAnomaliesState, opts?: CustomResourceOptions): K8sWorkloadAnomalies
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
container_restarts: Optional[K8sWorkloadAnomaliesContainerRestartsArgs] = None,
deployment_stuck: Optional[K8sWorkloadAnomaliesDeploymentStuckArgs] = None,
high_cpu_throttling: Optional[K8sWorkloadAnomaliesHighCpuThrottlingArgs] = None,
high_cpu_usage: Optional[K8sWorkloadAnomaliesHighCpuUsageArgs] = None,
high_memory_usage: Optional[K8sWorkloadAnomaliesHighMemoryUsageArgs] = None,
job_failure_events: Optional[K8sWorkloadAnomaliesJobFailureEventsArgs] = None,
not_all_pods_ready: Optional[K8sWorkloadAnomaliesNotAllPodsReadyArgs] = None,
oom_kills: Optional[K8sWorkloadAnomaliesOomKillsArgs] = None,
pending_pods: Optional[K8sWorkloadAnomaliesPendingPodsArgs] = None,
pod_backoff_events: Optional[K8sWorkloadAnomaliesPodBackoffEventsArgs] = None,
pod_eviction_events: Optional[K8sWorkloadAnomaliesPodEvictionEventsArgs] = None,
pod_preemption_events: Optional[K8sWorkloadAnomaliesPodPreemptionEventsArgs] = None,
pod_stuck_in_terminating: Optional[K8sWorkloadAnomaliesPodStuckInTerminatingArgs] = None,
scope: Optional[str] = None,
workload_without_ready_pods: Optional[K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs] = None) -> K8sWorkloadAnomalies
func GetK8sWorkloadAnomalies(ctx *Context, name string, id IDInput, state *K8sWorkloadAnomaliesState, opts ...ResourceOption) (*K8sWorkloadAnomalies, error)
public static K8sWorkloadAnomalies Get(string name, Input<string> id, K8sWorkloadAnomaliesState? state, CustomResourceOptions? opts = null)
public static K8sWorkloadAnomalies get(String name, Output<String> id, K8sWorkloadAnomaliesState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Container
Restarts Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Container Restarts - no documentation available
- Deployment
Stuck Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Deployment Stuck - no documentation available
- High
Cpu Pulumiverse.Throttling Dynatrace. Inputs. K8s Workload Anomalies High Cpu Throttling - no documentation available
- High
Cpu Pulumiverse.Usage Dynatrace. Inputs. K8s Workload Anomalies High Cpu Usage - no documentation available
- High
Memory Pulumiverse.Usage Dynatrace. Inputs. K8s Workload Anomalies High Memory Usage - no documentation available
- Job
Failure Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Job Failure Events - no documentation available
- Not
All Pulumiverse.Pods Ready Dynatrace. Inputs. K8s Workload Anomalies Not All Pods Ready - no documentation available
- Oom
Kills Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Oom Kills - no documentation available
- Pending
Pods Pulumiverse.Dynatrace. Inputs. K8s Workload Anomalies Pending Pods - no documentation available
- Pod
Backoff Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Backoff Events - no documentation available
- Pod
Eviction Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Eviction Events - no documentation available
- Pod
Preemption Pulumiverse.Events Dynatrace. Inputs. K8s Workload Anomalies Pod Preemption Events - no documentation available
- Pod
Stuck Pulumiverse.In Terminating Dynatrace. Inputs. K8s Workload Anomalies Pod Stuck In Terminating - no documentation available
- Scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- Workload
Without Pulumiverse.Ready Pods Dynatrace. Inputs. K8s Workload Anomalies Workload Without Ready Pods - no documentation available
- Container
Restarts K8sWorkload Anomalies Container Restarts Args - no documentation available
- Deployment
Stuck K8sWorkload Anomalies Deployment Stuck Args - no documentation available
- High
Cpu K8sThrottling Workload Anomalies High Cpu Throttling Args - no documentation available
- High
Cpu K8sUsage Workload Anomalies High Cpu Usage Args - no documentation available
- High
Memory K8sUsage Workload Anomalies High Memory Usage Args - no documentation available
- Job
Failure K8sEvents Workload Anomalies Job Failure Events Args - no documentation available
- Not
All K8sPods Ready Workload Anomalies Not All Pods Ready Args - no documentation available
- Oom
Kills K8sWorkload Anomalies Oom Kills Args - no documentation available
- Pending
Pods K8sWorkload Anomalies Pending Pods Args - no documentation available
- Pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events Args - no documentation available
- Pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events Args - no documentation available
- Pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events Args - no documentation available
- Pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating Args - no documentation available
- Scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- Workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods Args - no documentation available
- container
Restarts K8sWorkload Anomalies Container Restarts - no documentation available
- deployment
Stuck K8sWorkload Anomalies Deployment Stuck - no documentation available
- high
Cpu K8sThrottling Workload Anomalies High Cpu Throttling - no documentation available
- high
Cpu K8sUsage Workload Anomalies High Cpu Usage - no documentation available
- high
Memory K8sUsage Workload Anomalies High Memory Usage - no documentation available
- job
Failure K8sEvents Workload Anomalies Job Failure Events - no documentation available
- not
All K8sPods Ready Workload Anomalies Not All Pods Ready - no documentation available
- oom
Kills K8sWorkload Anomalies Oom Kills - no documentation available
- pending
Pods K8sWorkload Anomalies Pending Pods - no documentation available
- pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events - no documentation available
- pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events - no documentation available
- pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events - no documentation available
- pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating - no documentation available
- scope String
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods - no documentation available
- container
Restarts K8sWorkload Anomalies Container Restarts - no documentation available
- deployment
Stuck K8sWorkload Anomalies Deployment Stuck - no documentation available
- high
Cpu K8sThrottling Workload Anomalies High Cpu Throttling - no documentation available
- high
Cpu K8sUsage Workload Anomalies High Cpu Usage - no documentation available
- high
Memory K8sUsage Workload Anomalies High Memory Usage - no documentation available
- job
Failure K8sEvents Workload Anomalies Job Failure Events - no documentation available
- not
All K8sPods Ready Workload Anomalies Not All Pods Ready - no documentation available
- oom
Kills K8sWorkload Anomalies Oom Kills - no documentation available
- pending
Pods K8sWorkload Anomalies Pending Pods - no documentation available
- pod
Backoff K8sEvents Workload Anomalies Pod Backoff Events - no documentation available
- pod
Eviction K8sEvents Workload Anomalies Pod Eviction Events - no documentation available
- pod
Preemption K8sEvents Workload Anomalies Pod Preemption Events - no documentation available
- pod
Stuck K8sIn Terminating Workload Anomalies Pod Stuck In Terminating - no documentation available
- scope string
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- workload
Without K8sReady Pods Workload Anomalies Workload Without Ready Pods - no documentation available
- container_
restarts K8sWorkload Anomalies Container Restarts Args - no documentation available
- deployment_
stuck K8sWorkload Anomalies Deployment Stuck Args - no documentation available
- high_
cpu_ K8sthrottling Workload Anomalies High Cpu Throttling Args - no documentation available
- high_
cpu_ K8susage Workload Anomalies High Cpu Usage Args - no documentation available
- high_
memory_ K8susage Workload Anomalies High Memory Usage Args - no documentation available
- job_
failure_ K8sevents Workload Anomalies Job Failure Events Args - no documentation available
- not_
all_ K8spods_ ready Workload Anomalies Not All Pods Ready Args - no documentation available
- oom_
kills K8sWorkload Anomalies Oom Kills Args - no documentation available
- pending_
pods K8sWorkload Anomalies Pending Pods Args - no documentation available
- pod_
backoff_ K8sevents Workload Anomalies Pod Backoff Events Args - no documentation available
- pod_
eviction_ K8sevents Workload Anomalies Pod Eviction Events Args - no documentation available
- pod_
preemption_ K8sevents Workload Anomalies Pod Preemption Events Args - no documentation available
- pod_
stuck_ K8sin_ terminating Workload Anomalies Pod Stuck In Terminating Args - no documentation available
- scope str
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- workload_
without_ K8sready_ pods Workload Anomalies Workload Without Ready Pods Args - no documentation available
- container
Restarts Property Map - no documentation available
- deployment
Stuck Property Map - no documentation available
- high
Cpu Property MapThrottling - no documentation available
- high
Cpu Property MapUsage - no documentation available
- high
Memory Property MapUsage - no documentation available
- job
Failure Property MapEvents - no documentation available
- not
All Property MapPods Ready - no documentation available
- oom
Kills Property Map - no documentation available
- pending
Pods Property Map - no documentation available
- pod
Backoff Property MapEvents - no documentation available
- pod
Eviction Property MapEvents - no documentation available
- pod
Preemption Property MapEvents - no documentation available
- pod
Stuck Property MapIn Terminating - no documentation available
- scope String
- The scope of this setting (CLOUDAPPLICATIONNAMESPACE, KUBERNETES_CLUSTER). Omit this property if you want to cover the whole environment.
- workload
Without Property MapReady Pods - no documentation available
Supporting Types
K8sWorkloadAnomaliesContainerRestarts, K8sWorkloadAnomaliesContainerRestartsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Container Restarts Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Container Restarts Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Container Restarts Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Container Restarts Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Container Restarts Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesContainerRestartsConfiguration, K8sWorkloadAnomaliesContainerRestartsConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - per minute, for any
- Threshold int
- there is at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - per minute, for any
- Threshold int
- there is at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - per minute, for any
- threshold Integer
- there is at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - per minute, for any
- threshold number
- there is at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - per minute, for any
- threshold int
- there is at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - per minute, for any
- threshold Number
- there is at least
K8sWorkloadAnomaliesDeploymentStuck, K8sWorkloadAnomaliesDeploymentStuckArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Deployment Stuck Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Deployment Stuck Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Deployment Stuck Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Deployment Stuck Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Deployment Stuck Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesDeploymentStuckConfiguration, K8sWorkloadAnomaliesDeploymentStuckConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - workload stops progressing for at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - workload stops progressing for at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - workload stops progressing for at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - workload stops progressing for at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - workload stops progressing for at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - workload stops progressing for at least
K8sWorkloadAnomaliesHighCpuThrottling, K8sWorkloadAnomaliesHighCpuThrottlingArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies High Cpu Throttling Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies High Cpu Throttling Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Throttling Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Throttling Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Throttling Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesHighCpuThrottlingConfiguration, K8sWorkloadAnomaliesHighCpuThrottlingConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of CPU usage for at least
- Threshold int
- amount of CPU throttling is above
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of CPU usage for at least
- Threshold int
- amount of CPU throttling is above
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - of CPU usage for at least
- threshold Integer
- amount of CPU throttling is above
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - of CPU usage for at least
- threshold number
- amount of CPU throttling is above
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - of CPU usage for at least
- threshold int
- amount of CPU throttling is above
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - of CPU usage for at least
- threshold Number
- amount of CPU throttling is above
K8sWorkloadAnomaliesHighCpuUsage, K8sWorkloadAnomaliesHighCpuUsageArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies High Cpu Usage Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies High Cpu Usage Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Usage Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Usage Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Cpu Usage Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesHighCpuUsageConfiguration, K8sWorkloadAnomaliesHighCpuUsageConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of defined CPU limits for at least
- Threshold int
- amount of utilized workload CPU is above
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of defined CPU limits for at least
- Threshold int
- amount of utilized workload CPU is above
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - of defined CPU limits for at least
- threshold Integer
- amount of utilized workload CPU is above
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - of defined CPU limits for at least
- threshold number
- amount of utilized workload CPU is above
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - of defined CPU limits for at least
- threshold int
- amount of utilized workload CPU is above
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - of defined CPU limits for at least
- threshold Number
- amount of utilized workload CPU is above
K8sWorkloadAnomaliesHighMemoryUsage, K8sWorkloadAnomaliesHighMemoryUsageArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies High Memory Usage Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies High Memory Usage Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Memory Usage Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Memory Usage Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies High Memory Usage Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesHighMemoryUsageConfiguration, K8sWorkloadAnomaliesHighMemoryUsageConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of defined memory limits for at least
- Threshold int
- amount of utilized workload memory is above
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - of defined memory limits for at least
- Threshold int
- amount of utilized workload memory is above
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - of defined memory limits for at least
- threshold Integer
- amount of utilized workload memory is above
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - of defined memory limits for at least
- threshold number
- amount of utilized workload memory is above
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - of defined memory limits for at least
- threshold int
- amount of utilized workload memory is above
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - of defined memory limits for at least
- threshold Number
- amount of utilized workload memory is above
K8sWorkloadAnomaliesJobFailureEvents, K8sWorkloadAnomaliesJobFailureEventsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
K8sWorkloadAnomaliesNotAllPodsReady, K8sWorkloadAnomaliesNotAllPodsReadyArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Not All Pods Ready Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Not All Pods Ready Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Not All Pods Ready Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Not All Pods Ready Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Not All Pods Ready Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesNotAllPodsReadyConfiguration, K8sWorkloadAnomaliesNotAllPodsReadyConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - some workload pods are not ready for at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - some workload pods are not ready for at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - some workload pods are not ready for at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - some workload pods are not ready for at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - some workload pods are not ready for at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - some workload pods are not ready for at least
K8sWorkloadAnomaliesOomKills, K8sWorkloadAnomaliesOomKillsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
K8sWorkloadAnomaliesPendingPods, K8sWorkloadAnomaliesPendingPodsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Pending Pods Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Pending Pods Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pending Pods Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pending Pods Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pending Pods Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesPendingPodsConfiguration, K8sWorkloadAnomaliesPendingPodsConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - stuck in pending state for at least
- Threshold int
- there is at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - stuck in pending state for at least
- Threshold int
- there is at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - stuck in pending state for at least
- threshold Integer
- there is at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - stuck in pending state for at least
- threshold number
- there is at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - stuck in pending state for at least
- threshold int
- there is at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - stuck in pending state for at least
- threshold Number
- there is at least
K8sWorkloadAnomaliesPodBackoffEvents, K8sWorkloadAnomaliesPodBackoffEventsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
K8sWorkloadAnomaliesPodEvictionEvents, K8sWorkloadAnomaliesPodEvictionEventsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
K8sWorkloadAnomaliesPodPreemptionEvents, K8sWorkloadAnomaliesPodPreemptionEventsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- Enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled boolean
- This setting is enabled (
true
) or disabled (false
)
- enabled bool
- This setting is enabled (
true
) or disabled (false
)
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
)
K8sWorkloadAnomaliesPodStuckInTerminating, K8sWorkloadAnomaliesPodStuckInTerminatingArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Pod Stuck In Terminating Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Pod Stuck In Terminating Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pod Stuck In Terminating Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pod Stuck In Terminating Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Pod Stuck In Terminating Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesPodStuckInTerminatingConfiguration, K8sWorkloadAnomaliesPodStuckInTerminatingConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - pod termination stops progressing for at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - pod termination stops progressing for at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - pod termination stops progressing for at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - pod termination stops progressing for at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - pod termination stops progressing for at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - pod termination stops progressing for at least
K8sWorkloadAnomaliesWorkloadWithoutReadyPods, K8sWorkloadAnomaliesWorkloadWithoutReadyPodsArgs
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
Pulumiverse.
Dynatrace. Inputs. K8s Workload Anomalies Workload Without Ready Pods Configuration - Alert if
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Configuration
K8s
Workload Anomalies Workload Without Ready Pods Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Workload Without Ready Pods Configuration - Alert if
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Workload Without Ready Pods Configuration - Alert if
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - configuration
K8s
Workload Anomalies Workload Without Ready Pods Configuration - Alert if
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - configuration Property Map
- Alert if
K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfiguration, K8sWorkloadAnomaliesWorkloadWithoutReadyPodsConfigurationArgs
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - workload has no ready pods for at least
- Observation
Period intIn Minutes - within the last
- Sample
Period intIn Minutes - workload has no ready pods for at least
- observation
Period IntegerIn Minutes - within the last
- sample
Period IntegerIn Minutes - workload has no ready pods for at least
- observation
Period numberIn Minutes - within the last
- sample
Period numberIn Minutes - workload has no ready pods for at least
- observation_
period_ intin_ minutes - within the last
- sample_
period_ intin_ minutes - workload has no ready pods for at least
- observation
Period NumberIn Minutes - within the last
- sample
Period NumberIn Minutes - workload has no ready pods for at least
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.