Hello Folks,

I have deployed an EKS cluster in AWS with the Flink Kubernetes operator on
it. I added the appropriate datadog jars to the docker image and I'm able
to see the flink operator metrics in datadog, but when I try to remap the
system scopes so instead of showing up as
"<host>.k8soperator.<namespace>.<name>.resource.<resourcens>.<resourcename>.<resourcetype>"
they would show up as "flink.xxxx", this seems to work for the following
two scopes: *kubernetes.operator.metrics.scope.k8soperator.resource and *
*kubernetes.operator.metrics.scope.k8soperator.resourcens*, but it fails to
remap *kubernetes.operator.metrics.scope.k8soperator.system, *is this a
bug? To remap I simply edit the flink-conf.yaml and add those parameters
there, as stated here (
https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/operations/configuration/)
After remapping the metrics the *r*esourcens and the resource metrics get
mapped to what I want them but the system metrics do not get modified.

Also looking at the metrics I'm unable to find checkpointing metrics for
the Flink Kubernetes operator, are they supported? Do I need to enable
anything else?

Thanks for all the help.

Reply via email to