We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecf2b0 commit 1eb5330Copy full SHA for 1eb5330
server/src/handlers/airplane.rs
@@ -227,7 +227,7 @@ impl FlightService for AirServiceImpl {
227
228
let time = time.elapsed().as_secs_f64();
229
QUERY_EXECUTE_TIME
230
- .with_label_values(&["flight-query", &stream_name])
+ .with_label_values(&[&format!("flight-query-{}", stream_name)])
231
.observe(time);
232
233
Ok(Response::new(Box::pin(output) as Self::DoGetStream))
0 commit comments