Package io.micrometer.prometheus.rsocket
Class PrometheusControllerProperties
- java.lang.Object
-
- io.micrometer.prometheus.rsocket.PrometheusControllerProperties
-
@ConfigurationProperties("micrometer.prometheus-proxy") public class PrometheusControllerProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrometheusControllerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTcpPort()intgetWebsocketPort()voidsetTcpPort(int tcpPort)voidsetWebsocketPort(int websocketPort)
-