Alex Brekken
05/24/2023, 2:22 AMmetadata
in the CRD, but it doesn’t seem to get discovered by prometheus. Example:
apiVersion: <http://flink.apache.org/v1beta1|flink.apache.org/v1beta1>
kind: FlinkSessionJob
metadata:
namespace: flink
name: my-flink-job
labels:
customLabel: my-flink-application
But “customLabel” does not show up in Prometheus. Maybe I’m going about this the wrong way? Basically I just need a way to distinguish between multiple jobs running on the same FlinkDeployment
so I can toggle between them in a Grafana dashboard. Thanks for any help!Gyula Fóra
05/24/2023, 6:49 AMGyula Fóra
05/24/2023, 6:52 AMAlex Brekken
05/24/2023, 12:20 PM