Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renchap/glb_to_honeycomb
Transforms Google Load Balancer logs to Honeycomb events
https://github.com/renchap/glb_to_honeycomb
Last synced: about 17 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T08:22:23.000Z (over 2 years ago)
- Last Synced: 2024-12-21T19:26:15.136Z (21 days ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- 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