-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerizing proposal #102
Comments
For 3/5/6, the jaeger-clickhouse plugin is a standalone binary that gets executed as a subprocess of Jaeger, which is then communicated with over gRPC. As a result of this design, the docker image really only needs to hold the But there are still a couple other issues in the existing structure that you point out:
So I think the main changes to address items 1 and 4 would be:
Does this make sense? |
I have a number of proposals that I can make to this project:
ghcr.io/jaegertracing/jaeger-collector:1.29.0-clickhouse-0.8.0-stretch
ghcr.io/jaegertracing/jaeger-collector:1.29.0-clickhouse-0.8.0
ghcr.io/jaegertracing/jaeger-collector:1.29.0-clickhouse
ghcr.io/jaegertracing/jaeger-collector:clickhouse-0.8.0-stretch
ghcr.io/jaegertracing/jaeger-collector:clickhouse-0.8.0
ghcr.io/jaegertracing/jaeger-collector:clickhouse
all-in-one
,jaeger-agent
,jaeger-collector
,jaeger-ingester
,jaeger-query
.The implementation of part of the above can be found in this project https://github.com/levonet/docker-jaeger.
I'm ready to move this infrastructure and do support by my team during the time of using Jaeger.
The text was updated successfully, but these errors were encountered: