We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237d0d9 commit 0975ae1Copy full SHA for 0975ae1
internal/pkg/otel/samples_test.go
@@ -31,6 +31,7 @@ func TestSamples(t *testing.T) {
31
t.Setenv("AUTOOPS_TEMP_RESOURCE_ID", "temp")
32
t.Setenv("AUTOOPS_OTEL_URL", "http://localhost:4318")
33
34
+ // Enable service.profilesSupport featuregate to test the profiling samples.
35
assert.NoError(t, featuregate.GlobalRegistry().Set("service.profilesSupport", true))
36
defer func() {
37
assert.NoError(t, featuregate.GlobalRegistry().Set("service.profilesSupport", false))
0 commit comments