Michal Dvořák
Michal Dvořák
Same requirement will be for https://github.com/argoproj/argo-cd, but this needs to be fixed first (as gitops-engine is a dependency of argo-cd)
> > Please consider dropping dependency on `k8s.io/kubernetes` module as it makes the engine really unwieldy to use. > > I'm just curious what makes the dependency on kubernetes unwieldy...
I'd like to point you to https://github.com/espressif/esp-idf/issues/3046 - might be actual cause. But also beware: I'm not sure how temporarily changing TZ on dual-core ESP32 will behave. It might return...
Hi, I don't know about STM32 libraries, but cause might be the same: leak is not caused by `timegm` or `strdup`, but by `setenv`. If you can, use local time...
I've created implementation that wraps `ScopeManager` and creates `MDC` (slf4j) context via user-supplied function. This abstraction can still be added into library, with specific implementation bound to the tracer would...
@pavolloffay Any opinion on this?
With current architecture, its a bit complicated. While classes `DiagnosticContextScopeManager` and `SpanDiagnosticContext` are generic and could be in core, rest is tracer specific, since there is no way to customize...
You are correct. MDC are also thread based. If you would provide completely custom, not thread bound scopes, I'm not sure it would be possible to handle propagation at all....
Note: https://github.com/opentracing/specification/blob/master/rfc/trace_identifiers.md That was original blocker for tracer agnostic solution I believe. It probably won't fit every use-case, as @chengchen mentions (and since every tracer is a bit different, it...
I would suggest simply leaving it to custom configuration, as it does Spring Boot on its own. Moment `logback-spring.xml` (or other variants) are found, it is used, and logging properties...