OpenTelemetry for Ruby
The official OpenTelemetry Ruby SDK adds automatic and manual instrumentation to your Ruby applications so they can send telemetry data to Honeycomb.
How it works
Honeycomb supports receiving telemetry data via OpenTelemetry’s native protocol, OTLP, over gRPC, HTTP/protobuf, and HTTP/JSON. Simply use the official OpenTelemetry Ruby SDK and you can configure it to send data to Honeycomb directly from the application, or via an OpenTelemetry Collector.