I've got custom metric ->
And I'm using them as suggested in the documentation ->
getRuntimeContext().getMetricGroup().gauge("MyCustomMetric", new TestMetric());
I want to get this metric with GET method, but so far I tried almost everything in the API documentation (https://ci.apache.org/projects/flink/flink-docs-release-1.8/monitoring/rest_api.html ) but didn't find that metric. Do you know how (or even could I) get that custom metric via API?
Kind Regards,Georgi
Free forum by Nabble | Edit this page |