pub async fn handle_get_operations_by_service(
__arg0: State<JaegerQueryHandlerRef>,
__arg1: Path<String>,
__arg2: Query<JaegerQueryParams>,
__arg3: Extension<QueryContext>,
__arg4: TraceTableName,
) -> impl IntoResponse
Expand description
Handle the GET /api/services/{service_name}/operations
request.