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
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-29before -> afterPawel Chojnacki
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Adjust test to changed metrics methods.Pawel Chojnacki
2017-11-02Metric spec adjustment for transaction signature changePawel Chojnacki
2017-11-02Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-19Do not enable prometheus metrics when data folder is not present.Pawel Chojnacki
2017-06-07Do not cleanup temp directory as this apparently causes silent rspec failures...Pawel Chojnacki
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
2017-06-02Make tests of Gitlab::Metrics use explicit descriptions.Pawel Chojnacki
2017-06-02Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki
2017-06-02Add tests for metrics behaviorPawel Chojnacki
2017-05-01Auto-correct `RSpec/DescribedClass` violationsRobert Speicher
2016-08-17Tracking of custom eventsYorick Peterse
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-04-20Fix setting of "action" for Grape transactionsYorick Peterse
2016-04-13Added ability to add custom tags to transactionsYorick Peterse
2016-04-11Fixed stubbing for Gitlab::Metrics specsYorick Peterse
2016-04-11Track call counts in Gitlab::Metrics.measure_blockYorick Peterse
2016-04-11Store block timings as transaction valuesYorick Peterse
2016-04-06Measure Ruby blocks using Gitlab::MetricsYorick Peterse
2016-04-06Corrected some spec headers for Gitlab::MetricsYorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2015-12-31Removed tracking of hostnames for metricsYorick Peterse
2015-12-31Cache InfluxDB settings after the first useYorick Peterse
2015-12-29Write to InfluxDB directly via UDPYorick Peterse
2015-12-29Handle missing settings table for metricsYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse