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

Webhook delivery metrics #379

Open
nikolaik opened this issue Aug 19, 2024 · 0 comments
Open

Webhook delivery metrics #379

nikolaik opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nikolaik
Copy link
Contributor

Hi there, just wanted to hear if there is any interest in adding support for metrics for webhook deliveries

Example webhook delivery shape:

{
  "id": 12345678,
  "guid": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
  "delivered_at": "2019-06-03T00:57:16Z",
  "redelivery": false,
  "duration": 0.27,
  "status": "OK",
  "status_code": 200,
  "event": "issues",
  "action": "opened",
  "installation_id": 123,
  "repository_id": 456,
  "throttled_at": "2019-06-03T00:57:16Z"
}

These can be pulled from multiple APIs depending on the level of integration

Would need a separate GET request to list the webhooks by org or repo first

@tboerger tboerger added enhancement New feature or request help wanted Extra attention is needed labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants