@@ -70,8 +66,7 @@ Each - denotes a dictionary of values for a new (K)PI. The current elements (or
| `pi_type` | Optional | indicates the [Product PI type](https://about.gitlab.com/handbook/product/performance-indicators/#structure) (Ex: AMAU, GMAU, SMAU) |
| `product_analytics_type` | Optional | indicates if the metric is available on SaaS, SM (self-managed), or Both. |
| `is_primary` | Optional | boolean flag that indicates if this is the Primary PI for the Product Group. |
| `instrumentation` | Optional | has two additional elements/property - level (inclusive value between 0-3) and reasons. This should be updated monthly before Key Meetings by the DRI. |
| `implementation_status` | Optional | indicates the [Product Analytics Workflow](https://about.gitlab.com/handbook/product/performance-indicators/#product-analytics-workflow) status |
| `implementation` | Optional | indicates the [Product Analytics Workflow](https://about.gitlab.com/handbook/product/performance-indicators/#product-analytics-workflow) status and reasons. This should be updated monthly before Key Meetings by the DRI. |
### Guidelines
...
...
@@ -92,4 +87,4 @@ Each - denotes a dictionary of values for a new (K)PI. The current elements (or
- Add the `shared_dashboard`, `chart` , and the `dashboard` key-value pairs to the [corresponding Performance Indicators data file](https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/performance_indicators/) under the `sisense_data` property
* Avoid `:` in strings as it's an important character in YAML and will confuse the data parsing process. Put the string in "quotes" if you really need to use a `:`
* `urls:` should be an array (indented lines starting with dashes) even if you only have one url
* Both `maturity.level` and `health.level` display a value between 0 and 3 (inclusive).
* `health.level` displays a value between 0 and 3 (inclusive).