Skip to content

Commit

Permalink
Merge pull request #28 from pagopa/fix-sampling
Browse files Browse the repository at this point in the history
feat: enabling sampling logs
  • Loading branch information
FedericoRuzzier authored Nov 22, 2024
2 parents 5c32b46 + 0f2d2c9 commit b5af3cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion host.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
},
"applicationInsights": {
"samplingSettings": {
"isEnabled": false
"isEnabled": true,
"maxTelemetryItemsPerSecond": 5,
"includedTypes": "PageView;Trace;Dependency;Request",
"excludedTypes": "Exception;Event;CustomEvent"
}
}
}
Expand Down

0 comments on commit b5af3cf

Please sign in to comment.