conventions

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AttributeServiceName      = "service.name"
	AttributeServiceNamespace = "service.namespace"
	AttributeServiceInstance  = "service.instance.id"
	AttributeLibraryName      = "library.name"
	AttributeLibraryLanguage  = "library.language"
	AttributeLibraryVersion   = "library.version"
	AttributeContainerName    = "container.name"
	AttributeContainerImage   = "container.image.name"
	AttributeContainerTag     = "container.image.tag"
	AttributeK8sCluster       = "k8s.cluster.name"
	AttributeK8sNamespace     = "k8s.namespace.name"
	AttributeK8sPod           = "k8s.pod.name"
	AttributeK8sDeployment    = "k8s.deployment.name"
	AttributeHostHostname     = "host.hostname"
	AttributeHostID           = "host.id"
	AttributeHostName         = "host.name"
	AttributeHostType         = "host.type"
	AttributeCloudProvider    = "cloud.provider"
	AttributeCloudAccount     = "cloud.account.id"
	AttributeCloudRegion      = "cloud.region"
	AttributeCloudZone        = "cloud.zone"
)

OpenTelemetry Semantic Convention values for Resource attribute names. See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-resource-semantic-conventions.md

View Source
const (
	AttributeComponent   = "component"
	AttributePeerAddress = "peer.address"  // to be obsoleted
	AttributePeerHost    = "peer.hostname" // to be obsoleted
	AttributePeerIpv4    = "peer.ipv4"     // to be obsoleted
	AttributePeerIpv6    = "peer.ipv6"     // to be obsoleted
	AttributePeerPort    = "peer.port"     // to be obsoleted
	AttributePeerService = "peer.service"  // to be obsoleted
)

OpenTelemetry Semantic Convention values for general Span attribute names. See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md Peer attributes currently defined in database conventions See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md

View Source
const (
	ComponentTypeHTTP = "http"
	ComponentTypeGRPC = "grpc"
)

OpenTelemetry Semantic Convention values for component attribute values. Possibly being removed due to issue #336

View Source
const (
	AttributeHTTPMethod     = "http.method"
	AttributeHTTPURL        = "http.url"
	AttributeHTTPTarget     = "http.target"
	AttributeHTTPHost       = "http.host"
	AttributeHTTPScheme     = "http.scheme"
	AttributeHTTPStatusCode = "http.status_code"
	AttributeHTTPStatusText = "http.status_text"
	AttributeHTTPFlavor     = "http.flavor"
	AttributeHTTPServerName = "http.server_name"
	AttributeHTTPHostName   = "host.name"
	AttributeHTTPHostPort   = "host.port"
	AttributeHTTPRoute      = "http.route"
	AttributeHTTPClientIP   = "http.client_ip"
)

OpenTelemetry Semantic Convention attribute names for HTTP related attributes See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-http.md

View Source
const (
	AttributeDBType      = "db.type"
	AttributeDBInstance  = "db.instance"
	AttributeDBStatement = "db.statement"
	AttributeDBUser      = "db.user"
)

OpenTelemetry Semantic Convention attribute names for database related attributes See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md

View Source
const (
	EventTypeMessage                 = "message"
	AttributeMessageType             = "message.type"
	MessageTypeReceived              = "RECEIVED"
	MessageTypeSent                  = "SENT"
	AttributeMessageID               = "message.id"
	AttributeMessageCompressedSize   = "message.compressed_size"
	AttributeMessageUncompressedSize = "message.uncompressed_size"
)

OpenTelemetry Semantic Convention attribute names for gRPC related attributes See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-rpc.md

Variables

This section is empty.

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