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 (Collapse)Author
2017-07-05Remove the need to use health check tokenPawel Chojnacki
in favor of whitelist that will be used to control the access to monitoring resources
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
2017-06-02Make login_counter instance variable instead of class one.Pawel Chojnacki
+ remove unecessarey require + fix small formatiing issues
2017-06-02Move most of MetricsController logic to MetricsServicePawel Chojnacki
2017-06-02Use interpolation instead of concatenationPawel Chojnacki
2017-06-02move check if metrics are enabled to before actionPawel Chojnacki
2017-06-02Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki
2017-06-02Use only ENV for metrics folder locationPawel Chojnacki
2017-06-02Bring back the tokenPawel Chojnacki
2017-06-02Split metrics from health controller into metrics controllerPawel Chojnacki