Skip to content

Commit c0b5872

Browse files
committed
finops: Lower default sampling to 5%
Default dev env from $150 /month to $40 approx.
1 parent a6a3958 commit c0b5872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/bicep/app.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ resource containerApp 'Microsoft.App/containerApps@2024-02-02-preview' = {
211211
}
212212
{
213213
name: 'OTEL_TRACES_SAMPLER_ARG'
214-
value: '0.2' // 20% sampling
214+
value: '0.05' // 5% sampling
215215
}
216216
]
217217
resources: {

0 commit comments

Comments
 (0)