We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fc467 commit 27100a7Copy full SHA for 27100a7
1 file changed
src/server/flightsql/service.rs
@@ -288,7 +288,7 @@ impl FlightSqlService for FlightSqlServiceImpl {
288
command: CommandGetTables,
289
request: Request<FlightDescriptor>,
290
) -> Result<Response<FlightInfo>, Status> {
291
- counter!("requests", "endpoint" => "get_flight_info_schemas").increment(1);
+ counter!("requests", "endpoint" => "get_flight_info_tables").increment(1);
292
let start = Timestamp::now();
293
let CommandGetTables {
294
catalog,
0 commit comments