Class PrometheusRSocketClientProperties


  • @ConfigurationProperties("management.metrics.export.prometheus.rsocket")
    public class PrometheusRSocketClientProperties
    extends java.lang.Object
    • Constructor Detail

      • PrometheusRSocketClientProperties

        public PrometheusRSocketClientProperties()
    • Method Detail

      • getMaxRetries

        public long getMaxRetries()
      • setMaxRetries

        public void setMaxRetries​(long maxRetries)
      • getFirstBackoff

        public java.time.Duration getFirstBackoff()
      • setFirstBackoff

        public void setFirstBackoff​(java.time.Duration firstBackoff)
      • getMaxBackoff

        public java.time.Duration getMaxBackoff()
      • setMaxBackoff

        public void setMaxBackoff​(java.time.Duration maxBackoff)
      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)
      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • getTransport

        public io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport getTransport()
      • setTransport

        public void setTransport​(io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientProperties.Transport transport)
      • setSecure

        public void setSecure​(boolean secure)
      • isSecure

        public boolean isSecure()