Documentation
¶
Index ¶
Constants ¶
const ( OCAttributeProcessStartTime = "opencensus.starttime" OCAttributeProcessID = "opencensus.pid" OCAttributeExporterVersion = "opencensus.exporterversion" OCAttributeResourceType = "opencensus.resourcetype" OCTimeEventMessageEventType = "opencensus.timeevent.messageevent.type" OCTimeEventMessageEventID = "opencensus.timeevent.messageevent.id" OCTimeEventMessageEventUSize = "opencensus.timeevent.messageevent.usize" OCTimeEventMessageEventCSize = "opencensus.timeevent.messageevent.csize" )
OTLP attributes to map certain OpenCensus proto fields. These fields don't have corresponding fields in OTLP, nor are defined in OTLP semantic conventions. TODO: decide if any of these must be in OTLP semantic conventions.
const ( AttributeServiceName = "service.name" AttributeServiceNamespace = "service.namespace" AttributeServiceInstance = "service.instance.id" AttributeServiceVersion = "service.version" 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" AttributeHostImageName = "host.image.name" AttributeHostImageID = "host.image.id" AttributeHostImageVersion = "host.image.version" 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
const ( AttributeComponent = "component" AttributeNetTransport = "net.transport" AttributeNetPeerIP = "net.peer.ip" AttributeNetPeerPort = "net.peer.port" AttributeNetPeerName = "net.peer.name" AttributeNetHostIP = "net.host.ip" AttributeNetHostPort = "net.host.port" AttributeNetHostName = "net.host.name" AttributeEnduserID = "enduser.id" AttributeEnduserRole = "enduser.role" AttributeEnduserScope = "enduser.scope" )
OpenTelemetry Semantic Convention values for general Span attribute names. See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-span-general.md
const ( ComponentTypeHTTP = "http" ComponentTypeGRPC = "grpc" )
OpenTelemetry Semantic Convention values for component attribute values. Possibly being removed due to issue #336
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" AttributeHTTPUserAgent = "http.user_agent" )
OpenTelemetry Semantic Convention attribute names for HTTP related attributes See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-http.md
const ( AttributeDBType = "db.type" AttributeDBInstance = "db.instance" AttributeDBStatement = "db.statement" AttributeDBUser = "db.user" AttributeDBURL = "db.url" )
OpenTelemetry Semantic Convention attribute names for database related attributes See: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
const ( AttributeRPCService = "rpc.service" 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.