find-all-config-properties.sh 155 B

12345
  1. #!/bin/bash -e
  2. grep -Pohr --include '*.java' --exclude-dir=test \"otel.instrumentation.[^\"]+\" \
  3. | grep -v otel.instrumentation.internal \
  4. | sort -u