-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Labels
contribfestIssue good for KubeCon contribfestIssue good for KubeCon contribfestgood first issueGood for newcomersGood for newcomerspkg:SDKRelated to an SDK packageRelated to an SDK package
Milestone
Description
opentelemetry-go/sdk/metric/config_test.go
Lines 133 to 137 in b98dd5e
store, err := ottest.SetEnvVariables(map[string]string{ | |
envVarResourceAttributes: "key=value,rk5=7", | |
}) | |
require.NoError(t, err) | |
defer func() { require.NoError(t, store.Restore()) }() |
Replace with:
t.Setenv(envVarResourceAttributes, "key=value,rk5=7")
Metadata
Metadata
Assignees
Labels
contribfestIssue good for KubeCon contribfestIssue good for KubeCon contribfestgood first issueGood for newcomersGood for newcomerspkg:SDKRelated to an SDK packageRelated to an SDK package