mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 19:28:10 +01:00
correct metric name in MaxMindDatabaseManager timer
This commit is contained in:
committed by
GitHub
parent
1591a2d9a3
commit
089af7cc1f
@@ -55,7 +55,7 @@ public class MaxMindDatabaseManager implements Supplier<DatabaseReader>, Managed
|
||||
);
|
||||
|
||||
this.databaseTag = databaseTag;
|
||||
this.refreshTimer = Metrics.timer(MetricsUtil.name(MaxMindDatabaseManager.class), "refresh", databaseTag);
|
||||
this.refreshTimer = Metrics.timer(MetricsUtil.name(MaxMindDatabaseManager.class, "refresh"), "db", databaseTag);
|
||||
}
|
||||
|
||||
private void handleDatabaseChanged(final InputStream inputStream) {
|
||||
|
||||
Reference in New Issue
Block a user