Open
Description
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?
Activity