Documentation
¶
Overview ¶
Package datadogexporter provides a factory for the Datadog exporter.
Index ¶
Constants ¶
View Source
const ( // LogsStability is the stability level of the logs datatype. LogsStability = component.StabilityLevelBeta // TracesStability is the stability level of the traces datatype. TracesStability = component.StabilityLevelBeta // MetricsStability is the stability level of the metrics datatype. MetricsStability = component.StabilityLevelBeta )
Variables ¶
View Source
var Type = component.MustNewType("datadog")
Type is the type of the exporter
Functions ¶
func CreateDefaultConfig ¶ added in v0.56.0
CreateDefaultConfig creates the default exporter configuration
func Meter ¶
func Meter(settings component.TelemetrySettings) metric.Meter
Meter returns a new metric.Meter for the exporter.
func NewFactory ¶
func NewFactory( traceagentcmp traceagent.Component, s serializer.MetricSerializer, logsAgent logsagentpipeline.Component, h serializerexporter.SourceProviderFunc, mclientwrapper *metricsclient.StatsdClientWrapper, ) exporter.Factory
NewFactory creates a Datadog exporter factory
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.