We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10eeae commit cf7b4c3Copy full SHA for cf7b4c3
.github/scripts/find-all-config-properties.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash -e
2
3
-grep -Pohr --include '*.java' --exclude-dir=test \"otel.instrumentation.[^\"]+\" \
+grep -Eohr --include '*.java' --exclude-dir="test*" \"otel.instrumentation.[^\"]+\" \
4
| grep -v otel.instrumentation.internal \
5
| sort -u
0 commit comments