Skip to content
New issue

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

Add solver endpoint metrics #439

Open
bgins opened this issue Nov 14, 2024 · 0 comments
Open

Add solver endpoint metrics #439

bgins opened this issue Nov 14, 2024 · 0 comments
Assignees
Labels

Comments

@bgins
Copy link
Contributor

bgins commented Nov 14, 2024

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:

  • Time spent on requests per endpoint
  • Successful request counts
  • Failed request counts
  • Possibly more

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.

@bgins bgins added the solver label Nov 14, 2024
@bgins bgins mentioned this issue Nov 14, 2024
10 tasks
@bgins bgins self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant