opentelemetry-java-instrume.../.github/scripts/find-all-config-properties.sh

6 lines
158 B
Bash
Executable File

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