summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix spec35616-move-gke-form-1st-iterationShinya Maeda2017-11-071-2/+1
* Merge remote-tracking branch 'origin/master' into 35616-move-gke-form-1st-ite...Kamil Trzcinski2017-11-06245-3135/+8101
|\
| * Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-0671-1240/+2676
| |\
| | * Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory n...refactor-clustersShinya Maeda2017-11-0616-207/+37
| * | Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-0640-553/+1000
| |\ \
| | * | Add missing mutex guard to method call metricspawel/metrics-to-prometheus-33643Pawel Chojnacki2017-11-031-12/+21
| | * | Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-022-5/+4
| | * | Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-026-11/+11
| | * | Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki2017-11-022-28/+49
| | * | move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki2017-11-023-38/+40
| | * | rename BackgroundMigration to SidekiqMigrationPawel Chojnacki2017-11-026-4/+17
| | * | Fix sidekiq middleware testsPawel Chojnacki2017-11-025-27/+14
| | * | Remove unnecessary namespace usePawel Chojnacki2017-11-022-7/+7
| | * | Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-0211-272/+41
| | * | Web/Sidekiq transaction splitPawel Chojnacki2017-11-023-1/+262
| | * | Move labels to be initialized in constructorPawel Chojnacki2017-11-021-5/+2
| | * | Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki2017-11-022-10/+8
| | * | Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-022-30/+8
| | * | Adjust test to changed metrics methods.Pawel Chojnacki2017-11-023-18/+4
| | * | Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki2017-11-022-2/+23
| | * | Add info about prometheus bucketsPawel Chojnacki2017-11-022-7/+9
| | * | Guard metrics creation with a mutexPawel Chojnacki2017-11-021-7/+23
| | * | Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki2017-11-025-90/+77
| | * | [no ci] add ChangelogPawel Chojnacki2017-11-021-0/+5
| | * | Metric spec adjustment for transaction signature changePawel Chojnacki2017-11-021-6/+6
| | * | Fix Rubocop warningsPawel Chojnacki2017-11-023-4/+1
| | * | Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-026-13/+75
| | * | Cache spec check if prometheus metrics are triggeredPawel Chojnacki2017-11-021-3/+15
| | * | Rails cache specPawel Chojnacki2017-11-021-28/+29
| | * | Fix Active record and transaction specsPawel Chojnacki2017-11-024-10/+22
| | * | Ruby sampler specPawel Chojnacki2017-11-021-0/+92
| | * | Fix rubocop warningsPawel Chojnacki2017-11-024-4/+3
| | * | Differentiatie between class and instance methodsPawel Chojnacki2017-11-021-4/+6
| | * | Split call name to module and method namePawel Chojnacki2017-11-024-10/+27
| | * | More parsable labels in method performance measurementsPawel Chojnacki2017-11-022-7/+7
| | * | Make transaction labels more readablePawel Chojnacki2017-11-023-34/+48
| | * | Fix measure codde to work with secondsPawel Chojnacki2017-11-021-2/+2
| | * | Rails cache metrics name alignmentPawel Chojnacki2017-11-021-8/+8
| | * | Transaction needs to be able to describe controller action by itselfPawel Chojnacki2017-11-022-71/+73
| | * | Tune bucket sizes an action labelsPawel Chojnacki2017-11-024-19/+19
| | * | Add action tag to more metricsPawel Chojnacki2017-11-022-7/+30
| | * | Introduce missing Action conceptPawel Chojnacki2017-11-024-33/+62
| | * | Cleanup transaction metricsPawel Chojnacki2017-11-027-28/+49
| | * | Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-025-29/+20
| | * | remove common Base Sampler codePawel Chojnacki2017-11-022-55/+18
| | * | Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki2017-11-024-58/+24
| | * | Transaction and method instrumentationPawel Chojnacki2017-11-023-26/+58
| | * | Finished Ruby SamplerPawel Chojnacki2017-11-022-19/+21
| | * | Add samples total and cleanupPawel Chojnacki2017-11-022-26/+55
| | * | Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-0212-217/+347