mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 12:48:02 +01:00
Remove a candidate metric provider.
This commit is contained in:
committed by
Jon Chambers
parent
34bf5112e0
commit
a709a3bcc0
@@ -6,10 +6,6 @@ import javax.validation.constraints.NotEmpty;
|
||||
|
||||
public class MicrometerConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
@NotEmpty
|
||||
private String name;
|
||||
|
||||
@JsonProperty
|
||||
private String uri;
|
||||
|
||||
@@ -17,13 +13,6 @@ public class MicrometerConfiguration {
|
||||
@NotEmpty
|
||||
private String apiKey;
|
||||
|
||||
@JsonProperty
|
||||
private String environment;
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public String getUri() {
|
||||
return uri;
|
||||
}
|
||||
@@ -31,8 +20,4 @@ public class MicrometerConfiguration {
|
||||
public String getApiKey() {
|
||||
return apiKey;
|
||||
}
|
||||
|
||||
public String getEnvironment() {
|
||||
return environment;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user