Commit a21b2c07 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'sisense-snippet-yaml' into 'master'

Add performance_indicator_type

See merge request gitlab-org/gitlab!66812
parents db755a1d aeaab915
...@@ -72,6 +72,13 @@ ...@@ -72,6 +72,13 @@
"enum": ["ee", "ce"] "enum": ["ee", "ce"]
} }
}, },
"performance_indicator_type": {
"type": "array",
"items": {
"type": "string",
"enum": ["gmau", "smau", "paid_gmau", "umau"]
}
},
"tier": { "tier": {
"type": "array", "type": "array",
"items": { "items": {
......
...@@ -40,6 +40,7 @@ Each metric is defined in a separate YAML file consisting of a number of fields: ...@@ -40,6 +40,7 @@ Each metric is defined in a separate YAML file consisting of a number of fields:
| `data_category` | yes | `string`; [categories](#data-category) of the metric, may be set to `Operational`, `Optional`, `Subscription`, `Standard`. The default value is `Optional`.| | `data_category` | yes | `string`; [categories](#data-category) of the metric, may be set to `Operational`, `Optional`, `Subscription`, `Standard`. The default value is `Optional`.|
| `instrumentation_class` | no | `string`; [the class that implements the metric](metrics_instrumentation.md). | | `instrumentation_class` | no | `string`; [the class that implements the metric](metrics_instrumentation.md). |
| `distribution` | yes | `array`; may be set to one of `ce, ee` or `ee`. The [distribution](https://about.gitlab.com/handbook/marketing/strategic-marketing/tiers/#definitions) where the tracked feature is available. | | `distribution` | yes | `array`; may be set to one of `ce, ee` or `ee`. The [distribution](https://about.gitlab.com/handbook/marketing/strategic-marketing/tiers/#definitions) where the tracked feature is available. |
| `performance_indicator_type` | no | `array`; may be set to one of [`gmau`, `smau`, `paid_gmau`, or `umau`](https://about.gitlab.com/handbook/business-technology/data-team/data-catalog/xmau-analysis/). |
| `tier` | yes | `array`; may be set to one of `free, premium, ultimate`, `premium, ultimate` or `ultimate`. The [tier]( https://about.gitlab.com/handbook/marketing/strategic-marketing/tiers/) where the tracked feature is available. | | `tier` | yes | `array`; may be set to one of `free, premium, ultimate`, `premium, ultimate` or `ultimate`. The [tier]( https://about.gitlab.com/handbook/marketing/strategic-marketing/tiers/) where the tracked feature is available. |
| `milestone` | no | The milestone when the metric is introduced. | | `milestone` | no | The milestone when the metric is introduced. |
| `milestone_removed` | no | The milestone when the metric is removed. | | `milestone_removed` | no | The milestone when the metric is removed. |
......
...@@ -12,6 +12,7 @@ introduced_by_url: ...@@ -12,6 +12,7 @@ introduced_by_url:
time_frame: <%= time_frame %> time_frame: <%= time_frame %>
data_source: data_source:
data_category: Optional data_category: Optional
performance_indicator_type:
distribution: distribution:
<%= distribution %> <%= distribution %>
tier: tier:
......
...@@ -13,6 +13,7 @@ introduced_by_url: ...@@ -13,6 +13,7 @@ introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Operational data_category: Operational
performance_indicator_type:
distribution: distribution:
- ce - ce
# Add here corresponding tiers # Add here corresponding tiers
......
...@@ -13,6 +13,7 @@ introduced_by_url: ...@@ -13,6 +13,7 @@ introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Optional data_category: Optional
performance_indicator_type:
distribution: distribution:
- ee - ee
tier: tier:
......
...@@ -14,6 +14,7 @@ introduced_by_url: ...@@ -14,6 +14,7 @@ introduced_by_url:
time_frame: 7d time_frame: 7d
data_source: data_source:
data_category: Optional data_category: Optional
performance_indicator_type:
distribution: distribution:
- ce - ce
- ee - ee
......
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