- Sep 07, 2019
-
-
Etienne Baqué authored
-
- Sep 05, 2019
-
-
Those feature flags were always enabled so we can remove them safely.
-
- Aug 27, 2019
-
-
Thong Kuah authored
-
- Aug 26, 2019
-
-
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
-
- Aug 23, 2019
-
-
- Strikeout for metrics that aren't reported anymore - added
for all the metrics that appear to be still available - Added for the new metrics. - Determine Release when the new metrics appeared - Add descriptions for the new metrics - remove the adornments and - removce the lines with strikeout
-
- Aug 14, 2019
-
-
Aleksei Lipniagov authored
We don't use phase restarts, as we use `preload_app`: https://github.com/puma/puma/blob/master/README.md#clustered-mode `:puma_phase` values will always be zero.
-
- Jul 19, 2019
-
-
* Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
-
- Jul 08, 2019
-
-
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
- Jul 04, 2019
-
-
Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
-
- Jul 03, 2019
-
-
Add backticks around square brackets, or fix links, as necessary.
-
- Jun 10, 2019
-
-
Jan Provaznik authored
PumaWorkerKiller is used for periodically checking and killing workers (the biggest one) if overall memory reaches specified limit. This metric allows us to watch number of killed workers.
-
- May 29, 2019
-
-
It assures that requests are aborted after 60 seconds, otherwise an exception is raised. This exception is logged by Sentry, also there is a Prometheus counter for measuring number of requests in each state.
-
Ryan Cobb authored
-
Jan Provaznik authored
This sampler gathers Puma-specific metrics which can be used by Prometheus then.
-
- May 20, 2019
- May 05, 2019
-
-
- May 01, 2019
-
-
Ryan Cobb authored
-
- Apr 29, 2019
-
-
Ryan Cobb authored
This adds back ruby_memory_bytes for backwards compatibility, limits code duplication, cleans up unused methods, and limits the unicorn worker sampling scope.
-
- Apr 24, 2019
-
-
Ryan Cobb authored
This updates monitor docs to reflect the new ruby and unicorn metrics as well as making it so we fetch process start time via the proc table instead of via CLOCK_BOOTTIME
-
- Feb 25, 2019
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Feb 19, 2019
-
-
Joshua Lambert authored
-
- Feb 06, 2019
-
-
Ben Kochie authored
Update the list of GitLab metrics to include the missing metric names.
-
- Nov 07, 2018
-
-
Evan Read authored
-
Toon Claes authored
Now the files are identical again compared to EE. These are backported from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5050
-
- Oct 10, 2018
-
-
Zeger-Jan van de Weg authored
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.
-
- Jul 18, 2018
-
-
Lin Jen-Shin authored
-
- Jul 03, 2018
-
-
Stan Hu authored
-
- Jun 22, 2018
-
-
Ben Kochie authored
* 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.
-
- May 21, 2018
-
-
Joshua Lambert authored
-
- Apr 27, 2018
-
-
Pascal Borreli authored
-
- Dec 11, 2017
-
-
Bob Van Landuyt authored
-
- Oct 27, 2017
-
-
Bob Van Landuyt authored
-
- Jul 20, 2017
-
-
Pawel Chojnacki authored
- Change the wording a little bit
-
- Jul 19, 2017
-
-
Document the original release of each Prometheus metric.
-
Ben Kochie authored
* Use `_total` naming convention. * Add to metrics documentation.
-
- Jul 16, 2017
-
-
Achilleas Pipinellis authored
-
- Jul 12, 2017
-
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
Add `seconds` unit to latency metrics based on uptream naming convention[0]. [0]: https://prometheus.io/docs/practices/naming/#metric-names
-