summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Matos <lee@gitlab.com>2019-06-03 18:29:25 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-03 18:29:25 +0000
commit8d9bd569d254da2a63db6fa84d3b0f4e311fa80d (patch)
tree4321f33cfad44edc5f4b66c046d440d3eb64f34d
parent88a12332dd38a8416b18c28b3465dbd35e490a27 (diff)
downloadgitlab-ce-8d9bd569d254da2a63db6fa84d3b0f4e311fa80d.tar.gz
Update architecture.md to fix typo in GitLabMonito -> GitLabMonitor
-rw-r--r--doc/development/architecture.md2
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