-
Notifications
You must be signed in to change notification settings - Fork 880
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
Web metric provider #177
Comments
One question for the implementation is how can users include something like an API key with the webhook if that API key is a secret? |
I think it should, but not necessarily for MVP. |
I don't think I think this should be renamed to Furthermore, we also want reserve the webhook feature/concept for events like when analysis fails, to perform some other HTTP request. (e.g. if analysis fails, then perform an HTTP post call to slack) |
@jessesuen - Amazing talk at kubecon this year, thanks again for showing off this great project. We would also be interested in this as we use Datadog as our metrics provider. I'd be happy to be involved in this implementation, especially if you already have ideas for it. Can you point me in the right direction to get this going? |
Hey ArgoRollouts team, thanks for the awesome work so far. I've just drafted a PR for implementing this, and would appreciate some feedback as this is a feature I'd love to get implemented as soon as possible. I read the feedback above and included some basic options for basic GET calls to a metrics Rest API. |
Copying discussion from slack: cabrinha:
tomsanbear:
jesse:
|
Instead of prometheus, a generic
webhookHTTP URL may be desired as a metric provider. This might look something like:The text was updated successfully, but these errors were encountered: