capturing

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SpanEntryPointActions = struct {
	Capture SpanCaptureAction
	Ignore  SpanCaptureAction
}{
	Capture: SpanCaptureAction("CAPTURE"),
	Ignore:  SpanCaptureAction("IGNORE"),
}

Functions

This section is empty.

Types

type SpanCaptureAction

type SpanCaptureAction string

type SpanCaptureRule

type SpanCaptureRule struct {
	Name     string             `json:"ruleName"`
	Action   SpanCaptureAction  `json:"ruleAction"`
	Matchers match.SpanMatchers `json:"matchers" min:"1" max:"100"`
}

SpanCaptureRule has no documentation

func (*SpanCaptureRule) MarshalHCL

func (me *SpanCaptureRule) MarshalHCL(properties hcl.Properties) error

func (*SpanCaptureRule) Schema

func (me *SpanCaptureRule) Schema() map[string]*schema.Schema

func (*SpanCaptureRule) UnmarshalHCL

func (me *SpanCaptureRule) UnmarshalHCL(decoder hcl.Decoder) error

type SpanCaptureSetting

type SpanCaptureSetting struct {
	SpanCaptureRule *SpanCaptureRule `json:"spanCaptureRule"`
	InsertAfter     string           `json:"-"`
}

SpanCaptureSetting OpenTelemetry/OpenTracing spans can start new PurePaths. Define rules that define which spans should not be considered as entry points.\n\nNote: This config does not apply to Trace ingest

func (*SpanCaptureSetting) MarshalHCL

func (me *SpanCaptureSetting) MarshalHCL(properties hcl.Properties) error

func (*SpanCaptureSetting) Name

func (me *SpanCaptureSetting) Name() string

func (*SpanCaptureSetting) Schema

func (me *SpanCaptureSetting) Schema() map[string]*schema.Schema

func (*SpanCaptureSetting) UnmarshalHCL

func (me *SpanCaptureSetting) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

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