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
2022-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-01-29Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i...Pawel Chojnacki
2018-01-29Move prometheus metrics to module. Use class instance variables for metrics a...Pawel Chojnacki
2017-06-02Add missing trailing newlinesPawel Chojnacki
2017-06-02Split the metrics implementation to separate modules for Influx and PrometheusPawel Chojnacki
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
2017-06-02Add tests for metrics behaviorPawel Chojnacki
2017-06-02Split metrics from health controller into metrics controllerPawel Chojnacki
2017-06-02Prometheus settingsPawel Chojnacki
2017-06-02Prometheus metrics first passPawel Chojnacki
2017-05-13Allow GitLab instance to start when InfluxDB hostname cannot be resolvedAdam Niedzielski
2017-04-21Fix Gitlab::Metrics metaprogramming magicNick Thomas
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2016-08-17Tracking of custom eventsYorick Peterse
2016-08-01Gitlab::Metrics.current_transaction needs to be public for RailsQueueDurationPaco Guzman
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-07-19Fix method visibility in gitlab metrics classGrzegorz Bizon
2016-04-20Fix setting of "action" for Grape transactionsYorick Peterse
2016-04-19Configuring of points per UDP packetYorick 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-01-13Make the metrics sampler interval configurableYorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2016-01-06Remove InfluxDB username/passwordYorick Peterse
2015-12-31Removed tracking of hostnames for metricsYorick Peterse
2015-12-31Cache InfluxDB settings after the first useYorick Peterse
2015-12-29Use Gitlab::CurrentSettings for InfluxDBYorick Peterse
2015-12-29Write to InfluxDB directly via UDPYorick Peterse
2015-12-29Handle missing settings table for metricsYorick Peterse
2015-12-28Move InfluxDB settings to ApplicationSettingYorick Peterse
2015-12-28Added host option for InfluxDBYorick Peterse
2015-12-17Track object counts using the "allocations" GemYorick Peterse
2015-12-17Only track method calls above a certain thresholdYorick Peterse
2015-12-17Improved last_relative_application_frame timingsYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse