Commit451 / skyhook

Parses webhooks and forwards them in the proper format to Discord.
https://commit451.github.io/skyhook-web
MIT License
365 stars 94 forks source link

New Provider: Prometheus #186

Closed wh1337 closed 1 year ago

wh1337 commented 2 years ago

Created a new provider for Prometheus.

What it looks like in discord:

image

Prometheus does not send headers, at least not that I could find in the documentation provided in #126 that's why I decided to set a x-skyhook-event header in the Prometheus.ts file.

Hope this helps!