Skip to content

Commit

Permalink
remove metrics that doesn't appear to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Sep 4, 2023
1 parent 5c20dd8 commit 0e36ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/beater/interceptors/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func TestMetrics(t *testing.T) {
request.IDResponseCount: 1,
request.IDResponseValidCount: 0,
request.IDResponseErrorsCount: 1,
request.IDResponseErrorsInternal: 1,
request.IDResponseErrorsRateLimit: 0,
request.IDResponseErrorsTimeout: 0,
request.IDResponseErrorsUnauthorized: 0,
Expand Down

0 comments on commit 0e36ccc

Please sign in to comment.