Open
Description
I'm attempting to use the uptime
configuration and it works fine to create entries, but deleting them and generally looking up the entries is failing:
time="2020-03-17T17:57:06Z" level=info msg="Could not Unmarshal Json Response"
I've confirmed my apiKey
has access to the relevant endpoint.
After digging through the code briefly it also appears paging of any sort is missing to work when lots of monitors are defined.
Some potential options to add to the GetAll
endpoint as well:
?monitoring_service_type=HTTP
?search=
(not sure if it's possible to search via theIngress
hostname)
It would be great to be able to specify a set of tags
to apply globally (ie: in the config, not necessarily via annotation on a per-ingress basis).
Activity