Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaydeluca/clickhouse-tracing
- Owner: jaydeluca
- Created: 2024-06-23T14:08:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T10:31:23.000Z (3 months ago)
- Last Synced: 2024-11-05T11:30:24.358Z (2 months ago)
- Language: Java
- Homepage:
- Size: 26.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)