Pedro Gomes
Pedro Gomes
Good progress so far. I had another look at the fcgi client and the net interface https://golang.org/pkg/net/#UnixConn.SetDeadline It offers some setDeadline methods for establishing TCP/UDP/socket connections. Perharps the fcgi_client needs...
Seems it would require a 2nd API call to set the correct permissions Worthwhile adding to folder module or making a new one? https://grafana.com/docs/grafana/latest/http_api/folder_permissions/
Ansible task to do it ``` - name: Set folder permissions uri: url: "{{ url }}/api/folders/{{ folder.folder.uid }}/permissions" method: POST body: | # 1 - viewer | 2 - editor...
Understand, thanks for all your work so far!
Yes, but I’m generating 100 rules with the same template, so I need the full alert details to know which one is duplicate On Tue, 20 Sep 2022 at 14:50...
to give more context In regular alerts we have expressions like ``` metric * on(instance) group_left(nodename) (node_uname_info) * on(instance) group_left(customer) (customer_info) ``` Which will give nodename + customer details we...
vmalert allows duplicate rules unless all `name, expression, and labels` match. So I think all that would be useful in the error message?
Awesome! Thanks for the quick turn around
Some services like Luminati provide a single endpoint for all requests. The right approach is to re establish the connection (after n connections, or in case of failure) to the...
Just need to release a new tag to solve this? the patch in master is not tagged yet