Browse Source

Add script to help with doc (#6430)

* Add script to help with doc

* better
Trask Stalnaker 2 years ago
parent
commit
865a4bbd43
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/scripts/find-all-config-properties.sh

+ 5 - 0
.github/scripts/find-all-config-properties.sh

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