translator

package
v0.100.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AttributeHTTPRequestMethod      = "http.request.method"
	AttributeHTTPResponseStatusCode = "http.response.status_code"
	AttributeServerAddress          = "server.address"
	AttributeServerPort             = "server.port"
	AttributeNetworkPeerAddress     = "network.peer.address"
	AttributeClientAddress          = "client.address"
	AttributeURLScheme              = "url.scheme"
	AttributeURLFull                = "url.full"
	AttributeURLPath                = "url.path"
	AttributeUserAgentOriginal      = "user_agent.original"
)
View Source
const (
	OriginEC2        = "AWS::EC2::Instance"
	OriginECS        = "AWS::ECS::Container"
	OriginECSEC2     = "AWS::ECS::EC2"
	OriginECSFargate = "AWS::ECS::Fargate"
	OriginEB         = "AWS::ElasticBeanstalk::Environment"
	OriginEKS        = "AWS::EKS::Container"
	OriginAppRunner  = "AWS::AppRunner::Service"
)

AWS X-Ray acceptable values for origin field.

View Source
const AwsIndividualHTTPErrorCodeAttr = "http.response.status_code"
View Source
const AwsIndividualHTTPErrorEventType = "aws.http.error.event"
View Source
const AwsIndividualHTTPErrorMsgAttr = "aws.http.error_message"
View Source
const AwsIndividualHTTPEventName = "HTTP request failure"
View Source
const ExceptionEventName = "exception"

ExceptionEventName the name of the exception event. TODO: Remove this when collector defines this semantic convention.

Variables

This section is empty.

Functions

func MakeSegment

func MakeSegment(span ptrace.Span, resource pcommon.Resource, indexedAttrs []string, indexAllAttrs bool, logGroupNames []string, skipTimestampValidation bool) (*awsxray.Segment, error)

MakeSegment converts an OpenTelemetry Span to an X-Ray Segment

func MakeSegmentDocumentString

func MakeSegmentDocumentString(span ptrace.Span, resource pcommon.Resource, indexedAttrs []string, indexAllAttrs bool, logGroupNames []string, skipTimestampValidation bool) (string, error)

MakeSegmentDocumentString converts an OpenTelemetry Span to an X-Ray Segment and then serialzies to JSON

Types

This section is empty.

Jump to

Keyboard shortcuts

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