MCPcopy
hub / github.com/grafana/tempo / JaegerToOTLPExporter

Struct JaegerToOTLPExporter

integration/util/harness_api_writes.go:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188type JaegerToOTLPExporter struct {
189 exporter exporter.Traces
190}
191
192func NewJaegerToOTLPExporter(endpoint string) (*JaegerToOTLPExporter, error) {
193 return NewJaegerToOTLPExporterWithAuth(endpoint, "", "", false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected