As per/api/rest/admin/incoming-registrationsthe meta/total-count shows as 0
Is this intentional? I was hoping it would show the number of registrations.
As per/api/rest/admin/incoming-registrationsthe meta/total-count shows as 0
Is this intentional? I was hoping it would show the number of registrations.
It is workaround - this resource is not stored in database so currently we using this workaround. We will try to remove meta/total-count in future. Also there is no pagination, so this total-count is useless.
No problem - I was looking at creating a graph or health check based on the number of registrations, similar to the number at the bottom of Incoming Registrations
It is bad idea. Fetching registration list is not cheap operation.
I was hoping to generate a graph in Grafana from Prometheus.
More thinking may be required from me.
It will work for small amount of registrations. But I would avoid this.