summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary super call in unicorn samplerRyan Cobb2019-06-031-4/+0
* Merge branch 'master' into 61964-unicorn-instrumentationRyan Cobb2019-05-291-0/+92
|\
| * Add Puma samplerJan Provaznik2019-05-291-0/+92
* | Fix typo in system.rbRyan Cobb2019-05-201-1/+1
* | Adds ruby and unicorn instrumentationRyan Cobb2019-05-203-17/+72
|/
* Revert "Merge branch '56850-add-new-unicorn-metrics' into 'master'"revert-c5a9bc17Ryan Cobb2019-05-203-69/+17
* Merge branch '56850-add-new-unicorn-metrics' into 'master'Ash McKenzie2019-05-073-17/+69
|\
| * Add back ruby_memory_bytes metric, limit duplication, clean upRyan Cobb2019-04-292-9/+18
| * Cleanup syntax in System max_open_file_descriptorsRyan Cobb2019-04-261-4/+2
| * Update docs and calculate process start time via proc tableRyan Cobb2019-04-242-20/+20
| * Move process specific metrics to ruby samplerRyan Cobb2019-04-242-15/+15
| * Adds new metrics for unicorn monitoringRyan Cobb2019-04-182-8/+53
* | Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+1
* | Update metrics dashboard API to load yml from repoSarah Yasonik2019-05-018-47/+230
* | Move dashboard param to initialize method60383-setup-dashboard-endpointsyasonik2019-04-256-18/+17
* | Prefer safe_load and deep_symbolize_keyssyasonik2019-04-252-9/+8
* | Move MetricsDashboard to Metrics::Dashboardsyasonik2019-04-256-0/+304
|/
* Filters branch and path labels for metricsRyan Cobb2019-04-041-3/+12
* Run rubocop -aNick Thomas2019-03-131-4/+2
* Update Metrics references to Object pathSarah Yasonik2019-02-1410-23/+23
* Clean up unicorn sampler metric labelsBen Kochie2019-02-061-4/+4
* Port this style change from EELin Jen-Shin2019-01-301-3/+1
* Enable even more frozen string for lib/gitlabgfyoung2018-11-1624-1/+49
* Make getting a user by the username case insensitiveWilliam George2018-10-181-1/+1
* Ignore irrelevant sql commands in metricsMark Chao2018-09-051-0/+6
* Add a 10 ms bucket for SQL timingstweak-sql-bucketsYorick Peterse2018-07-101-1/+1
* Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-1/+0
* Updates from `rubocop -a`Lin Jen-Shin2018-07-092-3/+0
* Cleanup ruby sampler metricsbjk/48176_ruby_gcBen Kochie2018-06-221-12/+14
* Merge branch 'limit-metrics-content-type' into 'master'Stan Hu2018-06-201-2/+7
|\
| * Limit the action suffixes in transaction metricslimit-metrics-content-typeYorick Peterse2018-06-201-2/+7
* | Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-202-16/+0
|/
* Adjust SQL and transaction Prometheus bucketssql-bucketsYorick Peterse2018-06-112-2/+2
* Fix GPM content types for DoorkeeperYorick Peterse2018-05-161-1/+5
* Fix setting Gitlab metrics content typesYorick Peterse2018-05-151-13/+1
* Support resetting of Prometheus metrics between test runsStan Hu2018-05-091-0/+8
* Move Sidekiq exporter logs to log/sidekiq_exporter.logsh-move-sidekiq-exporter-logsStan Hu2018-04-021-1/+9
* Fix "A copy of Gitlab::Metrics::Methods" have been removed errorStan Hu2018-03-161-1/+1
* Guard against nil Sidekiq metrics serversh-guard-against-nil-sidekiq-metrics-serverStan Hu2018-02-201-1/+1
* Only use features for eventsPawel Chojnacki2018-02-201-3/+3
* Put all event metrics exposed to prometheus behind a feature flagPawel Chojnacki2018-02-201-0/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-297-7/+7
* add comment aabout hotspotsPawel Chojnacki2018-01-291-0/+1
* remove unused (?) variablesPawel Chojnacki2018-01-291-3/+0
* Use class variables for metrics provider cachePawel Chojnacki2018-01-291-6/+5
* fix typo in the bucketsPawel Chojnacki2018-01-291-1/+1
* Do not use include Gitlab::CurrentSettings unnecessarilyPawel Chojnacki2018-01-292-13/+15
* Let mutex be initialized only oncePawel Chojnacki2018-01-291-1/+1