Skip to content

Commit

Permalink
Add log line for error budget
Browse files Browse the repository at this point in the history
  • Loading branch information
killertiger committed Oct 12, 2023
1 parent aafbb04 commit be2990f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ void processBatch() throws Exception {
"response_type", "success",
"method_name", this.getClass().getSimpleName()).increment();

String method_name = this.getClass().getSimpleName();
LOG.info("TEMP - Error Budget metric sent - success: method_name " + method_name);

return;
}
Collections.shuffle(hotfixIds);
Expand Down

0 comments on commit be2990f

Please sign in to comment.