hey, is anyone monitoring self-hosted keto with pr...
# ory-selfhosting
a
hey, is anyone monitoring self-hosted keto with prometheus? to me it seems that the metrics about request duration aren't working as expected
to me it seems that all requests are metered as super fast, but in reallity(from logs) we can observe that the requests last 10-10ms
e.g.
Copy code
histogram_quantile(0.99, max(rate(http_requests_duration_seconds_bucket{app="keto",exported_endpoint="/relation-tuples/check"}[5m])) by (le, instance))
always returns 5ms
for anyone that stumbles upon this.. its confirmed 🐛 https://github.com/ory/keto/issues/1611 https://github.com/ory/keto/pull/1612