Skip to content

Commit

Permalink
SDIT-2123: 🔊 Sample user me calls at 1% (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Oct 25, 2024
1 parent 6bd6f5d commit 59f72d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions applicationinsights.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
"sampling": {
"percentage": 100,
"overrides": [
{
"telemetryType": "request",
"attributes": [
{
"key": "url.path",
"value": "/api/users/me.*",
"matchType": "regexp"
}
],
"percentage": 10
},
{
"telemetryType": "dependency",
"attributes": [
Expand Down
11 changes: 11 additions & 0 deletions applicationinsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
],
"percentage": 5
},
{
"telemetryType": "request",
"attributes": [
{
"key": "url.path",
"value": "/api/users/me.*",
"matchType": "regexp"
}
],
"percentage": 1
},
{
"telemetryType": "request",
"attributes": [
Expand Down

0 comments on commit 59f72d0

Please sign in to comment.