diff options
author | Lee Matos <lee@gitlab.com> | 2019-06-03 18:29:25 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-03 18:29:25 +0000 |
commit | 8d9bd569d254da2a63db6fa84d3b0f4e311fa80d (patch) | |
tree | 4321f33cfad44edc5f4b66c046d440d3eb64f34d /doc/development/architecture.md | |
parent | 88a12332dd38a8416b18c28b3465dbd35e490a27 (diff) | |
download | gitlab-ce-8d9bd569d254da2a63db6fa84d3b0f4e311fa80d.tar.gz |
Update architecture.md to fix typo in GitLabMonito -> GitLabMonitor
Diffstat (limited to 'doc/development/architecture.md')
-rw-r--r-- | doc/development/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md index 22a52a313b3..a0e4020da09 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -59,7 +59,7 @@ graph TB PgBouncerExporter[PgBouncer Exporter] --> PgBouncer Prometheus -- TCP 9187 --> PostgreSQLExporter Prometheus -- TCP 9100 --> NodeExporter[Node Exporter] - Prometheus -- TCP 9168 --> GitLabMonito[GitLab Monitor] + Prometheus -- TCP 9168 --> GitLabMonitor[GitLab Monitor] Prometheus -- TCP 9127 --> PgBouncerExporter GitLabMonitor --> PostgreSQL GitLabMonitor --> GitLabShell |