You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are trying to expose metrics vis Prometheus reporter. We added prometheus reporter and port details to flink config. We want this port to be exposed from service. But I see only below mentioned ports exposed.
Why do you want the ports to be exposed in the Jobmanager service ? From what I understand, prometheus should be able to scrape metrics directly from the Kubernetes resources (pods) right. You simple just need to add annotations - details.
Hi,
We are trying to expose metrics vis Prometheus reporter. We added prometheus reporter and port details to flink config. We want this port to be exposed from service. But I see only below mentioned ports exposed.
flinkk8soperator/pkg/controller/flink/job_manager_controller.go
Lines 216 to 237 in f687fe5
Is there a way we can add additional ports to the spec. ?
The text was updated successfully, but these errors were encountered: