Zahari Dichev
Zahari Dichev
This PR switches to using `Span::record` for recording state updates on async ops and resources as suggested in #246. The changes a bit the scheme for naming attributes. Basically now...
Since a usual pattern is to call `console_subscriber::init()` at the beginning of the `main` function, we end up initializing the subscriber after the task spawned by the tokio macro is...
## Tasks and their parents To build the tree of tasks, we need to know that a task has been spawned in the context of another task. For that purpose,...
Currently the implementation of `FieldVisitor` will record errors with `fmt::Debug`. It would be nice to record errors in a more structured way, potentially including the chain of sources for the...
Hi there, so it turns out that in some situation we can get an `Error(Kind::User(UserError::HeaderTooBig))`. This for example happens when the query param part of a URI is too long...
Currently when I try to run the echo server example both client and server just hang. After a bit more inspection it seems to be that the `TcpListener` never gets...
Currently the docs prscribe that `helm upgrade linkerd2 linkerd/linkerd2 --reuse-values` should be used when ugrading. However this does not work at the moment. When upgrading from 2.6 to edge things...
Once we cut the 2.7 release, we need to update the external issuer docs to link to it.
Currently, the publish workflow tries to crawl the github releases api in order to obtain the latest stable. This is causing problems for our Linkerd CI pipeline because the latest...
This PR adds a few notable changes associated with the egress functionality of Linkerd: - `EgressNetwork` objects are not indexed into the outbound index - outbound policy lookups are classfieid...