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
2019-07-10Remove CommonMetricsImporter patchRyan Cobb
Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing.
2019-07-10Move importers to lib folderRyan Cobb
This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
2019-07-10Refactor common metrics importerRyan Cobb
This refactors common metrics importer for two reasons. 1. To create a new pattern that can be followed by future importers that will minimize dependency collision and 2. To allow EE to more easily extend dependencies.
2019-04-17Change the schema of the common_metrics.ymlrpereira2
- Change it to the new dashboard syntax described here: https://gitlab.com/gitlab-org/gitlab-ce/issues/60383.
2018-12-18Add NGINX 0.16.0 and above metricsJoshua Lambert
2018-09-11Use Rails.root for CommonMetricsImporterKamil Trzciński
2018-09-10Reset column information in CommonMetricsImporterBob Van Landuyt
This makes sure that newly created columns would be available when migrating in one go.
2018-09-04Fix static analysisKamil Trzciński
2018-09-04Import common metrics into database.Kamil Trzciński
This MR backports PrometheusMetric model to CE and adds: common, identifier to figure out what kind of metric is used.