Erwin de Haan
Erwin de Haan
I think we might, so we can expose an unauthenticated API for some very basic server functions (shutdown,restart etc). And we can make all the tray apps a bit nicer...
At this point it would really just be for the tray icons, but I guess those aren't that important. Having unauthenticated endpoints for privileged actions is nice in that context...
Not stale, just waiting
Yes it's this one: https://api.calcasa.nl/api-docs/v0/openapi.yaml (Check for example the "Aanvraagdoel" model) The actual documentation website is not public and mostly on intranet., so I can't really show you the result....
For now we extract the value as string and then run the same Enum.Parse line. So no worries, we'll update to the new release when it's out.
For now I can't yet try it since we depend on some currently open PRs, from me (HttpStatusCode in Client metrics) and from @Sverdel (Grpc Request Duration Histograms). I'll give...
I rebased this PR to v5.0.1 here: https://github.com/calcasa/prometheus-net/tree/grpc-histogram You can pull that one to update this PR (or replicate the results)
Rebased this PR to 6.0.0 to that same branch
Rebased this PR to 7.0.0 in https://github.com/calcasa/prometheus-net/tree/grpc-histogram
This is essentially how all ASP.NET stuff does it for example, although the content of the actual health check is moot for kubernetes. The only "standard" that is really out...