Skip to content

Commit

Permalink
Update apollo-router/src/query_planner/query_planner_service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Iryna Shestak <shestak.irina@gmail.com>
  • Loading branch information
dariuszkuc and lrlna authored Feb 11, 2025
1 parent 343a9dd commit 69eff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/query_planner/query_planner_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ impl QueryPlannerService {
evaluated_plan_count
);
u64_histogram!(
"apollo.router.query_planning.plan.evaluated_query_options",
"apollo.router.query_planning.plan.evaluated_options",
"Number of different ways to plan a query evaluated before starting to generate a plan",
evaluated_plan_options
);
Expand Down

0 comments on commit 69eff32

Please sign in to comment.