hypertrace / hypertrace-collector

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

fix: kafkaexporter:- log span tags when debug and dump_span_attributes are set #70

Closed tim-mwangi closed 2 years ago

tim-mwangi commented 2 years ago

Description

Have the option to log the tag value's length or actual value depending on if dump_span_attributes is set. This is for the scenario where a span exceeds the producer maxMessageBytes. Follow up to https://github.com/hypertrace/hypertrace-collector/pull/69

Checklist: