Closed yeazelm closed 8 months ago
Updated the commits to include apiserver
by attaching the resource to the provider with .with_resource(Resource::new([KeyValue::new("service.name", "apiserver")]))
and put the tokio feature into the opentelemetry_sdk
. I also cleaned up a few more warnings that were bugging me and re-ran the integration tests.
Description of changes: Updates dependencies to resolve several dependabot PRs along with moving code to compatible implementations for new opentelemetry changes.
Used https://kube.rs/upgrading/ to ensure the dependencies work together.
Testing done:
Ran integ tests and validated that Prometheus can see the upgrade metrics still.
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.