History log of /tonic/examples/src/tracing/server.rs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0, v0.9.2, v0.9.1, v0.9.0, v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0, v0.6.2, v0.6.1, v0.6.0, v0.5.2, v0.5.1, v0.5.0, v0.4.3, v0.4.2, v0.4.1, v0.4.0, v0.3.1, v0.3.0
# 034c8502 10-Jul-2020 Eliza Weisman <[email protected]>

examples: update to `tracing` 0.1.16, use `#[instrument]` (#354)

* examples: update to `tracing` 0.1.14, use `#[instrument]`

Now that `tracing-attributes`'s `#[instrument]` macro plays nicely wit

examples: update to `tracing` 0.1.16, use `#[instrument]` (#354)

* examples: update to `tracing` 0.1.14, use `#[instrument]`

Now that `tracing-attributes`'s `#[instrument]` macro plays nicely with
`async-trait`, we can update the tracing example to use `instrument`.
This lets us simplify the events emitted in the example.

Signed-off-by: Eliza Weisman <[email protected]>

* feat(transport): Dynamic load balancing (#341)

* Fix typo (#356)

Co-authored-by: Dawid Nowak <[email protected]>
Co-authored-by: Paulo Duarte <[email protected]>

show more ...


Revision tags: v0.2.1, v0.2.0, v0.1.1, v0.1.0, v0.1.0-beta.1
# 82facb62 14-Dec-2019 Lucio Franco <[email protected]>

chore: Apply clippy (#189)


# d9a481ba 12-Dec-2019 Lucio Franco <[email protected]>

chore: Reorganize examples and interop crates (#180)

* chore: Reorganize examples and interop crates

* fix interop tests