File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22# The structure and contents are a work in progress and subject to change.
33# For more information see: https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13468
44
5+ file_format : 0.1
6+
57libraries :
68 activej :
79 - name : activej-http-6.0
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ public static void main(String[] args) throws IOException {
4343 writer .write ("# The structure and contents are a work in progress and subject to change.\n " );
4444 writer .write (
4545 "# For more information see: https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13468\n \n " );
46+ writer .write ("file_format: 0.1\n \n " );
4647 YamlHelper .generateInstrumentationYaml (modules , writer );
4748 }
4849
You can’t perform that action at this time.
0 commit comments