Hello Team ! I am new here :wave: I have started ...
# flyte-support
g
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 ?
Copy code
propeller:
  workflow:
    labels:
      workflow-name: "*"
      argocd.argoproj.io/instance: "*"
f
Just specify project default labels
Using flytectl
They will go to every execution Flyte makes
a
@great-lawyer-45508 so are those labels to be applied to execution Pods? If so you could also set them under
propeller.plugins.k8s.default-labels
https://www.union.ai/docs/flyte/deployment/configuration-reference/flytepropeller-config/#config.k8spluginconfig