1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk
Tyler Yahn e08359f30c
Detect duplicate instruments for case-insensitive names (#4338)
* Detect dup inst for case-insensitive names

Resolve #3835

Detect duplicate instrument registrations for instruments that have the
same case-insensitive names. Continue to return the instruments with
different names, but log a warning. This is the solution proposed in
https://github.com/open-telemetry/opentelemetry-specification/pull/3606.

* Add changes to changelog

* Reset global logger after test
2023-07-19 10:17:38 -07:00
..
instrumentation
internal Add Version func to otel/sdk (#3949) 2023-03-30 12:49:39 -07:00
metric Detect duplicate instruments for case-insensitive names (#4338) 2023-07-19 10:17:38 -07:00
resource Fix empty host.id (#4317) 2023-07-18 17:37:20 +02:00
trace [SDK][Trace] Add tests for default id generator (#4043) 2023-05-15 07:18:43 -07:00
go.mod dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +02:00
go.sum dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +02:00
version_test.go Fix Version test in otel/sdk (#3994) 2023-04-14 07:41:27 -07:00
version.go Release v1.16.0/v0.39.0 -- Stable Metric API (#4100) 2023-05-22 12:06:21 -07:00