Documentation
¶
Index ¶
Constants ¶
View Source
const (
TraceExpoterJaeger traceExporterType = iota + 1
)
Variables ¶
This section is empty.
Functions ¶
func StartJaegerTracing ¶
StartJaegerTracing starts opentelemety jaeger exporter and sets it as global tracing exporter.
func StartTelemetry ¶
func StartTelemetry(sr application.StopRegistrar, options *SetupTelemetryOptions) error
Types ¶
type SetupTelemetryOptions ¶
type SetupTelemetryOptions struct { ServiceName string TraceExporter *TraceExporterOptions }
type TraceExporterOptions ¶
type TraceExporterOptions struct { CollectorEndpoint string ExporeterType traceExporterType }
Click to show internal directories.
Click to hide internal directories.