Skip to content

Change `git.version` metric value type to `object`

What does this MR do and why?

Related to #351898 (closed).

This changes the metric value type of git.version to object, and adds a JSON schema alongside it.

Also, fixes the metric definition specs to have alt_usage_data to return actual fallback values. git.version previously returned just -1 instead of { major: -1 }, which tripped up the JSON schema and failed a spec.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Piotr Skorupa

Merge request reports