Skip to content

Commit

Permalink
spi-state: fix (#601)
Browse files Browse the repository at this point in the history
* iam: fix compile error

* kv: update tag dto

* kv: update test

* spi-stats: support multi own_paths

* spi-state: update
  • Loading branch information
ZzIsGod1019 authored Jan 19, 2024
1 parent 3ac311d commit d5a31cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spi/spi-stats/src/serv/pg/stats_pg_metric_serv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pub async fn query_metrics(query_req: &StatsQueryMetricsReq, funs: &TardisFunsIn

let mut params = if let Some(own_paths) = &query_req.own_paths {
vec![
Value::from(own_paths.join(", ")),
Value::from(own_paths.join("', '")),
Value::from(query_req.start_time),
Value::from(query_req.end_time),
]
Expand Down

0 comments on commit d5a31cb

Please sign in to comment.