I'm configuring a CronWorkflow and I'm having issues defining custom prometheus metrics. Running the argo cron lint command, it fails to parse the yaml because of the metrics field
failed to parse: error unmarshaling JSON: while decoding JSON: json: unknown field "metrics"
The more I look into it, it looks like metrics aren't fully supported with CronWorkflows