Metrics

By default, MORP exposes Prometheus metrics at http://localhost:8081/actuator/prometheus.

Metrics can be configured to include the tenant as an additional dimension:

morp:
  metrics:
    tenantdimension:
      enabled: true

Warning

When having many tenants, enabling this feature can lead to a vast amount of timeseries being created in Prometheus!