Skip to content

Look into Enhance the user settings #162

@xiaomi7732

Description

@xiaomi7732

Considering:

{
    "ServiceProfiler": {
        "IsDisabled": false,
        "BufferSizeInMB": "250",
        "Duration": "00:00:30", // Default duration
        "InitialDelay": "00:00:10",
        "ProvideAnonymousTelemetry": false,
        "RandomProfilingOverhead": 0.3,
        "IsSkipCompatibilityTest": false,
        "Endpoint": "https://agent.azureserviceprofiler.net",
        "SkipEndpointCertificateValidation": false,
        "PreserveTraceFile": false,
        "LocalCacheFolder": "/tmp/",
        "UploadMode": "OnSuccess",
        "NamedPipe": {
            "ConnectionTimeout": "00:00:30"
        },
        "CPUTriggerThreshold": 0.8, // Deprecating
        "MemoryTriggerThreshold": 0.8, // Deprecating

        "CPUTrigger": {
            "Threshold": 0.8,
            "Cooldown": "04:00:00",
            "Duration": "00:02:00",
            "Enabled": true
        },
        "MemoryTrigger": {
            "Threshold": 0.8,
            "Cooldown": "04:00:00",
            "Duration": "00:02:00",
            "Enabled": true
        },
        "Sampling": {
            "Enabled": true,
            "Rate": 0.3,
            "Duration": "00:02:00"
        },
        "OnDemand": {
            "Enabled": true,
            "Duration": "00:02:00"
        },
        "OneTime": {
            "Enabled": true,
            "Duration": "00:02:00"
        }
    }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions