Hello Team ! I am new here 👋
I have started using Flyte recently for our ML Pipeline. I have below request.
We're heavily relaying on Datadog for our platform monitoring, I got all my metrics that exposed by propeller/admin/scheduler pushed via
10254
openmetrics to datadog. But, I want some custom metrics labels to be added on metrics like
team: engineering
,
argo-app-name: demo-123-workflow
, etc.
I could see that I can achieve in
core.yaml
with below configmap. But I tried below config and it's not working, any idea how can I get custom labels to be add in metrics ?