Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaydeluca/clickhouse-tracing

Experimenting with new clickhouse tracing with OpenTelemetry instrumentation
https://github.com/jaydeluca/clickhouse-tracing

Last synced: 24 days ago
JSON representation

Experimenting with new clickhouse tracing with OpenTelemetry instrumentation

Awesome Lists containing this project

README

        

# Clickhouse playground

Uses Java 17

Docker compose will spin up clickhouse server, otel collector, and jaeger.

`./run.sh` will build the jar, run the app with javaagent attached, and generate spans which can be viewed in jaeger.

Access Jaeger UI:
http://localhost:16686

![Screenshot](screenshot.jpg)