Add experiment.version and phase_index to product_metrics schema
Summary
This change adds the optional experiment.version and experiment.phase_index fields to the product_metrics/experiment schema fragment.
It also updates the related product_metrics base schemas to reference the updated experiment fragment version (2.1.0).
Related changes
TestKitchen Gerrit change: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/TestKitchen/+/1298112
Merge request checklist
- Phabricator task(s) associated with this change added to commit message (use
Bug: TASK_NUMBERon line at end of commit message) - wikitech:Event Platform/Instrumentation How To#Writing MediaWiki instrumentation code was followed for the schema(s) in the merge request. This includes if this merge request entails a new MEDIUM or HIGH risk schema, or if this merge request entails a schema alteration that increases the risk level based on Data Collection Guidelines.
- [N/A] If this introduces a new or upgraded MEDIUM or HIGH risk level,
@sgueboadded as a reviewer (please check@sguebocalendar for availability and find an alternate if@sguebois out). - wikitech:Event Platform/Schemas/Guidelines was followed for the schema(s) in the merge request.
- Links to any other data specifications, such as a measurement plan or instrumentation specification if pertinent. Links to related code / Gerrit/GitLab patch pertinent to this schema change if it exists yet; if it doesn't exist yet that is okay and the merge requester should be sure to ensure reachability for that code via the commit message's referenced Phabricator task(s) later on. Please add links for any data specifications and relevant patches below this checkbox line if you have them.
Closes T427090