Use tracing::span

This commit is contained in:
Dominik Werder
2021-04-22 08:47:09 +02:00
parent 4566892640
commit caf91b460e
3 changed files with 55 additions and 33 deletions

View File

@@ -140,7 +140,7 @@ impl Stream for BinnedBytesForHttpStream {
#[derive(Clone, Debug)]
pub struct PreBinnedQuery {
patch: PreBinnedPatchCoord,
pub patch: PreBinnedPatchCoord,
agg_kind: AggKind,
channel: Channel,
}