OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_CLOUDFOUNDRY_APP_INSTANCE_IDConst Experimental

    ATTR_CLOUDFOUNDRY_APP_INSTANCE_ID: "cloudfoundry.app.instance.id" = ...

    The index of the application instance. 0 when just one instance is active.

    0
    
    1
    

    CloudFoundry defines the instance_id in the Loggregator v2 envelope. It is used for logs and metrics emitted by CloudFoundry. It is supposed to contain the application instance index for applications deployed on the runtime.

    Application instrumentation should use the value from environment variable CF_INSTANCE_INDEX.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.