Documentation
¶
Overview ¶
Package otel bridges the dds.Tracer interface to an OpenTelemetry TracerProvider.
Usage:
import (
ddsotel "github.com/SoundMatt/go-DDS/otel"
"github.com/SoundMatt/go-DDS/rtps"
"go.opentelemetry.io/otel"
)
p, err := rtps.New(dds.Domain(0),
rtps.WithTracer(ddsotel.NewTracer(otel.GetTracerProvider())),
)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.