Skip to content

Commit

Permalink
[processor/resourcedetection] Remove processor.resourcedetection.host…
Browse files Browse the repository at this point in the history
…CPUModelAndFamilyAsString feature gate

Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Sep 16, 2024
1 parent 3d81cbe commit 6924fa5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@ import (
)

var (
_ = featuregate.GlobalRegistry().MustRegister(
"processor.resourcedetection.hostCPUModelAndFamilyAsString",
featuregate.StageStable,
featuregate.WithRegisterDescription("Change type of host.cpu.model.id and host.cpu.model.family to string."),
featuregate.WithRegisterFromVersion("v0.89.0"),
featuregate.WithRegisterToVersion("v0.101.0"),
featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/semantic-conventions/issues/495"),
)
_ = featuregate.GlobalRegistry().MustRegister(
"processor.resourcedetection.hostCPUSteppingAsString",
featuregate.StageStable,
Expand Down

0 comments on commit 6924fa5

Please sign in to comment.