-
I am noticing the serialized json file shows multiple |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Are you using batch processor ? This should batch all the spans received in (default) 5 seconds, and send to exporter, which should eventually be serialized together. If not, this could be a bug somewhere. |
Beta Was this translation helpful? Give feedback.
-
@ramgdev Sorry, I understand your question now. You are correct; the exporter should group all the events (spans/logs) under the same scope and, further, under the same resource together before exporting. I will create an issue for this - if someone wants to pick, I can help with the changes. |
Beta Was this translation helpful? Give feedback.
Thanks, @ramgdev - I have made some changes for the logs. Let me complete and create a PR for that, and you can pick similar changes for spans.