Update config properties script (#13486)

This commit is contained in:
Trask Stalnaker 2025-03-12 12:36:00 -07:00 committed by GitHub
parent f623564e04
commit dd05ebb2cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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