mirror of
https://github.com/signalapp/Signal-Server
synced 2026-03-02 20:38:21 +00:00
No need to warn on metrics reporting
// FREEBIE
This commit is contained in:
@@ -56,7 +56,7 @@ public class JsonMetricsReporter extends ScheduledReporter {
|
||||
SortedMap<String, Timer> stringTimerSortedMap)
|
||||
{
|
||||
try {
|
||||
logger.info("Reporting metrics...");
|
||||
logger.debug("Reporting metrics...");
|
||||
URL url = new URL("https", hostname, 443, String.format("/report/metrics?t=%s&h=%s", token, host));
|
||||
HttpURLConnection connection = (HttpURLConnection) url.openConnection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user