Skip to content

Commit

Permalink
Apply @dmitryax feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
antonjim-te committed Sep 22, 2023
1 parent 4b84a00 commit fcd2b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/telemetry/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type LogsConfig struct {
// Default:
// sampling:
// enabled: true
// tick: 1s
// tick: 10s
// initial: 10
// thereafter: 100
// Sampling can be disabled by setting 'enabled' to false
Expand Down Expand Up @@ -106,7 +106,7 @@ type LogsSamplingConfig struct {
// Initial represents the first M messages logged each Tick.
Initial int `mapstructure:"initial"`
// Thereafter represents the N messages logged after Initial and the rest are dropped, during each Tick.
// If Thereafter is zero, the Core will drop all log entries after the first M messages each Tick.
// If Thereafter is zero, the logger will drop all the messages after the Initial each Tick.
Thereafter int `mapstructure:"thereafter"`
}

Expand Down

0 comments on commit fcd2b83

Please sign in to comment.