Skip to content

Commit b0ee436

Browse files
committed
Add file format versioning
1 parent 4595a3a commit b0ee436

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/instrumentation-list.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
57
libraries:
68
activej:
79
- name: activej-http-6.0

instrumentation-docs/src/main/java/io/opentelemetry/instrumentation/docs/DocGeneratorApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)