TraceAttributes::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.
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.
@example golang-binary-amd64-v0.1.0 @example docker-image-amd64-v0.1.0 @example release-1.tar.gz @example file-name-package.tar.gz
File
-
vendor/
open-telemetry/ sem-conv/ TraceAttributes.php, line 68
Class
Namespace
OpenTelemetry\SemConvCode
public const ARTIFACT_FILENAME = 'artifact.filename';