Available in editions: CE, BE, SE, SE+, EE
The module lifecycle stage: General Availability
This module installs Prometheus Pushgateway into the cluster. It receives metrics from the app and pushes them to Prometheus.
The module is not enabled by default in any bundles.
Requirements
To the versions of other modules:
-
prometheus: any version.
Parameters
Schema version: 1
- objectsettings
- array of stringssettings.instances
Required value
This parameter contains a list of instances; a separate PushGateway will be created for each instance.
Example:
instances: - first - second - objectsettings.nodeSelector
The same as in the pods’
spec.nodeSelectorparameter in Kubernetes.If the parameter is omitted or
false, it will be determined automatically. - array of objectssettings.tolerations
The same as in the pods’
spec.tolerationsparameter in Kubernetes;If the parameter is omitted or
false, it will be determined automatically.- stringsettings.tolerations.effect
- stringsettings.tolerations.key
- stringsettings.tolerations.operator
- integersettings.tolerations.tolerationSeconds
- stringsettings.tolerations.value

