Docs: update configuration and deployment
This commit is contained in:
21
docs/quickstart/monitoring.md
Normal file
21
docs/quickstart/monitoring.md
Normal 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
|
||||
...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user