Skip to content

Commit

Permalink
DATAGO-80463: micrometer statsd log spam (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynecker authored Jul 18, 2024
1 parent 9d52d97 commit 93f9878
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public static Properties getDefault() {

properties.put("spring.application.name", "event-management-agent");
properties.put("server.port", "8180");
properties.put("management.statsd.metrics.export.enabled", "false");
return properties;
}
}

0 comments on commit 93f9878

Please sign in to comment.