Files
goma-gateway/docs/quickstart/monitoring.md
2024-11-10 17:47:05 +01:00

22 lines
294 B
Markdown

---
title: Monitoring
layout: default
parent: Quickstart
nav_order: 6
---
# Monitoring
Goma collects and exports metrics
To enable metrics, you need to set `enableMetrics` to `true` and the metrics are available at `/metrics`
```yaml
version: 1.0
gateway:
enableMetrics: true
...
```