1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

fix(metric, log): merge explicit resource with environment variables (#5773)

fixes #5764

---------

Co-authored-by: Damien Mathieu <42@dmathieu.com>
This commit is contained in:
Bastian Krol
2024-09-06 19:19:44 +02:00
committed by GitHub
parent 8dca9cc0fa
commit 9e1b015159
7 changed files with 140 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@ go 1.22
require (
github.com/go-logr/logr v1.4.2
github.com/go-logr/stdr v1.2.2
github.com/google/go-cmp v0.6.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/metric v1.29.0