Introduce CI integration event for DS

What does this MR do?

We introduce an internal env var which contains information like the following:

  • template::latest
  • template::v2
  • component:v1.1.0

Then we track these values with the use of an event

{
	"event": "collect_ds_analyzer_scan_ci_integration_metrics_from_pipeline",
	
	// Columns (join, filter, fast)
	
	"property": "scan_uuid",          // join: Allows joining
	"label": "<INTERNAL_DS_ANALYZER_CI_INTEGRATION>"           // fast: Config environment variable value
}

What are the relevant issue numbers?

Collect information on how the new DS analyzer ... (gitlab-org/gitlab#578952)

Does this MR meet the acceptance criteria?

Edited by Nick Ilieskou

Merge request reports

Loading