hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

perf: remove adding tenant id for each span #58

Closed GurtejSohi closed 3 years ago

GurtejSohi commented 3 years ago

Description

We should not add tenantId to each span, only add in resource spans. This PR is dependent on the changes in hypertrace-ingester (refer this PR) - it should get tenantId from Process in resource spans instead of getting from Tags in span.

Testing

Updated tests

Checklist: