Re: get custom gauge metric from WebMonitorEndpoint

2019-04-24 Thread Chesnay Schepler
You should be able to get the value of your custom metric. You'll have to set the log level to DEBUG and scan the logs for metric-related errors. On 23/04/2019 22:25, Georgi Stoyanov wrote: I've got custom metric -> || And I'm using them as suggested in the documentation -> || | |getRuntime

get custom gauge metric from WebMonitorEndpoint

2019-04-23 Thread Georgi Stoyanov
I've got custom metric -> [cid:0dbd2582-19b6-4a0e-9dff-49471e973c4c] 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