Skip to content

Commit

Permalink
Merge pull request #183 from alphagov/metrics3
Browse files Browse the repository at this point in the history
Fix incorrect counter metric name
  • Loading branch information
csutter authored Jan 16, 2024
2 parents 81f4ee1 + 2066500 commit 673e4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/metrics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Metrics
:counter, "search_api_v2_put_requests", "number of put requests to Discovery Engine"
),
delete_requests: CLIENT.register(
:counter, "search_api_v2_put_requests", "number of delete requests to Discovery Engine"
:counter, "search_api_v2_delete_requests", "number of delete requests to Discovery Engine"
),
}.freeze

Expand Down

0 comments on commit 673e4fb

Please sign in to comment.