-
Notifications
You must be signed in to change notification settings - Fork 33
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
Bump the otel group with 4 updates and change builder functions #124
Conversation
Hey, thanks a lot for trying this! It's currently failing ci (ci tests both default features and
Go for it 🙏 |
@clux |
Signed-off-by: Yeongju Kang <[email protected]> Signed-off-by: Yeongju Kang <[email protected]> added some new lines following linter
@clux
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
I see it builds and passes CI so that's proof enough for me.
@@ -12,7 +12,8 @@ generate: | |||
|
|||
# run with opentelemetry | |||
run-telemetry: | |||
OPENTELEMETRY_ENDPOINT_URL=http://127.0.0.1:55680 RUST_LOG=info,kube=debug,controller=debug cargo run --features=telemetry | |||
docker-compose up -d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice. i might end up taking this out as i've killed off docker-compose deps elsewhere in favor of k3d installs, but i'll at least merge it in now for git history.
via kube-rs/controller-rs#124 Signed-off-by: clux <[email protected]>
Hi, thank you for building this.
This action of #114 seems broken so I updated libs and changed builder functions following this OTEL's official guide below.
Additionally, with_config and with_resource functions for trace configuration will become private soon.
May I replace it with with_resource?