tamirsagi commented on PR #585: URL: https://github.com/apache/flink-kubernetes-operator/pull/585#issuecomment-1542196243
> Do you think having a "scaling" counter would be useful as well? Hey @mxm I'd like to suggest an improvement here, let me know what you think. The operator supports pluggable `FlinkResourceListener` which provides the events & deployment status. However, such interface does not expose MetricManager/any way to create custom meters. Which means that if users would like to create custom metrics per deployments there is no way to attach it via operator metric manager. I see there are some basic metrics created per namespace. My suggestion is to expose either operator metric manager directly via FlinkResourceListener or another entity which provides a way to create meters and internally registers them via MetricManager. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
