Skip to content

Commit

Permalink
reduce default retries and backoff settings on the APM reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Nov 22, 2021
1 parent a876d84 commit eeb0596
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ kamon.apm {
boot = 3

# For metrics data.
ingestion = 20
ingestion = 3

# For notifications of application shutdown.
shutdown = 0

# For tracing data.
tracing = 20
tracing = 3

# How long to wait before retrying a API call.
backoff = 30 seconds
backoff = 10 seconds
}

# Settings for the HTTP client used by the Kamon API reporters.
Expand Down

0 comments on commit eeb0596

Please sign in to comment.