Class KubernetesClientMetrics

  • All Implemented Interfaces:
    okhttp3.Interceptor

    public class KubernetesClientMetrics
    extends java.lang.Object
    implements okhttp3.Interceptor
    Kubernetes client metrics.
    • Constructor Detail

      • KubernetesClientMetrics

        public KubernetesClientMetrics​(org.apache.flink.metrics.MetricGroup parentGroup,
                                       FlinkOperatorConfiguration flinkOperatorConfiguration)
    • Method Detail

      • intercept

        public okhttp3.Response intercept​(okhttp3.Interceptor.Chain chain)
                                   throws java.io.IOException
        Specified by:
        intercept in interface okhttp3.Interceptor
        Throws:
        java.io.IOException