Skip to content

Commit

Permalink
[chore] Add in Reference URL for docker featuregate (#16515)
Browse files Browse the repository at this point in the history
Adding featuregate reference for docker
  • Loading branch information
MovieStoreGuy authored Nov 29, 2022
1 parent b4e6574 commit f19ae14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/dockerstatsreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func init() {
useScraperV2ID,
featuregate.StageBeta,
featuregate.WithRegisterDescription("When enabled, the receiver will use the function ScrapeV2 to collect metrics. This allows each metric to be turned off/on via config. The new metrics are slightly different to the legacy implementation."),
featuregate.WithRegisterReferenceURL("https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9794"),
)
}

Expand Down

0 comments on commit f19ae14

Please sign in to comment.