Add tracing and metrics (prometheus/jaeger/...) capabilities #463
Labels
feat
New feature or request.
good first issue
A good issue to tackle when being a novice to the project.
Milestone
Is your feature request related to a problem? Please describe.
Currently there is no tracing middleware loaded.
Describe the solution you'd like
Instantiation of the servers:
keto/internal/driver/registry_default.go
Lines 227 to 239 in 5f25bce
keto/internal/driver/registry_default.go
Lines 250 to 262 in 5f25bce
keto/internal/driver/registry_default.go
Lines 212 to 213 in 5f25bce
keto/internal/driver/registry_default.go
Lines 197 to 198 in 5f25bce
Additional context
Kratos' prometheus endpoint implementation: https://github.com/ory/kratos/tree/master/metrics/prometheus
Other tracing options in Kratos can be found here: https://github.com/ory/kratos/blob/412af90a9cc86cb3b2fd8059b6fa51d640b23c05/driver/config/config.go
The text was updated successfully, but these errors were encountered: