Skip to content

Commit

Permalink
finops: Lower default sampling to 5%
Browse files Browse the repository at this point in the history
Default dev env from $150 /month to $40 approx.
  • Loading branch information
clemlesne committed Jan 21, 2025
1 parent a6a3958 commit c0b5872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/bicep/app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ resource containerApp 'Microsoft.App/containerApps@2024-02-02-preview' = {
}
{
name: 'OTEL_TRACES_SAMPLER_ARG'
value: '0.2' // 20% sampling
value: '0.05' // 5% sampling
}
]
resources: {
Expand Down

0 comments on commit c0b5872

Please sign in to comment.