Skip to content

Commit 0ec9de1

Browse files
committed
up
1 parent 70579e2 commit 0ec9de1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

smoke-tests/apps/SamplingOverrides/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/SamplingOverrides4Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void testSampling() throws Exception {
5555
.getItemsEnvelopeDataType("RequestData")
5656
.forEach(
5757
item -> {
58-
assertThat(item.getSampleRate()).isEqualTo(2);
58+
assertThat(item.getSampleRate()).isEqualTo(50);
5959
});
6060
testing
6161
.mockedIngestion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"attributes": [
2424
{
2525
"key": "db.statement",
26-
"value": "select count(*) from abc",
26+
"value": "select * from abc",
2727
"matchType": "strict"
2828
}
2929
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"attributes": [
2424
{
2525
"key": "db.statement",
26-
"value": "select count(*) from abc",
26+
"value": "select * from abc",
2727
"matchType": "strict"
2828
}
2929
],

0 commit comments

Comments
 (0)