Skip to content

Commit 689b1f3

Browse files
committed
break options into list items
1 parent 04c762a commit 689b1f3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/tutorial/custom_installation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ pgwatch consists of four main components:
1010

1111
1. **Metrics collector** - The pgwatch daemon that gathers metrics from your databases
1212
2. **Configuration store** - Where you define which databases to monitor and their settings
13-
- PostgreSQL database or YAML file
13+
- PostgreSQL database or
14+
- YAML file.
1415
3. **Metrics storage** - Where collected metrics are stored
15-
- PostgreSQL, Prometheus, custom gRPC server, or JSON
16+
- PostgreSQL,
17+
- Prometheus,
18+
- custom gRPC server,
19+
- JSON file.
1620
4. **Visualization** - Grafana dashboards for analyzing metrics
1721

1822
## Requirements

0 commit comments

Comments
 (0)