OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for CloudProviderValues enum definition

    Name of the cloud provider.

    Use the CLOUDPROVIDERVALUES_XXXXX constants rather than the CloudProviderValues.XXXXX for bundle minification.

    type CloudProviderValues = {
        ALIBABA_CLOUD: "alibaba_cloud";
        AWS: "aws";
        AZURE: "azure";
        GCP: "gcp";
    }
    Index
    ALIBABA_CLOUD: "alibaba_cloud"

    Alibaba Cloud.

    AWS: "aws"

    Amazon Web Services.

    AZURE: "azure"

    Microsoft Azure.

    GCP: "gcp"

    Google Cloud Platform.