https://github.com/renchap/glb_to_honeycomb
Transforms Google Load Balancer logs to Honeycomb events
https://github.com/renchap/glb_to_honeycomb
Last synced: 4 months ago
JSON representation
Transforms Google Load Balancer logs to Honeycomb events
- Host: GitHub
- URL: https://github.com/renchap/glb_to_honeycomb
- Owner: renchap
- Created: 2022-08-05T08:21:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T08:22:23.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T16:57:38.340Z (9 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glb_to_honeycomb
This simple NodeJS server transforms Google Load Balancer logs into Honeycomb events.
Those events contain the OpenTelemetry attributes (including span ID, trace ID), so they are properly linked to your traces.
# Configuration
You need to set those two environment variables:
- `HONEYCOMB_API_KEY`: API key for your Honeycomb account
- `HONEYCOMB_DATASET`: name of the dataset you want to use for those events in Honeycomb