(and vice versa) - Traces to Metrics (via common tags) - Metrics to Traces (via exemplars) to Logs - The Spring portfolio is instrumented - WebMVC, WebFlux, etc. instrumentation - Third-party libraries are also instrumented - jdbc-observations - OpenFeign - etc.
Updated at measurement time (sampled) They are not tags (high cardinality) Usually traceId and spanId Correlate Metrics to Distributed Tracing and Logs Available for Counter and Histogram buckets
LoggingHandler(...)) .observationHandler(new AuditEventHandler(...)); Observation observation = Observation.start("s1",registry); // let the fun begin… observation.stop(); Observation API (Micrometer 1.10)