SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
18.44k stars 1.17k forks source link

Webhook altert chanel use a GET rather than a POST #5735

Open BastienVigneron opened 3 weeks ago

BastienVigneron commented 3 weeks ago

Bug description

Configuring a webhook alert channel lead to Signoz made a GET on configured URL rather than a POST (which is used by the majority of instant messaging services for incoming webhook.

Expected behavior

Call the URL with a POST rather than a GET, or let the user configure the HTTP verb to use.

How to reproduce

  1. Configure a Webhook Notification Channels
  2. Make a test

Version information

welcome[bot] commented 3 weeks ago

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.