Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spec35616-move-gke-form-1st-iteration | Shinya Maeda | 2017-11-07 | 1 | -2/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzcinski | 2017-11-06 | 245 | -3135/+8101 |
|\ | | | | | | | 35616-move-gke-form-1st-iteration | ||||
| * | Merge branch 'refactor-clusters' into 'master' | Grzegorz Bizon | 2017-11-06 | 71 | -1240/+2676 |
| |\ | | | | | | | | | | | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879 | ||||
| | * | Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory ↵refactor-clusters | Shinya Maeda | 2017-11-06 | 16 | -207/+37 |
| | | | | | | | | | | | | name. Use ArgumentError | ||||
| * | | Merge branch 'pawel/metrics-to-prometheus-33643' into 'master' | Grzegorz Bizon | 2017-11-06 | 40 | -553/+1000 |
| |\ \ | | | | | | | | | | | | | | | | | Add all InfluxDB metrics to prometheus See merge request gitlab-org/gitlab-ce!13891 | ||||
| | * | | Add missing mutex guard to method call metricspawel/metrics-to-prometheus-33643 | Pawel Chojnacki | 2017-11-03 | 1 | -12/+21 |
| | | | | |||||
| | * | | Only enable unicorn metrics when not in sidekiq mode. | Pawel Chojnacki | 2017-11-02 | 2 | -5/+4 |
| | | | | | | | | | | | | | | | | + remove rebased test case | ||||
| | * | | Make subscriber tests pass, after refactoring metrics | Pawel Chojnacki | 2017-11-02 | 6 | -11/+11 |
| | | | | |||||
| | * | | Use Mutex to guard metrics creation in transaction. Switch action view to ↵ | Pawel Chojnacki | 2017-11-02 | 2 | -28/+49 |
| | | | | | | | | | | | | | | | | threadsafe instance variables | ||||
| | * | | move metrics for ActiveRecord, RailsCache and queue duration to instance ↵ | Pawel Chojnacki | 2017-11-02 | 3 | -38/+40 |
| | | | | | | | | | | | | | | | | variables | ||||
| | * | | rename BackgroundMigration to SidekiqMigration | Pawel Chojnacki | 2017-11-02 | 6 | -4/+17 |
| | | | | |||||
| | * | | Fix sidekiq middleware tests | Pawel Chojnacki | 2017-11-02 | 5 | -27/+14 |
| | | | | |||||
| | * | | Remove unnecessary namespace use | Pawel Chojnacki | 2017-11-02 | 2 | -7/+7 |
| | | | | |||||
| | * | | Tests for Web transaction and remove simple transacton | Pawel Chojnacki | 2017-11-02 | 11 | -272/+41 |
| | | | | |||||
| | * | | Web/Sidekiq transaction split | Pawel Chojnacki | 2017-11-02 | 3 | -1/+262 |
| | | | | |||||
| | * | | Move labels to be initialized in constructor | Pawel Chojnacki | 2017-11-02 | 1 | -5/+2 |
| | | | | |||||
| | * | | Avoid using Send (but is it better?) + small rubocop cleanup | Pawel Chojnacki | 2017-11-02 | 2 | -10/+8 |
| | | | | |||||
| | * | | Cleanup metrics names and removing unnecessary cache read total | Pawel Chojnacki | 2017-11-02 | 2 | -30/+8 |
| | | | | |||||
| | * | | Adjust test to changed metrics methods. | Pawel Chojnacki | 2017-11-02 | 3 | -18/+4 |
| | | | | | | | | | | | | | | | | + remove deprecated test suite | ||||
| | * | | Convert rails_queue_duration to metric_rails_queue_duration_seconds | Pawel Chojnacki | 2017-11-02 | 2 | -2/+23 |
| | | | | |||||
| | * | | Add info about prometheus buckets | Pawel Chojnacki | 2017-11-02 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | | + fix cpu time | ||||
| | * | | Guard metrics creation with a mutex | Pawel Chojnacki | 2017-11-02 | 1 | -7/+23 |
| | | | | |||||
| | * | | Move labels tests from Metrics rack spec to Transaction spec | Pawel Chojnacki | 2017-11-02 | 5 | -90/+77 |
| | | | | |||||
| | * | | [no ci] add Changelog | Pawel Chojnacki | 2017-11-02 | 1 | -0/+5 |
| | | | | |||||
| | * | | Metric spec adjustment for transaction signature change | Pawel Chojnacki | 2017-11-02 | 1 | -6/+6 |
| | | | | |||||
| | * | | Fix Rubocop warnings | Pawel Chojnacki | 2017-11-02 | 3 | -4/+1 |
| | | | | |||||
| | * | | Fix rspec errors, and add more tests to MethodCall and ActionView | Pawel Chojnacki | 2017-11-02 | 6 | -13/+75 |
| | | | | |||||
| | * | | Cache spec check if prometheus metrics are triggered | Pawel Chojnacki | 2017-11-02 | 1 | -3/+15 |
| | | | | |||||
| | * | | Rails cache spec | Pawel Chojnacki | 2017-11-02 | 1 | -28/+29 |
| | | | | |||||
| | * | | Fix Active record and transaction specs | Pawel Chojnacki | 2017-11-02 | 4 | -10/+22 |
| | | | | |||||
| | * | | Ruby sampler spec | Pawel Chojnacki | 2017-11-02 | 1 | -0/+92 |
| | | | | |||||
| | * | | Fix rubocop warnings | Pawel Chojnacki | 2017-11-02 | 4 | -4/+3 |
| | | | | |||||
| | * | | Differentiatie between class and instance methods | Pawel Chojnacki | 2017-11-02 | 1 | -4/+6 |
| | | | | |||||
| | * | | Split call name to module and method name | Pawel Chojnacki | 2017-11-02 | 4 | -10/+27 |
| | | | | |||||
| | * | | More parsable labels in method performance measurements | Pawel Chojnacki | 2017-11-02 | 2 | -7/+7 |
| | | | | |||||
| | * | | Make transaction labels more readable | Pawel Chojnacki | 2017-11-02 | 3 | -34/+48 |
| | | | | |||||
| | * | | Fix measure codde to work with seconds | Pawel Chojnacki | 2017-11-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | Rails cache metrics name alignment | Pawel Chojnacki | 2017-11-02 | 1 | -8/+8 |
| | | | | |||||
| | * | | Transaction needs to be able to describe controller action by itself | Pawel Chojnacki | 2017-11-02 | 2 | -71/+73 |
| | | | | |||||
| | * | | Tune bucket sizes an action labels | Pawel Chojnacki | 2017-11-02 | 4 | -19/+19 |
| | | | | |||||
| | * | | Add action tag to more metrics | Pawel Chojnacki | 2017-11-02 | 2 | -7/+30 |
| | | | | |||||
| | * | | Introduce missing Action concept | Pawel Chojnacki | 2017-11-02 | 4 | -33/+62 |
| | | | | |||||
| | * | | Cleanup transaction metrics | Pawel Chojnacki | 2017-11-02 | 7 | -28/+49 |
| | | | | |||||
| | * | | Cleanup sampling code and fix bug with samplers running without sleep | Pawel Chojnacki | 2017-11-02 | 5 | -29/+20 |
| | | | | |||||
| | * | | remove common Base Sampler code | Pawel Chojnacki | 2017-11-02 | 2 | -55/+18 |
| | | | | |||||
| | * | | Remove transaction tags and map transaction metrics to prometheus | Pawel Chojnacki | 2017-11-02 | 4 | -58/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | + clean transaction metrics + Gemfile.lock file update | ||||
| | * | | Transaction and method instrumentation | Pawel Chojnacki | 2017-11-02 | 3 | -26/+58 |
| | | | | |||||
| | * | | Finished Ruby Sampler | Pawel Chojnacki | 2017-11-02 | 2 | -19/+21 |
| | | | | | | | | | | | | | | | | + Cleanup sampler, use latest Prometheus gem | ||||
| | * | | Add samples total and cleanup | Pawel Chojnacki | 2017-11-02 | 2 | -26/+55 |
| | | | | |||||
| | * | | Add GC sampler and small refactor of samplers | Pawel Chojnacki | 2017-11-02 | 12 | -217/+347 |
| | | | |