Skip to content
Snippets Groups Projects
Verified Commit 0853bd0d authored by Michał Wielich's avatar Michał Wielich :two: Committed by GitLab
Browse files

Merge branch '499812-update-metrics-with-starter-tier' into 'master'

Update metrics with starter tier

See merge request !169738



Merged-by: default avatarMichał Wielich <mwielich@gitlab.com>
Approved-by: default avatarMichał Wielich <mwielich@gitlab.com>
Reviewed-by: default avatarJonas Larsen <jlarsen@gitlab.com>
Co-authored-by: default avatarJonas Larsen <jlarsen@gitlab.com>
parents 32059ee2 0622267a
No related branches found
No related tags found
1 merge request!169738Update metrics with starter tier
Pipeline #1510875047 passed
......@@ -17,4 +17,5 @@ performance_indicator_type: []
distribution:
- ee
tier:
- starter
- premium
- ultimate
......@@ -17,4 +17,5 @@ performance_indicator_type: []
distribution:
- ee
tier:
- starter
- premium
- ultimate
......@@ -142,7 +142,6 @@
"type": "string",
"enum": [
"free",
"starter",
"premium",
"ultimate"
]
......
......@@ -15,7 +15,7 @@
time_frame: 'none',
data_source: 'database',
distribution: %w[ee ce],
tier: %w[free starter premium ultimate],
tier: %w[free premium ultimate],
tiers: %w[free premium ultimate],
data_category: 'standard',
removed_by_url: 'http://gdk.test'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment