Skip to content

Commit 28f6114

Browse files
authored
Update tests to use new property (#2537)
1 parent 6bc8309 commit 28f6114

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sampling": {
1111
"overrides": [
1212
{
13-
"telemetryKind": "request",
13+
"telemetryType": "request",
1414
"attributes": [
1515
{
1616
"key": "http.url",
@@ -22,7 +22,7 @@
2222
"id": "filter out health check"
2323
},
2424
{
25-
"telemetryKind": "dependency",
25+
"telemetryType": "dependency",
2626
"attributes": [
2727
{
2828
"key": "db.statement",
@@ -34,7 +34,7 @@
3434
"id": "filter out noisy jdbc"
3535
},
3636
{
37-
"telemetryKind": "trace",
37+
"telemetryType": "trace",
3838
"percentage": 100
3939
}
4040
]

smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sampling": {
1111
"overrides": [
1212
{
13-
"telemetryKind": "request",
13+
"telemetryType": "request",
1414
"attributes": [
1515
{
1616
"key": "http.url",

0 commit comments

Comments
 (0)