Application Jmx Prometheus Exporter
data class ApplicationJmxPrometheusExporter(val hostPort: String? = null, val jmxurl: String? = null, val prometheusPort: String? = null)
The JMX Prometheus Exporter settings.
Constructors
Link copied to clipboard
fun ApplicationJmxPrometheusExporter(hostPort: String? = null, jmxurl: String? = null, prometheusPort: String? = null)