in inferred-spans/src/main/java/co/elastic/otel/InferredSpansBackwardsCompatibilityConfig.java [43:66]
static {
CONFIG_MAPPING.put("elastic.otel.inferred.spans.enabled", "otel.inferred.spans.enabled");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.logging.enabled", "otel.inferred.spans.logging.enabled");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.backup.diagnostic.files",
"otel.inferred.spans.backup.diagnostic.files");
CONFIG_MAPPING.put("elastic.otel.inferred.spans.safe.mode", "otel.inferred.spans.safe.mode");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.post.processing.enabled",
"otel.inferred.spans.post.processing.enabled");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.sampling.interval", "otel.inferred.spans.sampling.interval");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.min.duration", "otel.inferred.spans.min.duration");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.included.classes", "otel.inferred.spans.included.classes");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.excluded.classes", "otel.inferred.spans.excluded.classes");
CONFIG_MAPPING.put("elastic.otel.inferred.spans.interval", "otel.inferred.spans.interval");
CONFIG_MAPPING.put("elastic.otel.inferred.spans.duration", "otel.inferred.spans.duration");
CONFIG_MAPPING.put(
"elastic.otel.inferred.spans.lib.directory", "otel.inferred.spans.lib.directory");
}