MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / otelTracer

Struct otelTracer

api/pkg/telemetry/otel_tracer.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type otelTracer struct {
15 projectID string
16 logger Logger
17}
18
19// NewOtelLogger creates a new Tracer
20func NewOtelLogger(projectID string, logger Logger) Tracer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected