From 28f6114552a07b5e4b38d95bf4282e31b3cb0220 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 23 Sep 2022 14:25:31 -0700 Subject: [PATCH] Update tests to use new property (#2537) --- .../src/smokeTest/resources/applicationinsights.json | 6 +++--- .../src/smokeTest/resources/applicationinsights2.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",