We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7fb59 commit 5afa43fCopy full SHA for 5afa43f
src/common/base/src/runtime/time_series/time_series_profile.rs
@@ -150,14 +150,14 @@ impl TimeSeriesProfile {
150
pub stats: Vec<(usize, usize)>,
151
}
152
info!(
153
+ target: "databend::log::time_series",
154
"{}",
- serde_json::to_string(&TimeSeriesStatistics {
155
+ serde_json::to_string(&TimeSeriesStatistics{
156
query_id: self.query_id.clone(),
157
plan_id: self.plan_id,
158
stats_name: item.name.to_string(),
159
stats: batch,
- })
160
- .unwrap()
+ }).unwrap()
161
);
162
163
0 commit comments