József Kertész

Results 4 comments of József Kertész

It would be awesome to see [Worker eventshandled stats](https://github.com/nuclio/nuclio/blob/0e6a30870b711fb619dcea25bf2603a528b8241b/pkg/processor/worker/worker.go#L71-L87). I can't see how those are exposed to Prometheus. The [Trigger eventshandled stats](https://github.com/nuclio/nuclio/blob/0e6a30870b711fb619dcea25bf2603a528b8241b/pkg/processor/trigger/trigger.go#L295-L314) are misleading a bit because of the naming...

does it also cover custom metrics of the function? e.g. when I create counter inside my function handler, how should I get those?

I ended up scraping 8090 and 8080 too, 8090 for platform metrics, 8080 for custom metrics. I needed `nuclio-plaform-config` in each namespace where you need the platform metrics, kinda good...

Similar for me. I am having a minio backend, which I do not store the credentials for on filestash. After upgrade, I followed the guidance on the ui, to use...