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 thread pool metrics for Webhooks to the health check / status endpoint #1499

Closed
robotdan opened this issue Nov 22, 2021 · 1 comment
Closed

Comments

@robotdan
Copy link
Member

robotdan commented Nov 22, 2021

Add Webhook metrics to the health check / status endpoint

Description

Add some additional metrics to the health check / status endpoint for webhooks.

Such as :

  • Number of threads available in the executor pool
  • Number of threads in-use in the executor pool
  • Number of events waiting to be queued by the executor pool
  • Number of events that have failed to be added to the queue and will not be sent

This would allow us to see how many failures have occurred, or how many threads are in-use and provide some metrics around the health of FusionAuth as it relates to successfully delivering web hooks.

Related

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

@robotdan
Copy link
Member Author

robotdan commented Jun 5, 2023

This is available in current versions of FusionAuth.
See event.executor.* metrics in the /api/status endpoint.

@robotdan robotdan closed this as completed Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant