semconv

package
v0.8.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2026 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package semconv defines OpenTelemetry semantic conventions for earth's telemetry data.

Index

Constants

View Source
const (
	// FileCopyMethod is the name of the attribute that represents the method used to copy a file.
	FileCopyMethod = attribute.Key("earth.file.copy_method")

	// ArtifactLocalDestinations is the name of the attribute that represents the local destinations on the host
	// machine where artifacts are saved.
	ArtifactLocalDestinations = attribute.Key("earth.artifact.local_destinations")
)

Variables

View Source
var (
	// FileCopyMethodCopyOnWrite is the value of the FileCopyMethod attribute when copy-on-write was used to copy a file.
	FileCopyMethodCopyOnWrite = FileCopyMethod.String("copy-on-write")
	// FileCopyMethodHardlink is the value of the FileCopyMethod attribute when a hardlink was used to copy a file.
	FileCopyMethodHardlink = FileCopyMethod.String("hardlink")
	// FileCopyMethodCopy is the value of the FileCopyMethod attribute when a full copy was used to copy a file.
	FileCopyMethodCopy = FileCopyMethod.String("copy")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL