@mihaly-farkas/cdk8s-dynatrace-monitoring - v0.1.0-alpha.19
    Preparing search index...

    Interface OneAgentProps

    Properties related to OneAgent configuration in Dynatrace.

    interface OneAgentProps {
        resources?: ContainerResources;
    }
    Index

    Properties

    Properties

    resources?: ContainerResources

    CPU and memory resource configurations for the OneAgent pod(s).

    Resource limits and requests help control how much compute and memory is allocated to OneAgent. Adjust these values based on your expected load and cluster resource availability.

    Uses predefined default values suitable for most workloads.