Monitoring

Goma collects and exports metrics

To enable metrics, you need to set enableMetrics to true and the metrics are available at /metrics

version: 1.0
gateway:
  enableMetrics: true
  ...