@ConfigurationProperties(value="management.metrics.export.prometheus.rsocket")
public class PrometheusRSocketClientProperties
extends java.lang.Object
| Constructor and Description |
|---|
PrometheusRSocketClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
getFirstBackoff() |
java.lang.String |
getHost() |
java.time.Duration |
getMaxBackoff() |
long |
getMaxRetries() |
int |
getPort() |
io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport |
getTransport() |
boolean |
isSecure() |
void |
setFirstBackoff(java.time.Duration firstBackoff) |
void |
setHost(java.lang.String host) |
void |
setMaxBackoff(java.time.Duration maxBackoff) |
void |
setMaxRetries(long maxRetries) |
void |
setPort(int port) |
void |
setSecure(boolean secure) |
void |
setTransport(io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport transport) |
public long getMaxRetries()
public void setMaxRetries(long maxRetries)
public java.time.Duration getFirstBackoff()
public void setFirstBackoff(java.time.Duration firstBackoff)
public java.time.Duration getMaxBackoff()
public void setMaxBackoff(java.time.Duration maxBackoff)
public java.lang.String getHost()
public void setHost(java.lang.String host)
public int getPort()
public void setPort(int port)
public io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport getTransport()
public void setTransport(io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport transport)
public void setSecure(boolean secure)
public boolean isSecure()