Commit graph

23 commits

Author SHA1 Message Date
Takuya Noguchi
e8fee6b8f7 Fix misspellings in docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 10:31:35 +09:00
Joshua Lambert
c2f79ab2ad Update Prometheus documentation to indicate on by default 2019-02-19 17:13:25 -05:00
Ben Kochie
e1ea47bb5c
Update metrics docs
Update the list of GitLab metrics to include the missing metric names.
2019-02-06 15:15:13 +01:00
Evan Read
16cb782a79 Feature backported to CE in 11.5, not 10.7 2018-11-08 09:24:26 +10:00
Toon Claes
149b632722 Backport changes from EE
Now the files are identical again compared to EE.

These are backported from
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5050
2018-11-07 11:29:31 +01:00
Zeger-Jan van de Weg
30b4ce940d
Remove Git circuit breaker
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
2018-10-10 09:08:18 +02:00
Lin Jen-Shin
cf7cb4f6df Use title: "Unicorn Metrics available" as in EE 2018-07-18 17:22:51 +08:00
Stan Hu
7376ffc3a3 Add Prometheus metrics to track reCAPTCHA success/failures 2018-07-03 11:39:00 -07:00
Ben Kochie
78a9991543
Cleanup ruby sampler metrics
* Use a simple counter for sampler duration instead of a histogram.
* Use a counter to collect GC time.
* Remove unused objects metric.
* Cleanup metric names to match Prometheus conventions.
* Prefix generic GC stats with `gc_stat`.
* Include worker label on memory and file descriptor metrics.
2018-06-22 14:12:22 +02:00
Joshua Lambert
e4ebee4246 Remove experiemental notes from Prometheus docs 2018-05-21 10:48:59 +00:00
Pascal Borreli
12e3eff462 Fixed typos 2018-04-27 08:50:05 +00:00
Bob Van Landuyt
d4d06bded1 Keep track of storage check timings 2017-12-11 13:18:39 +01:00
Bob Van Landuyt
9ced16d914 Add missing circuitbreaker metrics to prometheus documentation 2017-10-27 13:12:47 +02:00
Filipa Lacerda
25285d90a8 Merge branch 'pawel/prometheus_multiproc_dir_documentation' into 'master'
Documentation and link to explanation of prometheus_multiproc_dir

See merge request !12956
2017-07-20 16:56:37 +00:00
Pawel Chojnacki
d4df306b07 Documentation and link to explanation of prometheus_multiproc_dir
- Change the wording a little bit
2017-07-20 10:18:06 +02:00
Ben Kochie
53c2f5538b Add versions to Prometheus metrics doc
Document the original release of each Prometheus metric.
2017-07-19 14:40:30 +02:00
Ben Kochie
afba21f6a0 Update piplines created metric name
* Use `_total` naming convention.
* Add to metrics documentation.
2017-07-19 09:43:57 +02:00
Achilleas Pipinellis
1322042bcb Split docs on IP whitelist for monitoring access 2017-07-16 11:25:34 +03:00
Ben Kochie
79465fb3d4 Update sessions metric name. 2017-07-12 15:05:51 +02:00
Ben Kochie
93be7b5a1c Update metrics docs. 2017-07-12 15:00:17 +02:00
Ben Kochie
86cbef4df4 Add unit to latency metrics.
Add `seconds` unit to latency metrics based on uptream naming
convention[0].

[0]: https://prometheus.io/docs/practices/naming/#metric-names
2017-07-12 14:48:46 +02:00
Achilleas Pipinellis
e8a29506f6 Fix broken relative URL in prometheus docs 2017-06-21 11:29:47 +02:00
Joshua Lambert
9f7460c6e7 Add Prometheus metrics documentation 2017-06-19 19:10:05 -07:00