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

Configure grafana alert for TCP checks and advanced configuration options? #601

Open
danfinn opened this issue Jul 17, 2024 · 1 comment
Labels
kind/enhancement New feature or request kind/help wanted Extra attention is needed

Comments

@danfinn
Copy link

danfinn commented Jul 17, 2024

Describe the bug
Currently we are using some home written tools to add grafana synthetic checks for our deployments but IngressMonitorController would be a nice tool to be able to use. It seems like the grafana configuration options are pretty minimal though, at least according to the docs and looking at the CRD?

Currently, when we create our grafana synthetic checks we need the ability to:

  • create http and tcp based checks, can this tool create tcp checks with grafana? if so, how is that done
  • we specify multiple options when we create our checks, things like: alert sensitivity, valid status codes, and an option called basicMetricsOnly. is it possible to configure these additional options when creating a grafana check with IngressMonitorController?
@danfinn danfinn added the kind/bug Something isn't working label Jul 17, 2024
@MuneebAijaz
Copy link
Contributor

hi @danfinn , yes the grafana synthetic monitoring implementation is not complete at the moment, minimal things were done to get it started.
https://github.com/grafana/synthetic-monitoring-api-go-client/blob/main/docs/API.md any options available here can be used to extend IMC. However, that would require help from the community to be able to cover the API fully, since the team internally doesn't do active development on IMC.
Feel free to open a PR

@MuneebAijaz MuneebAijaz added kind/enhancement New feature or request kind/help wanted Extra attention is needed and removed kind/bug Something isn't working labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request kind/help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants