mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 16:38:04 +01:00
Use first party metric aggregator libraries where possible.
This commit is contained in:
committed by
Jon Chambers
parent
e25914c3d3
commit
33a0c4a9ae
@@ -18,9 +18,6 @@ public class MicrometerConfiguration {
|
||||
@NotEmpty
|
||||
private String apiKey;
|
||||
|
||||
@JsonProperty
|
||||
private String accountId;
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
@@ -32,8 +29,4 @@ public class MicrometerConfiguration {
|
||||
public String getApiKey() {
|
||||
return apiKey;
|
||||
}
|
||||
|
||||
public String getAccountId() {
|
||||
return accountId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user