Commit 72c6591f authored by Albert Salim's avatar Albert Salim

Add prometheus config to CI db-patterns

The file config/prometheus/common_metrics.yml
is used by Gitlab::DatabaseImporters::CommonMetrics::Importer.
It is in turn used by ChangeVariableInterpolationFormatInCommonMetrics
and its spec
parent 99d9728a
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
.db-patterns: &db-patterns .db-patterns: &db-patterns
- "{,ee/}{,spec/}{db,migrations}/**/*" - "{,ee/}{,spec/}{db,migrations}/**/*"
- "{,ee/}{,spec/}lib/{,ee/}gitlab/background_migration/**/*" - "{,ee/}{,spec/}lib/{,ee/}gitlab/background_migration/**/*"
- "config/prometheus/common_metrics.yml" # Used by Gitlab::DatabaseImporters::CommonMetrics::Importer
.backstage-patterns: &backstage-patterns .backstage-patterns: &backstage-patterns
- "Dangerfile" - "Dangerfile"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment