Enabling Pushgateway
Pushgateway is off by default.
You can enable it by setting pushgateway.enabled
to true
.
{
"pushgateway": {
"enabled": true
}
}
See the Pushgateway documentation for more details about Pushgateway and when you might want to use it to push metrics to Prometheus.