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
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-07-19Adjust redis cache metricsBen Kochie
2019-02-14Update Metrics references to Object pathSarah Yasonik
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2018-09-05Ignore irrelevant sql commands in metricsMark Chao
2018-07-10Add a 10 ms bucket for SQL timingsYorick Peterse
2018-06-11Adjust SQL and transaction Prometheus bucketsYorick Peterse
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-29Rename Concern -> MethodsPawel Chojnacki
2018-01-29Fix wrong histograam bucketsPawel Chojnacki
2018-01-29Refactor metrics to use metrics dsl notationPawel Chojnacki
2018-01-29Convert active recordPawel Chojnacki
2018-01-29Reduce cardinality and convert some metrics to new schemePawel Chojnacki
2018-01-29Put View instrumentation and transaction memory use behind featurePawel Chojnacki
2018-01-29Initiaal implementation of metrics concernPawel Chojnacki
2017-12-12Reduce cardinality of gitlab_cache_operation_duration_seconds histogramPawel Chojnacki
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-02Make subscriber tests pass, after refactoring metricsPawel Chojnacki
2017-11-02Use Mutex to guard metrics creation in transaction. Switch action view to thr...Pawel Chojnacki
2017-11-02move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki
2017-11-02Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki
2017-11-02Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki
2017-11-02Make transaction labels more readablePawel Chojnacki
2017-11-02Rails cache metrics name alignmentPawel 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-02-23Enable Style/MutableConstantDouwe Maan
2016-07-05RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman
2016-07-05Instrument cache fetch hit and cache fetch missesPaco Guzman
2016-05-15Add cache count metrics to rails cachePablo Carranza
2016-04-18Count the number of SQL queries per transactionYorick Peterse
2016-04-08Instrument Rails cache codeYorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2016-01-07Revert "Store SQL/view timings in milliseconds"Yorick Peterse
2016-01-06Store SQL/view timings in millisecondsYorick Peterse
2016-01-04Track total query/view timings in transactionsYorick Peterse
2015-12-31Removed tracking of raw SQL queriesYorick Peterse
2015-12-17Track location information as tagsYorick Peterse
2015-12-17Use custom code for instrumenting method callsYorick Peterse
2015-12-17Use string evaluation for method instrumentationYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse