Skip to content

Commit

Permalink
Update docs/component-status.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
codeboten and mx-psi authored Jun 18, 2024
1 parent 61abf91 commit 9be7d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/component-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We intend to define guidelines to help component authors distinguish between rec

A component should never have to report explicit status during shutdown. Automated status reporting should handle all cases. To recap, the collector will report Stopping before Shutdown is called. If a component returns an error from shutdown the collector will report a PermanentError and it will report Stopped if Shutdown returns without an error.

### Implmentation Details
### Implementation Details

There are a couple of implementation details that are worth discussing for those who work on or wish to understand the collector internals.

Expand Down

0 comments on commit 9be7d70

Please sign in to comment.