Documentation
¶
Index ¶
Constants ¶
View Source
const ( // resource attributes AttributeAgentName = "agent.name" AttributeAgentVersion = "agent.version" // scope attributes AttributeServiceFrameworkName = "service.framework.name" AttributeServiceFrameworkVersion = "service.framework.version" // span attributes AttributeTimestampUs = "timestamp.us" AttributeProcessorEvent = "processor.event" AttributeTransactionSampled = "transaction.sampled" AttributeTransactionID = "transaction.id" AttributeTransactionRoot = "transaction.root" AttributeTransactionName = "transaction.name" AttributeTransactionType = "transaction.type" AttributeTransactionDurationUs = "transaction.duration.us" AttributeTransactionResult = "transaction.result" AttributeTransactionRepresentativeCount = "transaction.representative_count" AttributeSpanName = "span.name" AttributeSpanType = "span.type" AttributeSpanSubtype = "span.subtype" AttributeEventOutcome = "event.outcome" AttributeSuccessCount = "event.success_count" AttributeServiceTargetType = "service.target.type" AttributeServiceTargetName = "service.target.name" AttributeSpanDestinationServiceResource = "span.destination.service.resource" AttributeSpanDurationUs = "span.duration.us" AttributeSpanRepresentativeCount = "span.representative_count" AttributeChildIDs = "child.id" // span event attributes AttributeParentID = "parent.id" AttributeErrorID = "error.id" AttributeErrorExceptionHandled = "error.exception.handled" AttributeErrorGroupingKey = "error.grouping_key" AttributeErrorGroupingName = "error.grouping_name" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.