Skip to content
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

logging: update tracing and tracing-subscriber #352

Merged
merged 6 commits into from Sep 18, 2019
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Sep 13, 2019

Updating to the latest versions of the tracing and
tracing-subscriber crates picks up a few changes that might be
relevant to us:

Additionally, tracing-subscriber 0.1.2 removed some dependencies that
were previously on by default, and feature flagged others; I've tweaked
the feature flags that we enable so we now have fewer transitive deps in
our lockfile :D

Signed-off-by: Eliza Weisman eliza@buoyant.io

Updating to the latest versions of the `tracing` and
`tracing-subscriber` crates picks up a few changes that might be
relevant to us:

- tokio-rs/tracing#333: Fix an issue where filtering directives could
  sometimes be ignored
- tokio-rs/tracing#344: Fix for filters not applying to events generated
  from `log` records
- tokio-rs/tracing#346: Dependencies using `tracing`'s `log` back-compat
  alongside the `log` record to `tracing` event conversion layer will no
  longer result in duplicate events

Additionally, `tracing-subscriber` 0.1.2 removed some dependencies that
were previously on by default, and feature flagged others; I've tweaked
the feature flags that we enable so we now have fewer transitive deps in
our lockfile :D

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw requested a review from olix0r September 13, 2019 22:02
@hawkw hawkw self-assigned this Sep 13, 2019
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Copy link
Member

@olix0r olix0r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship it when CI passes

Signed-off-by: hawkw <eliza@buoyant.io>
@hawkw hawkw merged commit 58a3403 into master Sep 18, 2019
olix0r added a commit to linkerd/linkerd2 that referenced this pull request Sep 18, 2019
This change updates the internals of the proxy's client to the
Destination controller. Other than some minor fixes to the client's
backoff logic, no user-facing changes are expected.

* Split service discovery into composable components (linkerd/linkerd2-proxy#341)
* logging: update `tracing` and `tracing-subscriber` (linkerd/linkerd2-proxy#352)
* resolve: Do not send the 'k8s' scheme (linkerd/linkerd2-proxy#356)
alpeb pushed a commit to linkerd/linkerd2 that referenced this pull request Sep 18, 2019
This change updates the internals of the proxy's client to the
Destination controller. Other than some minor fixes to the client's
backoff logic, no user-facing changes are expected.

* Split service discovery into composable components (linkerd/linkerd2-proxy#341)
* logging: update `tracing` and `tracing-subscriber` (linkerd/linkerd2-proxy#352)
* resolve: Do not send the 'k8s' scheme (linkerd/linkerd2-proxy#356)
@olix0r olix0r deleted the eliza/tracing-0.1.9 branch September 22, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants