hyperjumptech/monika

Remove ping from the HTTP probe type

Opened this issue · 2 comments

Currently, there are two ways to perform a ping: one within the HTTP probe type and the other as a standalone method. To reduce redundancy and complexity, we should remove the HTTP probe type option.

  • Deprecate HTTP probe with "ping": true
  • Remove support for HTTP probe with "ping": true

Edit :

  • 2024-05-09 add TODO to deprecate and remove support

For context: #1092
This was left temporarily for backward compatibility.

For context: #1092 This was left temporarily for backward compatibility.

Thanks for the information. I've added the v2 label.