Commit Graph

5 Commits

Author SHA1 Message Date
Ryan Cobb df8a56e630 Rename Gitlab::Importers module
In order to avoid confusion between Gitlab::Importers module and other
like named modules, this renamed it to Gitlab::DatabaseImporters.
2019-07-09 17:02:08 -06:00
Ryan Cobb 36f39eb318 Remove CommonMetricsImporter patch
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-09 17:02:08 -06:00
Kamil Trzciński 4cfc6a9f10 Fix db/fixtures 2018-09-04 22:51:02 +02:00
Kamil Trzciński e6d2465d97 Add `# frozen_string_literal: true` 2018-09-04 12:19:23 +02:00
Kamil Trzciński 0a9d771bcb Import common metrics into database.
This MR backports PrometheusMetric model to CE
and adds: common, identifier to figure out what kind of metric is used.
2018-09-04 12:19:22 +02:00