Skip to content

Commit

Permalink
Update reporter/collector_reporter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Dec 13, 2024
1 parent 9a977a6 commit b87cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/collector_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func NewCollector(cfg *Config, nextConsumer consumerprofiles.Profiles) (*Collect
if err != nil {
return nil, err
}
// Set a lifetime to reduce risk of invalid data in case of PID reuse.
// Set a lifetime to reduce the risk of invalid data in case of PID reuse.
cgroupv2ID.SetLifetime(90 * time.Second)

// Next step: Dynamically configure the size of this LRU.
Expand Down

0 comments on commit b87cd3f

Please sign in to comment.