We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement and export solver endpoint metrics.
This work impacts the solver and observability systems.
Let's add some endpoint metrics to track requests on the solver server. We should include:
There may be some auto-instrumentation for gorilla mux to auto-instrument or we can manually instrument to track this activity.
The changes will be to the solver code and new dashboards on the observability server.
The text was updated successfully, but these errors were encountered:
bgins
No branches or pull requests
General Description
Implement and export solver endpoint metrics.
Which system(s) or functionality does this affect
This work impacts the solver and observability systems.
Describe the changes, and how this affects/ interacts with each system.
Let's add some endpoint metrics to track requests on the solver server. We should include:
There may be some auto-instrumentation for gorilla mux to auto-instrument or we can manually instrument to track this activity.
The changes will be to the solver code and new dashboards on the observability server.
The text was updated successfully, but these errors were encountered: