From 8e6fb301e5a83ac09706c5e2a34aee4141e2f374 Mon Sep 17 00:00:00 2001 From: Devin Collins Date: Wed, 24 Apr 2024 13:46:21 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 648e974..3c4c80d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# ARCHIVED +This processor is no longer needed as the ottl library added a flatten function that does this and we have implemented this. +https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md + # OpenTelemetry JSON Log Flattener NewRelic doesn't support nested JSON attributes in OpenTelemetry logs. To help alleviate these issues, this processor will flatten JSON at the top level. It turns messages like this: ```json