Documentation
¶
Overview ¶
Package datadog contains the shared Datadog exporter and Datadog connector configuration.
Index ¶
- Variables
- type Zaplogger
- func (z *Zaplogger) Critical(v ...any) error
- func (z *Zaplogger) Criticalf(format string, params ...any) error
- func (z *Zaplogger) Debug(v ...any)
- func (z *Zaplogger) Debugf(format string, params ...any)
- func (z *Zaplogger) Error(v ...any) error
- func (z *Zaplogger) Errorf(format string, params ...any) error
- func (z *Zaplogger) Flush()
- func (z *Zaplogger) Info(v ...any)
- func (z *Zaplogger) Infof(format string, params ...any)
- func (z *Zaplogger) Trace(_ ...any)
- func (z *Zaplogger) Tracef(_ string, _ ...any)
- func (z *Zaplogger) Warn(v ...any) error
- func (z *Zaplogger) Warnf(format string, params ...any) error
Constants ¶
This section is empty.
Variables ¶
View Source
var MetricRemappingDisabledFeatureGate = featuregate.GlobalRegistry().MustRegister( "exporter.datadogexporter.metricremappingdisabled", featuregate.StageAlpha, featuregate.WithRegisterDescription("When enabled the Datadog Exporter stops mapping OpenTelemetry semantic conventions to Datadog semantic conventions. This feature gate is only for internal use."), featuregate.WithRegisterReferenceURL("https://docs.datadoghq.com/opentelemetry/schema_semantics/metrics_mapping/"), )
MetricRemappingDisabledFeatureGate is a feature gate that controls the client-side mapping from OpenTelemetry semantic conventions to Datadog semantic conventions
View Source
var OperationAndResourceNameV2FeatureGate = featuregate.GlobalRegistry().MustRegister( "datadog.EnableOperationAndResourceNameV2", featuregate.StageAlpha, featuregate.WithRegisterDescription("When enabled, datadogexporter and datadogconnector use improved logic to compute operation name and resource name."), featuregate.WithRegisterFromVersion("v0.118.0"), )
OperationAndResourceNameV2FeatureGate is a feature gate that enables enhanced span operation name and resource names in Datadog exporter and connector
View Source
var ReceiveResourceSpansV2FeatureGate = featuregate.GlobalRegistry().MustRegister( "datadog.EnableReceiveResourceSpansV2", featuregate.StageAlpha, featuregate.WithRegisterDescription("When enabled, use a refactored implementation of the span receiver which improves performance by 10% and deprecates some not-to-spec functionality."), featuregate.WithRegisterFromVersion("v0.118.0"), featuregate.WithRegisterToVersion("v0.124.0"), )
ReceiveResourceSpansV2FeatureGate is a feature gate that enables a refactored implementation of span processing in Datadog exporter and connector
Functions ¶
This section is empty.
Types ¶
type Zaplogger ¶ added in v0.120.0
Zaplogger implements the tracelog.Logger interface on top of a zap.Logger
Click to show internal directories.
Click to hide internal directories.