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 (Expand)Author
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2018-06-11Adjust SQL and transaction Prometheus bucketsYorick Peterse
2018-02-20Only use features for eventsPawel Chojnacki
2018-02-20Put all event metrics exposed to prometheus behind a feature flagPawel Chojnacki
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29fix typo in the bucketsPawel Chojnacki
2018-01-29Refactor metrics to use metrics dsl notationPawel Chojnacki
2018-01-29Fix rubocop warningsPawel Chojnacki
2018-01-29Put View instrumentation and transaction memory use behind featurePawel Chojnacki
2018-01-29Fix code after refactoringPawel Chojnacki
2018-01-29Refactor transaction metricsPawel Chojnacki
2017-12-20use in_milliseconds rails helperPawel Chojnacki
2017-12-12Make `System.monotonic_time` retun seconds represented by float with microsec...Pawel Chojnacki
2017-11-02Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki
2017-11-02Fix sidekiq middleware testsPawel Chojnacki
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki
2017-11-02Fix Active record and transaction specsPawel Chojnacki
2017-11-02Split call name to module and method namePawel Chojnacki
2017-11-02More parsable labels in method performance measurementsPawel Chojnacki
2017-11-02Make transaction labels more readablePawel Chojnacki
2017-11-02Transaction needs to be able to describe controller action by itselfPawel Chojnacki
2017-11-02Tune bucket sizes an action labelsPawel Chojnacki
2017-11-02Add action tag to more metricsPawel Chojnacki
2017-11-02Introduce missing Action conceptPawel Chojnacki
2017-11-02Cleanup transaction metricsPawel Chojnacki
2017-11-02Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki
2017-11-02Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki
2017-11-02Transaction and method instrumentationPawel Chojnacki
2017-02-23Enable Style/MutableConstantDouwe Maan
2016-08-17Tracking of custom eventsYorick Peterse
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-06-28Use clock_gettime for all performance timestampsYorick Peterse
2016-06-17Track method call times/counts as a single metricYorick Peterse
2016-01-12Track memory allocated during a transactionYorick Peterse
2016-01-11Tag all transaction metrics with an "action" tagYorick Peterse
2016-01-07Store request methods/URIs as valuesYorick Peterse
2016-01-07Removed UUIDs from metrics transactionsYorick Peterse
2016-01-04Automatically prefix transaction series namesYorick Peterse
2016-01-04Ability to increment custom transaction valuesYorick Peterse
2015-12-31Use separate series for Rails/Sidekiq transactionsYorick Peterse
2015-12-29Write to InfluxDB directly via UDPYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse