HaloFour
HaloFour
First pass at implementing a `MeterProvider` that wraps Micrometer `MeterRegistry`.
I'd like to see more options for how stack traces are formatted in the ECS logs to help in reducing the size of logs. Some examples: 1. Maximum depth 2....
Currently the EcsLayout class in `log4j2-ecs-layout` defaults the `event.dataset` to the service name + ".log". At most we can override it with a specific value, but that specific value will...
Bumps the OpenTelemetry version to 1.0 (1.1 is out but I want to make sure that the API remains compatible with the 1.0 release for the time being). Renames `SpanInfo.Event`...
The version of Jackson currently used by the Spring sample project has an embedded `module-info` for Java 9 JMS which causes Jetty to throw an exception when scanning for attributes....
Adds trace-friendly helper wrapper around Apache `HttpAsyncClient`. This is an NIO-based HTTP client which executes the requests asynchronously and uses callback interfaces in order to notify of completion. The helper...
In implementing Money tracing over Apache's `HttpAsyncClient` (#84) I've been giving a lot of thought to how money tracing could be generalized over asynchronous operations in general. Normally in `TraceAspect`...
I'm curious as to how money might support cross-thread tracing in Java when thread pools are not involved? Specifically, I would be interested in correlating traces across one or more...
# Readonly Modifier for Classes and Records * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started ## Summary...