mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
* Tracing configuration module. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Register tracer as global tracer, configurable. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Tracing configuration for web server. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Using tracing configuration, root span delegated to TracingConfiguration. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Integration common module with tracing helpers. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Using common tracing helpers in gRPC security integration Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Using common tracing helpers in webserver and Jersey security integration Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Using tracing configuration Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Using tracing configuration Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Fixed visibility in Contexts. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Refactored metrics context handler to a separate class. Better visibility in Tracing. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Common security integration module in bom pom. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Refactoring based on review comments. Using WebTracingConfig and GrpcTracingConfig instead of TracingConfiguration Using a classified instance for SpanContext in context Using a constant for tracing component name in jax-rs Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Build fixes for tracing Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Outbound security span now child of outbound jersey call. Signed-off-by: Tomas Langer <tomas.langer@oracle.com> * Review fixes - remove the word environment. Signed-off-by: Tomas Langer <tomas.langer@oracle.com>