Andrew Suffield

Results 10 issues of Andrew Suffield

The original intention was to have full compatibility from OpenCensus to OpenTelemetry. There is now a bridge to connect OpenTracing into OpenTelemetry, but because OpenCensus was not created with an...

feature-request

This is primarily intended for use with alertmanager, where notify.Retrier will retry the http request, so if one proxy is not responding then it will deliver alerts through the other....

server/server.go imports github.com/opentracing-contrib/go-grpc This repo doesn't have a license (https://github.com/opentracing-contrib/go-grpc/issues/3), so this makes weaveworks/common unusable for us. go-grpc looks trivial, so if getting it licensed is somehow hard, it would...

The map_kind directive is currently only processed by the fix/update commands, and not update-repos. This prevents it from being usable for the go_repository rule.

enhancement
repos

**What did you do?** Write a route with a group match, of the form: ``` group_by: - alertname group_wait: 10s group_interval: 1h repeat_interval: 4h ``` Perform these operations, in order:...

This gives us two useful behaviours: we can cancel the context and wait for all probes to exit before cleaning up global resources, and we can propagate the probe timeout...

https://github.com/cloudprober/cloudprober/blob/master/surfacers/postgres/postgres.go uses lib/pq, which is effectively abandoned in favour of https://github.com/jackc/pgx - should be a simple migration, just change the library and driver name passed to sql.Open.

enhancement

One of the tiny number of things https://github.com/bazelbuild/tools_remote can do and these tools can't is parse the RemoteExecutionLog. It would be nice to figure out a solution to that. Annoyingly,...

This turns out to be very easy to do in go.