Module io.prometheus.metrics.config
Package io.prometheus.metrics.config
Class ExporterPushgatewayProperties
java.lang.Object
io.prometheus.metrics.config.ExporterPushgatewayProperties
-
Method Summary
-
Method Details
-
getAddress
Address of the Pushgateway in the formhost:port. Default islocalhost:9091 -
getJob
joblabel for metrics being pushed. Default is the name of the JAR file that is running. -
getScheme
Scheme to be used when pushing metrics to the pushgateway. Must be "http" or "https". Default is "http".
-