Skip to content

Commit

Permalink
[chore] use the new function name in comment (#9781)
Browse files Browse the repository at this point in the history
`ReportComponentStatus` is now deprecated, and `ReportStatus` is used
instead.
  • Loading branch information
atoulme committed Mar 19, 2024
1 parent 3b5aee0 commit bb9d363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/telemetry.go
Expand Up @@ -15,7 +15,7 @@ import (
// TelemetrySettings provides components with APIs to report telemetry.
//
// Note: there is a service version of this struct, servicetelemetry.TelemetrySettings, that mirrors
// this struct with the exception of ReportComponentStatus. When adding or removing anything from
// this struct with the exception of ReportStatus. When adding or removing anything from
// this struct consider whether or not the same should be done for the service version.
type TelemetrySettings struct {
// Logger that the factory can use during creation and can pass to the created
Expand Down

0 comments on commit bb9d363

Please sign in to comment.