Skip to content

Commit a7c75b1

Browse files
committed
auto_instrumenttation.
1 parent 1b380ea commit a7c75b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

validator/src/main/resources/expected-data-template/java/eks/rds-mysql-trace.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"aws": {
1414
"account_id": "^{{accountId}}$",
1515
"xray": {
16-
"auto_instrumentation": true,
16+
"auto_instrumentation": "^(true|false)$",
1717
"sdk": "^opentelemetry for"
1818
}
1919
},
@@ -42,7 +42,7 @@
4242
"aws": {
4343
"account_id": "^{{accountId}}$",
4444
"xray": {
45-
"auto_instrumentation": true,
45+
"auto_instrumentation": "^(true|false)$",
4646
"sdk": "^opentelemetry for"
4747
}
4848
},

0 commit comments

Comments
 (0)