OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_ARTIFACT_FILENAMEConst Experimental

    ATTR_ARTIFACT_FILENAME: "artifact.filename" = ...

    The human readable file name of the artifact, typically generated during build and release processes. Often includes the package name and version in the file name.

    golang-binary-amd64-v0.1.0
    
    docker-image-amd64-v0.1.0
    
    release-1.tar.gz
    
    file-name-package.tar.gz
    

    This file name can also act as the Package Name in cases where the package ecosystem maps accordingly. Additionally, the artifact can be published for others, but that is not a guarantee.

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