Package io.prometheus.metrics.config
Class ExporterPushgatewayProperties
Object
ExporterPushgatewayProperties
-
Method Summary
-
Method Details
-
getAddress
Address of the Pushgateway in the formhost:port
. Default islocalhost:9091
-
getJob
job
label 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".
-