Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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