Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
debug
field usage in zipkin exporter
Zipkin spec expects the debug field to be a boolean, not an integer. OpenTelemetry collector rejects spans exported by the Python Zipkin exporter with the following error message: ``` Traces cannot be uploaded; status code: 400, message json: cannot unmarshal number into Go struct field .debug of type bool ``` Zipkin data model confirm that the field should be a boolean here: https://zipkin.io/zipkin-api/
- Loading branch information