Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Jun 29, 2022
1 parent 262fe79 commit f26f1a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions component/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ const (
)

// StabilityLevel represents the stability level of the component created by the factory.
// The stability level is used to determine if the component should be used in production
// or not. For more details see:
// https://github.com/open-telemetry/opentelemetry-collector#stability-levels
type StabilityLevel int

const (
Expand Down

0 comments on commit f26f1a2

Please sign in to comment.