Drop API keys from Micrometer configuration.

This commit is contained in:
Jon Chambers
2020-11-04 17:41:45 -05:00
committed by Jon Chambers
parent 4aab388eff
commit b25e50bdae
2 changed files with 0 additions and 13 deletions

View File

@@ -14,15 +14,7 @@ public class MicrometerConfiguration {
@JsonProperty
private String uri;
@JsonProperty
@NotEmpty
private String apiKey;
public String getUri() {
return uri;
}
public String getApiKey() {
return apiKey;
}
}