Expand description

This module defines a skeleton implementation of the open telemetry collector tracing service

Structs

GRPC trace service skeleton

Service that can be used to push spans between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector (in this case spans are sent/received to/from multiple Applications).

Functions

Creates a tonic service handler for open telemetry trace events

Type Definitions

Alias trace callback fn

Alias tonic TraceRequest

Alias tonic TraceResponse