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) 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
Click to show internal directories.
Click to hide internal directories.