You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* refactor: make sender configurable
* fix: throw an error if operating system is unkown
* refactor: move todo to #1260
* refactor: todo has been covered by #1229
* refactor: separate function due to bad abstraction
* docs: fix typo and error example
* test: remove failed test
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.
"ping": true
"ping": true
Edit :
The text was updated successfully, but these errors were encountered: