You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A kcp server should offer Prometheus metrics per workspace. That is, a workspace-specific URL that can be GETted to produce workspace-specific metrics.
Proposed Solution
This will be challenging in the code, because metrics production is currently not object-oriented. Perhaps the solution will be to replace the standard functions with ones that dispatch on workspace extracted from context?
Alternative Solutions
No response
Want to contribute?
I would like to work on this issue.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
A kcp server should offer Prometheus metrics per workspace. That is, a workspace-specific URL that can be GETted to produce workspace-specific metrics.
Proposed Solution
This will be challenging in the code, because metrics production is currently not object-oriented. Perhaps the solution will be to replace the standard functions with ones that dispatch on workspace extracted from context?
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: