package
0.0.9
Repository: https://github.com/suborbital/go-kit.git
Documentation: pkg.go.dev

# Functions

GrpcConnection returns a configured connection to the collector on the specified endpoint.
HoneycombTracer returns a tracer provider configured to send traces to your Honeycomb account.
NewTimer returns a pointer to a timer instance with the start time set as the creation date.
NoopTracer returns a non-configured empty trace provider that won't do anything.
OtelMeter takes a grpc connection to an otel collector, a MeterConfig that holds important data like collection period, service and namespace names, and the version of the application we're attaching the meter to.
OtelTracer sets up a trace provider that sends data to an opentelemetry collector.

# Structs

HoneycombTracingConfig embeds the TracingConfig struct, and adds other, specifically Honeycomb related fields.
No description provided by the author
TracingConfig is the minimum configuration needed to configure any of the tracing solutions that aren't the no-op tracer.