Replies: 1 comment
-
This may be the answer -> open-telemetry/opentelemetry-specification#2930 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to try and use this exporter to send OTLP format logs to kinesis. Kinesis is treating each line of the trace as a new event, which is extremely difficult to work with on read. Instead I tried using OTLP_JSON but there is a warning about "otlp_json is considered experimental and should not be used for production environments." -> https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/awskinesisexporter/README.md?plain=1#L32
That comment was added 4 years ago by @MovieStoreGuy -> f47f75d
Does anyone know if this is stale warning? And since that time OTLP_JSON format is now stable and this warning could be removed?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions