Update config properties script (#13486)
This commit is contained in:
parent
f623564e04
commit
dd05ebb2cb
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
grep -Pohr --include '*.java' --exclude-dir=test \"otel.instrumentation.[^\"]+\" \
|
||||
grep -Eohr --include '*.java' --exclude-dir="test*" \"otel.instrumentation.[^\"]+\" \
|
||||
| grep -v otel.instrumentation.internal \
|
||||
| sort -u
|
||||
|
|
Loading…
Reference in New Issue