Bryan Boreham
Bryan Boreham
I followed the code through a little further to [SetSpanTags](https://github.com/grpc-ecosystem/grpc-opentracing/blob/master/go/otgrpc/errors.go#L66) where it correctly detects the operation was cancelled which is in "`Success`" class, but because `client` is `true` it is...
Why is this still open? #16 claims to fix it.
We continue to observe events arriving out of order from time to time. Would it be an idea to adjust `beforeHarvest` back in time a few milliseconds: we would be...
My recommendation is the exporter should integrate the delta values to produce a counter. In other words, hold an internal counter, add the delta to it each time you fetch...
I didn’t understand the bit about time. The value is never “accurate”; it is sampled as-at some time in the past.
I should note I've never looked at this code before. I think you are talking about the start and end times here: https://github.com/prometheus-community/stackdriver_exporter/blob/b06e49c4f4f18286854a35e9a1452c85c0e84c50/collectors/monitoring_collector.go#L218-L219 What I would expect is we remember...
Note there are other Docker Network plugins available which do support multicast. For instance [the one I work on](https://github.com/weaveworks/weave/blob/master/plugin/README.md).
@jonlatorre _local scope_ plugins do work, so Weave Net can be used with ordinary containers when Docker is in swarm mode. But not services. With Docker 1.12 it is not...
I filed https://github.com/docker/docker/issues/30024 to describe what I see.
@jonlatorre the Weave Net plugin is now compatible with swarm mode, and can be downloaded via `docker plugin install weaveworks/net-plugin` That is a "latest" build; there will be a frozen...