Skip to content

Commit

Permalink
Send all app traces to Honeycomb (#496)
Browse files Browse the repository at this point in the history
Our monthly Honeycomb.io plan limit is now 450M (up from 100M). We no
longer need to sample app traces: let's send them all!

This reverts #482

Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard authored Dec 30, 2023
1 parent d83a7df commit a698c97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 2022.fly/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ PORT = "4000"
STATIC_URL_HOST = "cdn.changelog.com"
URL_HOST = "changelog.com"
DB_NAME = "changelog"
# Sample traces to 10%, otherwise we will exceed out monthly 100M limit
OTEL_TRACES_SAMPLER="parentbased_traceidratio"
OTEL_TRACES_SAMPLER_ARG="0.1"

[[services]]
internal_port = 4000
Expand Down

0 comments on commit a698c97

Please sign in to comment.