Skip to content

Commit

Permalink
Updated app insights config (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblackmoor authored Oct 28, 2024
1 parent 9476829 commit 828503d
Showing 1 changed file with 53 additions and 5 deletions.
58 changes: 53 additions & 5 deletions lib/applicationinsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,79 @@
"key": "http.url",
"value": "https?://[^/]+/health.*",
"matchType": "regexp"
},
{
"key": "name",
"value": ".*run.*",
"matchType": "regexp"
},
{
"key": "name",
"value": ".*process.*",
"matchType": "regexp"
}
],
"percentage": 1
"percentage": 0
},
{
"telemetryType": "dependency",
"attributes": [
{
"key": "name",
"value": "Azure blob: bulkscan[^.]+/[^.]+",
"value": ".*BlobStorage.*",
"matchType": "regexp"
}
],
"percentage": 1
"percentage": 0
},
{
"telemetryType": "dependency",
"attributes": [
{
"key": "type",
"value": "postgresql",
"matchType": "exact"
}
],
"percentage": 0
},
{
"telemetryType": "dependency",
"attributes": [
{
"key": "name",
"value": "^AzureBlobStorage(?:Cont\\.listBlobFlatSegment|Blob\\.getProperties)$",
"value": ".*ServiceBus.*",
"matchType": "regexp"
}
],
"percentage": 0
},
{
"telemetryType": "dependency",
"attributes": [
{
"key": "type",
"value": "Azure blob",
"matchType": "exact"
}
],
"percentage": 0
},
{
"telemetryType": "trace",
"attributes": [
{
"key": "name",
"value": ".*run.*",
"matchType": "regexp"
},
{
"key": "name",
"value": ".*process.*",
"matchType": "regexp"
}
],
"percentage": 1
"percentage": 0
}
]
}
Expand Down

0 comments on commit 828503d

Please sign in to comment.