Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-07Updated description in the Gitlab Prometheus metrics sectionEtienne BaquƩ
2019-09-05Remove feature flags starting with `prometheus_transaction_`Jacopo
Those feature flags were always enabled so we can remove them safely.
2019-08-27Add docs for db_load_balancing metricsThong Kuah
2019-08-26Add backticks and remove square bracketsMarcel Amirault
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
2019-08-2362514 - update prometheus metrics docsDavid Wilkins
- Strikeout for metrics that aren't reported anymore - added :thumbsup: for all the metrics that appear to be still available - Added :new: for the new metrics. - Determine Release when the new metrics appeared - Add descriptions for the new metrics - remove the adornments :new: and :thumbsup: - removce the lines with strikeout
2019-08-14Remove :puma_phase metricsAleksei Lipniagov
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.
2019-07-19Adjust redis cache metricsBen Kochie
* 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.
2019-07-15Update example Prometheus scrape configBen Kochie
Use a full real-world example that is compatible with the omnibus dashboards and follows Prometheus best practices.
2019-07-10Fix whitespace in many administration docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for many admin docs (part 2)
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-07-04Fix process start timeRyan Cobb
Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-06-10Add metric for measuring PumaWorkerKiller activityJan Provaznik
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.
2019-06-04Merge branch '61964-unicorn-instrumentation' into 'master'Bob Van Landuyt
Adds ruby and unicorn instrumentation Closes #61964 See merge request gitlab-org/gitlab-ce!28499
2019-05-29Added rack-timeout for PumaJan Provaznik
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.
2019-05-29Update documentation to indicate new metrics for 12.0Ryan Cobb
2019-05-29Merge branch 'master' into 61964-unicorn-instrumentationRyan Cobb
2019-05-29Add Puma samplerJan Provaznik
This sampler gathers Puma-specific metrics which can be used by Prometheus then.
2019-05-20Adds ruby and unicorn instrumentationRyan Cobb
This adds ruby and unicorn instrumentation. This was originally intended in 11.11 but due to performance concerns it was reverted. This new commit foregoes the sys-proctable gem was causing performance issues previously.
2019-05-20Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"Ryan Cobb
This reverts merge request !27474
2019-05-07Merge branch '56850-add-new-unicorn-metrics' into 'master'Ash McKenzie
Resolve "Add new Unicorn metrics" Closes #56850 See merge request gitlab-org/gitlab-ce!27474
2019-05-05Docs: Merge EE doc/administration/monitoring to CEMarcel Amirault
2019-05-01Clarify wording in metrics documentationRyan Cobb
2019-04-29Add back ruby_memory_bytes metric, limit duplication, clean upRyan Cobb
This adds back ruby_memory_bytes for backwards compatibility, limits code duplication, cleans up unused methods, and limits the unicorn worker sampling scope.
2019-04-25Update docs and calculate process start time via proc tableRyan Cobb
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
2019-04-17Update external prometheus configCindy Pallares
Updated to include missing metrics: * GitLab Workhorse * Nginx * Sidekiq
2019-03-20Fix note lists throughout docsEvan Read
2019-03-04Docs: Fix all anchors in Admin docsMarcel Amirault
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-20Update Prometheus documentation to indicate on by defaultJoshua Lambert
2019-02-06Update metrics docsBen Kochie
Update the list of GitLab metrics to include the missing metric names.
2018-11-23Add instructions on how to add Prometheus as data source in GrafanaChenjerai Katanda
2018-11-16Merge branch 'patch-28' into 'master'Marcia Ramos
Fix punctuation error See merge request gitlab-org/gitlab-ce!22345
2018-11-14Merge branch 'add-prometheus-external-docs' into 'master'Achilleas Pipinellis
Add docs for setting up external Prometheus Closes #40949 and #37255 See merge request gitlab-org/gitlab-ce!22831
2018-11-14Properly indent codeblocksAchilleas Pipinellis
2018-11-13Incorporate feedbackJoshua Lambert
2018-11-13Add additional documentation for external Prometheus serverJoshua Lambert
2018-11-08Feature backported to CE in 11.5, not 10.7Evan Read
2018-11-07Backport changes from EEToon Claes
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-06WIP updateJoshua Lambert
2018-10-14Fix punctuation errorAndrew Banchich
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
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-09-12Update example Prometheus queriesBen Kochie
* Update metric names to match current release. * Improve descriptions. * Improve examples to show more query language functionality. Memory: * Show use of `or` function. * Automatically select "MemAvailable" kernel metric if possible. CPU: * Show use of `avg without ...`. * Show CPU utilization per node. Network: * Show use of `!=` label matching. * Don't show "localhost" metrics.
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-07-18Use title: "Unicorn Metrics available" as in EELin Jen-Shin
2018-07-03Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu
2018-06-22Cleanup ruby sampler metricsBen Kochie
* 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-05-29cleanup Prometheus setup detailsBen Bodenmiller