To send data to Honeycomb, you will need to instrument your applications or infrastructure. If you are instrumenting code for the first time, we recommend using OpenTelemetry. Honeycomb supports receiving telemetry data via OpenTelemetry’s native protocol, OTLP, over gRPC, HTTP/protobuf, and HTTP/JSON. The minimum supported versions of OTLP protobuf definitions are 1.0 for traces, metrics, and logs.Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
Pre-Instrumented Systems
If your system is instrumented with OpenTelemetry, you can send OpenTelemetry Protocol (OTLP) data directly to Honeycomb: Set the OTLP exporter to point to Honeycomb. If a system is already instrumented with OpenTracing, Zipkin, or Jaeger, you can convert your data and export it using the OpenTelemetry Collector.Instrument Your Infrastructure
Get visibility into your infrastructure by sending its telemetry to Honeycomb.- Kubernetes
- AWS integrations for logs and metrics
- AWS Cloudwatch
- AWS Lambda
- Fastly logs
- Fluentd logs
- Logstash logs
- Prometheus client metrics
- HashiCorp Consul metrics
- HashiCorp Nomad metrics
- HashiCorp Vault metrics
CI/CD
Instrument your build pipelines with Honeycombbuildevents, a small binary you can integrate into continuous integration/continuous delivery services.
buildevents supports these platforms:
- Travis CI
- CircleCI
- GitLab CI
- Buildkite
- Jenkins X
- Google Cloud Build
- GitHub Actions
- Bitbucket Pipelines