Skip to content

Commit

Permalink
Improve documentation in config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
renaz6 committed Mar 1, 2023
1 parent 8a20f0f commit 149d1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ type Config struct {

// NoParent decides if a root span should be initiated in the case where there is no existing parent
// This value is ignored if ParentBased = "ignore"
// "never" is the default value
// NoParent = "never" (default), root spans are not initiated
// NoParent = "always", roots spans are initiated
NoParent string `json:"noParent"`
}

Expand Down

0 comments on commit 149d1fd

Please sign in to comment.