Here the span is added to the body of the `Service::call` implementation, not to the futures it returns, because the state service does all of the work synchronously in `call` rather than in the futures it returns. The service is skipped as a span field. We could either include or exclude the request itself. It would be useful, but the request body can be very large. Instead, we make two spans, one at info level and one at trace level, and filter that way. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||