I have a larger application that produces 3000 spans per min , I am storing the trace data into ES with all the attributes like host , peer host , span kind, span id , parent id , trace id etc .Is there optimized way to process and construct deep dependen
Hi!
For the record this was initially asked in cncf otel slack here.
Here since you are using your own exporter very likely means you are on your own to build "deep dependencies" of the captured spans.
It might be very likely that your needs are already covered by using Kibana APM UI and using apm-server OTLP endpoing to write to ES, so I would suggest again to try this first unless it's not relevant for your use-case.
Also here, could you elaborate a bit on what do you mean by "optimized" and "deep dependencies" ?