Skip to content

Commit

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

0 comments on commit f8ed805

Please sign in to comment.