An error occurred fetching the project authors.
- 31 May, 2021 1 commit
-
-
Thong Kuah authored
-
- 21 May, 2021 1 commit
-
-
Matthias Käppler authored
-
- 11 May, 2021 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 31 Mar, 2021 1 commit
-
-
nmilojevic1 authored
- Move keys to instrumentation_logger middleware - Slice instrumentation values in logger middleware - Add missing specs for instrumentation_logger
-
- 22 Mar, 2021 3 commits
-
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
- 18 Mar, 2021 2 commits
-
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
- 10 Mar, 2021 1 commit
-
-
- 08 Mar, 2021 3 commits
-
-
Quang-Minh Nguyen authored
-
Quang-Minh Nguyen authored
-
-
- 05 Mar, 2021 1 commit
-
-
- 16 Feb, 2021 1 commit
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54015 moved the Marginalia comments before the actual SQL query. This commit improves the regex to discard comments.
-
- 02 Dec, 2020 1 commit
-
-
Sean McGivern authored
We don't need these as we have Sidekiq-specific metrics. Having these metrics with Sidekiq labels also increases cardinality. We keep the DB counters in logs for Sidekiq, but remove them from metrics too.
-
- 10 Oct, 2020 1 commit
-
-
Peter Leitzen authored
This commit fixes spring errors like: A copy of Gitlab::Metrics::Subscribers::ActiveRecord has been removed from the module tree but is still active!
-
- 11 Aug, 2020 1 commit
-
-
Yannis Roussos authored
The 0.25 bucket for the gitlab_sql_duration_seconds histogram is required for calculating the Database Primary Performance Indicator: Query apdex with 100ms target, 250ms tolerable.
-
- 29 Jul, 2020 1 commit
-
-
Bob Van Landuyt authored
These are the only buckets we need for alerting, including the -Inf and +Inf ones.
-
- 23 Jul, 2020 2 commits
-
-
nmilojevic1 authored
- Fix default bucket for histogram - Add specs for WebTransaction - Add specs for BackgroundTransaction - Add changelog for inline metrics - Fix db count metric names
-
nmilojevic1 authored
- Refactor Git Blob - Refactor Highlight Cache - Refactor Method Call - Refactor Gitlab Database - Fix Specs
-
- 22 Jul, 2020 1 commit
-
-
Bob Van Landuyt authored
This adds a gauge exposing the configured number of threads we expect to be running and using the database called `gitlab_ruby_threads_concurrency_total`. It also adds `gitlab_ruby_threads_total`. This gauge has a `thread_name` label used to identify the kind of thread. For unnamed threads the label will contain `unnamed`. To identify sidekiq worker threads, that before had no name, we set it in the `Gitlab::SidekiqMiddleware::Metrics` server middleware. So we can distinguish it from other running threads. The `uses_db_connection` label indicates if the thread has at some point connected to the database. We use the same subscriber as we do for the query counts to flip this value on the thread.
-
- 25 Jun, 2020 2 commits
-
-
nmilojevic1 authored
- Fix specs - Don't initialize db metrics for logger - Dont log db count in lograge if there is no db_duration_s
-
nmilojevic1 authored
- Use RequestStore for caching - Fix Specs - Add missing specs
-
- 08 Jun, 2020 1 commit
-
-
nmilojevic1 authored
- Add db calls to Metrics::Subscribers::ActiveRecord - Add prometheus metrics for rails - Add prometheus metrics for sidekiq - Add metrics to lograge - Add metrics to StructuredLogger - Add missing specs
-
- 17 Nov, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
-
- 05 Sep, 2018 1 commit
-
-
Mark Chao authored
Fix #51005
-
- 10 Jul, 2018 1 commit
-
-
Yorick Peterse authored
This allows us to calculate quantiles of SQL timings more accurately, instead of a lot of timings being assigned to the 50 ms bucket.
-
- 11 Jun, 2018 1 commit
-
-
Yorick Peterse authored
This allows us to better calculate Apdex scores, instead of having to use the 0.1 and 1.0 buckets.
-
- 29 Jan, 2018 5 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 16 Nov, 2017 2 commits
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
Rémy Coutable authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 03 Nov, 2017 1 commit
-
-
Pawel Chojnacki authored
-
- 02 Nov, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-