translator

package
v0.147.0 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ExceptionEventName              = "exception"
	AwsIndividualHTTPEventName      = "HTTP request failure"
	AwsIndividualHTTPErrorEventType = "aws.http.error.event"
	AwsIndividualHTTPErrorMsgAttr   = "aws.http.error_message"
)

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

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.

Variables

This section is empty.

Functions

func MakeDependencySubsegmentForLocalRootDependencySpan added in v0.102.0

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

func MakeDocumentFromSegment added in v0.102.0

func MakeDocumentFromSegment(segment *awsxray.Segment) (string, error)

MakeDocumentFromSegment converts a segment into a JSON document

func MakeNonLocalRootSegment added in v0.102.0

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

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 serializes to JSON MakeSegmentDocumentString will be deprecated in the future

func MakeSegmentDocuments added in v0.102.0

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

MakeSegmentDocuments converts spans to json documents

func MakeSegmentsFromSpan added in v0.102.0

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

MakeSegmentsFromSpan creates one or more segments from a span

func MakeServiceSegmentAndDependencySubsegment added in v0.102.0

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

func MakeServiceSegmentForLocalRootDependencySpan added in v0.102.0

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

func MakeServiceSegmentForLocalRootSpanWithoutDependency added in v0.102.0

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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