Matt Bostock
Matt Bostock
Could you please add a licence to this repository? Thanks
Is the Drone web application safe to put behind a load balancer, i.e. such that it won't cause any race conditions?
The `gin_requests_total` metrics output by Unsee contain the request URI, which can contain arbitrary values. This produces very high cardinality in Unsee's metrics. The `handler` label should be sufficient; access...
I often see people taking screenshots of alerts in Unsee and adding them to JIRA tickets to show what alert fired when they were investigating an issue. It's difficult to...
The 'generator URL' which links to a graph in Prometheus UI is currently labelled according to the Alertmanager instance. This is misleading, since the Prometheus instance that triggered the alert...
As of #206, the silence ID is shown in the UI when a silence is added. Suggest that the silence ID links to the Alertmanager silence page, e.g.: ``` https://alertmanager.example.com/#/silences/1234-1234-1234-1234...
It'd be good to add an entry to the [Prometheus wiki](https://github.com/prometheus/prometheus/wiki/Default-port-allocations) to make alertmanager2es easier to find. The default port number we're using is 9097, though that doesn't strictly fit...
Determine a partition key, used to determine which nodes are responsible for which time series. ## Trade-offs to consider __Load distribution__: - Want to avoid underutilising the cluster by only...