elasticsearch/modules/apm
Dmitry Cherniachenko e21a4874ab
Use String.replace() instead of replaceAll() for non-regexp replacements (#105127)
* Use String.replace() instead of replaceAll() for non-regexp replacements

When arguments do not make use of regexp features replace() is a more efficient option, especially the char-variant.
2024-02-12 13:11:15 -05:00
..
licenses Provide tracing implementation using OpenTelemetry + APM agent (#88443) 2022-08-03 14:13:31 +01:00
src Use String.replace() instead of replaceAll() for non-regexp replacements (#105127) 2024-02-12 13:11:15 -05:00
build.gradle Update apm's otel version (#102851) 2023-12-01 15:43:24 +01:00
METERING.md Update/Cleanup references to old tracing.apm.* legacy settings in favor of the telemetry.* settings (#104917) 2024-01-31 09:20:05 +01:00
NAMING.md Add metric name validation (#103388) 2024-01-09 11:05:00 +01:00