diff --git a/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json b/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json index 8a8c3730ac3..94cb559dad9 100644 --- a/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json +++ b/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights.json @@ -10,7 +10,7 @@ "sampling": { "overrides": [ { - "telemetryKind": "request", + "telemetryType": "request", "attributes": [ { "key": "http.url", @@ -22,7 +22,7 @@ "id": "filter out health check" }, { - "telemetryKind": "dependency", + "telemetryType": "dependency", "attributes": [ { "key": "db.statement", @@ -34,7 +34,7 @@ "id": "filter out noisy jdbc" }, { - "telemetryKind": "trace", + "telemetryType": "trace", "percentage": 100 } ] diff --git a/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights2.json b/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights2.json index 9027191d1e5..a7dd3460c39 100644 --- a/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights2.json +++ b/smoke-tests/apps/SamplingOverrides/src/smokeTest/resources/applicationinsights2.json @@ -10,7 +10,7 @@ "sampling": { "overrides": [ { - "telemetryKind": "request", + "telemetryType": "request", "attributes": [ { "key": "http.url",