Adrian Cole
Adrian Cole
actually it seems wrong.. while hermann is dead activity wise, it doesn't seem to require jruby https://github.com/reiseburo/hermann#mri-only
while this will add overhead as long as the feature itself is optional and only added when in gcp (something out of scope for this repo) sounds fine to me....
that is possible either via a flag or request specific. if request specific it would mean adding an "extra" object to the context which indicates this. that part isnt well...
seems like this sort of error should drop the tag vs kill the span? On Wed, Dec 20, 2017 at 9:51 PM, Jorrit Salverda wrote: > I'm running istio 0.4.0...
sorry this note was for the code :)
can you try the new docker image? https://github.com/openzipkin/docker-zipkin-gcp
I'm not in a good timezone to troubleshoot right now, but you can hop on gitter https://gitter.im/openzipkin/zipkin If you are using the zipkin provided image (not StackDriverCollector as was mentioned...
Probably what's happening here is StackDriver limits https://cloud.google.com/trace/docs/quotas Size of key per label/attribute | 128 bytes Size of value per label/attribute | 256 bytes You can either reduce the size...
heres a hint ```java static TruncatableString maybeTruncate(String string, int length) { int sizeInBytes = utf8SizeInBytes(string); if (sizeInBytes
possible that it does now cc @mtwo On Fri, Jul 5, 2019, 7:18 PM Anuraag Agrawal wrote: > And here I was hoping since opencensus doesn't truncate, maybe the server...