1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/zipkin
ReStartercc 3dd4e816a6
fix wrong representation of status value in zipkin exporter (#3340)
* export status codes to upper case in zipkin exporter

* add test cases for status UNSET and ERROR

* Update exporters/zipkin/model.go

correct the usage of case-sensitive terms

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

* change unit test cases to test exact behavior

* move this PR to unrelease section in the CHANGELOG.md

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2022-10-27 21:22:18 -07:00
..
doc.go Prerelease v1.0.0 (#2250) 2021-09-20 13:02:46 -07:00
env_test.go support zipkin exporter endpoint env (#2490) 2022-01-06 08:28:42 -08:00
env.go Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00
go.mod Release v1.11.1/v0.33.0 (#3367) 2022-10-19 12:55:44 -07:00
go.sum dependabot updates Mon Oct 17 16:17:28 UTC 2022 (#3348) 2022-10-17 12:25:56 -04:00
model_test.go fix wrong representation of status value in zipkin exporter (#3340) 2022-10-27 21:22:18 -07:00
model.go fix wrong representation of status value in zipkin exporter (#3340) 2022-10-27 21:22:18 -07:00
zipkin_test.go fix wrong representation of status value in zipkin exporter (#3340) 2022-10-27 21:22:18 -07:00
zipkin.go Replace ioutil with io and os (#3058) 2022-08-03 14:45:05 -07:00