Skip to content

Commit ecec14d

Browse files
committed
set feature gate as beta
1 parent 98d31ef commit ecec14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/hostmetricsreceiver/internal/scraper/memoryscraper/memory_scraper_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
var useMemAvailable = featuregate.GlobalRegistry().MustRegister(
1717
"receiver.hostmetricsreceiver.UseLinuxMemAvailable",
18-
featuregate.StageAlpha,
18+
featuregate.StageBeta,
1919
featuregate.WithRegisterFromVersion("v0.136.0"),
2020
featuregate.WithRegisterDescription("When enabled, the used value for the system.memory.usage and system.memory.utilization metrics will be based on the Linux kernel’s MemAvailable statistic instead of MemFree, Buffers, and Cached."),
2121
featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/42221"),

0 commit comments

Comments
 (0)