Skip to content

Prometheus Operator Metrics

If you have the Prometheus Operator installed the following values can be used to deploy ServiceMonitor resources:

metrics:
  enabled: true
  prometheusRule:
    enabled: true

postgresql:
  metrics:
    enabled: true
    serviceMonitor:
      enabled: true

redis:
  metrics:
    enabled: true
    serviceMonitor:
      enabled: true

For additional metrics you can deploy the nginxExporter and the uwsgiExporter. These components are provided as third party dependencies and should be used at your own risk.

metrics:
  nginxExporter:
    enabled: true
  uwsgiExporter:
    enabled: true