dash0hq / otelbin

Web-based tool to facilitate OpenTelemetry collector configuration editing and verification
https://www.otelbin.io
Apache License 2.0
264 stars 12 forks source link

Ability to test collector data processing #342

Open swar8080 opened 2 weeks ago

swar8080 commented 2 weeks ago

Hello, this is a big feature request but I think it would make otelbin really useful! I'd be interested in helping with any implementation

Problem overview

At a high level, i'm suggesting an easier way to submit OTLP test data to a collector with custom configuration and then view its output.

I currently run an OTEL collector locally to test configuration works at runtime, like testing that OTTL statements filter/mutate correctly. Would be great if otelbin let us test collector processing from the browser for components that do all their processing in-memory.

I've used a lot of tools for this which I imagine creates friction for people newly exploring OTEL:

Possible use cases

bripkens commented 2 weeks ago

@swar8080: Thank you for these great suggestions. I fully support these extensions!

For transparency: We are currently really busy getting Dash0 ready for launch, so we will likely not get to these soon.