Use first party metric aggregator libraries where possible.

This commit is contained in:
Jon Chambers
2020-07-24 17:02:01 -04:00
committed by Jon Chambers
parent e25914c3d3
commit 33a0c4a9ae
3 changed files with 6 additions and 19 deletions

View File

@@ -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;
}
}