Docs: update configuration and deployment

This commit is contained in:
Jonas Kaninda
2024-11-10 17:47:05 +01:00
parent 00702e138b
commit b2ae3cf0a5
6 changed files with 184 additions and 139 deletions

View File

@@ -0,0 +1,21 @@
---
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
...
```