Adrian Cole

Results 2050 comments of Adrian Cole

note: it seems github CLI signs external to nfpm. I don't necessarily care whether signing is done inside nfpm or external to it. However, we should probably do that internal...

hi there. I recall at some point we indirected the config file, but now we have tests that we don't mess with it. IOTW -c passes that arg directly to...

Yes! These instructions look lovely. I will give them a try.

agreed. this hints at a scoping of tags that isnt request. ex process scope

fyi I have heard a few times that APMs often group by remote span and report in one go. one way to accomplish this is to propagate the remote span...

at least in java repo I also recall a setting "always record" or similar which doesnt necessarily affect sampling headers On Wed, 7 Nov 2018, 19:02 Gabriel Aszalos, wrote: >...

Here's a more detailed brief on "firehose mode" in Brave (zipkin java tracer); we have a collaborative sampledLocal decision. If anything needs the data, then it is recorded. There are...

can we clarify what the goal is here a little more specifically? Are we looking at a generalized feature for log ingest that allows correlation (like stackdriver enhancer) this would...

Thanks for the info. so this sounds like a primary interface for logging, then. Ex user code would use it directly instead of another library. Would you expect this only...

I think there is an option 4 in java, which is to synchronize a logging context when applying the tracing one. That's what's in use by brave for example and...