Skip to content

Commit

Permalink
Add link to godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Jun 20, 2024
1 parent 9be7d70 commit 7cd1d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion component/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type TelemetrySettings struct {

// ReportStatus allows a component to report runtime changes in status. The service
// will automatically report status for a component during startup and shutdown. Components can
// use this method to report status after start and before shutdown.
// use this method to report status after start and before shutdown. For more details about
// component status reporting see: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-status-reporting.md
ReportStatus func(*StatusEvent)
}

0 comments on commit 7cd1d9c

Please sign in to comment.