Fabian Reinartz
Fabian Reinartz
Currently there does not seem to be comprehensive reference documentation on how to use OpenCensus. The language specific guides do not seem enough to cover this. Packages like [`ochttp`](https://godoc.org/go.opencensus.io/plugin/ochttp#ClientRequestCountView) give...
Protobuf is not a particularly cheap format for sending bulk data in terms of bandwidth, CPU and allocations. For metric data, the overhead is particularly high since the actual datapoint...
## Feature Request The `#[props(extends = ...` feature is based on a generated list of available attributes today which does not seem to include event handlers (`onclick`, `onpointerleave`, ...). This...
Alerts should be marked as resolved as they are silenced so a respective resolved notification is sent. This removes the need to manually resolve these in PagerDuty and friends. We...
For long running silences it is feasible to have a log of comments rather than a single one to easily add information on the current status of an underlying problem....
Resolved notifications are not as important as firing notifications. In case a receiver fails, putting less effort into resending resolved notifications can reduce the load on Alertmanager. Less frequent retrying...
If we extract the `main` logic, we can actually call it like a standard method. We can then actually make our functional test start Alertmanagers within the test. This way...
Currently we pass a `now` timestamp to the notification pipeline so all evaluations run against the same timestamp. This avoids artifacts. In some places we are not using that context...