Honeycomb
Honeycomb is an OpenTelemetry-compatible observability platform that requires minimal setup - just sign up, create an environment, and get your API key to start collecting telemetry data. Here's how to get started:
Create a Honeycomb Account
- Sign up at Honeycomb.io
- Create a new environment (or use an existing one)
- Get your API key from Environment Settings
Configure Gate
Export the following environment variables before starting Gate:
bashexport OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io:443" export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"
bashexport OTEL_EXPORTER_OTLP_ENDPOINT="https://api.eu1.honeycomb.io:443" export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"
TIP
For production deployments, consider setting these environment variables in your system configuration or container orchestration platform rather than exporting them manually.
Start Gate
Once the environment variables are set, start Gate normally. It will automatically begin sending telemetry data to Honeycomb.
bashgate
See Install for more information on how to start Gate.
View Your Data
Log into your Honeycomb account and navigate to your environment. You should see your Gate service appearing in the list of services, and you can start creating queries and visualizations to analyze your data.