Skip to content
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

websocket target support #1278

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

adnull
Copy link

@adnull adnull commented Aug 11, 2024

According to #1081 this change adds websocket target support to monitor availability and functionality of websocket servers.

This probe provides features as follows:

  • Basic HTTP authentification
  • Bearer token
  • Arbitrary HTTP headers
  • Option to skip server certificate checking on connect
  • Send/Receive sequences with regexp matching to ensure the server is working correctly ( similar to the TCP probe)

New metrics:

  • probe_http_status_code: resulting http status code on connection
  • probe_is_upgraded: is the connection successfuly upgraded to a websocket connection
  • probe_failed_due_to_regex: 1 when send/receive sequence wasn't matched to server messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant