Skip to content
Snippets Groups Projects
Commit 8519c143 authored by Joshua Lambert's avatar Joshua Lambert Committed by Mark Pundsack
Browse files

Update README to document Prometheus changes.

parent e7b0bcf3
No related branches found
No related tags found
1 merge request!30Updates for 9.0
Loading
Loading
@@ -137,7 +137,7 @@ After GitLab is up and running, you will be able to connect to the Prometheus co
https://prometheus.<wildcard-dns-entry>/
```
 
It will monitor the system resources of the GitLab container, providing insight into metrics like CPU, memory, and throughput.
It will monitor the system resources of the GitLab container, providing insight into metrics like CPU, memory, and throughput. It is also configured to collect metrics from all Nodes in the Kubernetes cluster.
 
Sample Prometheus queries:
* % Memory Used: `(1 - ((node_memory_MemFree + node_memory_Cached) / node_memory_MemTotal)) * 100`
Loading
Loading
@@ -145,6 +145,8 @@ Sample Prometheus queries:
* Data Transmitted: `irate(node_network_transmit_bytes[5m])`
* Data Received: `irate(node_network_receive_bytes[5m])`
 
Prometheus integration has also been enabled by default, utilizing the bundled Prometheus server.
# Upgrading to a new version
 
Upgrading your Kubernetes deployment of GitLab proves to be quite simple.
Loading
Loading
@@ -152,4 +154,3 @@ Upgrading your Kubernetes deployment of GitLab proves to be quite simple.
* Fetch the latest `master` with `git checkout master && git pull`
* Re-run the `generate.bash` with the same variables originally used.
* Apply the updates YAML with `kubectl apply -f gitlab-{domain}.yml`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment