elasticsearch/modules/apm
Lorenzo Dematté 6bf531660c
Fix NPE in APMTracer through RestController (#128314)
Our APMTracer doesn't like nulls - this is a sensible thing, as APM in general does not allow nulls (it only allows a precise set of types).
This PR changes the attribute to a sentinel "" in place of null values. It also makes a small change to APMTracer to give a better error message in case of null values in attributes.
2025-05-23 09:32:22 +02:00
..
licenses Provide tracing implementation using OpenTelemetry + APM agent (#88443) 2022-08-03 14:13:31 +01:00
src Fix NPE in APMTracer through RestController (#128314) 2025-05-23 09:32:22 +02:00
build.gradle Update elastic-apm-agent to support Java 24 (#123052) 2025-02-28 00:14:33 +00:00
METERING.md Document how to enable tracing (#123713) 2025-02-28 16:16:04 +01:00
NAMING.md Add metric name validation (#103388) 2024-01-09 11:05:00 +01:00