jaegertracing / jaeger-analytics-java

Data analytics pipeline and models for tracing data
Apache License 2.0
45 stars 24 forks source link

Handle multiple parents/references #43

Open pavolloffay opened 4 years ago

pavolloffay commented 4 years ago

The internal span model in this repository has only one reference to parent. When the model is being created we should parse reference array and appropriately change all metrics that use parent references.