Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Fix envMaxEPS comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJF committed Nov 13, 2018
1 parent c74fda4 commit 57be144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/merge_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
envAnalyzedSpans = "DD_APM_ANALYZED_SPANS" // spans to analyze for transactions
envConnectionLimit = "DD_CONNECTION_LIMIT" // (deprecated) limit of unique connections
envMaxTPS = "DD_MAX_TPS" // maximum limit to the total number of traces per second to sample (MaxTPS)
envMaxEPS = "DD_MAX_EPS" // Max events per second
envMaxEPS = "DD_MAX_EPS" // maximum limit to the total number of events per second to sample (MaxEPS)
)

// loadEnv applies overrides from environment variables to the trace agent configuration
Expand Down

0 comments on commit 57be144

Please sign in to comment.