Skip to content

Commit 027a960

Browse files
authored
update declarative config file version (#14593)
1 parent 41a549c commit 027a960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/methods/javaagent/src/declarativeConfigTest/resources/declarative-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file_format: "0.4"
1+
file_format: "1.0-rc.1"
22
instrumentation/development:
33
java:
44
methods:

instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/internal/DeclarativeConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DeclarativeConfigTest {
3131
@Test
3232
void endToEnd() {
3333
String yaml =
34-
"file_format: \"0.4\"\n"
34+
"file_format: \"1.0-rc.1\"\n"
3535
+ "tracer_provider:\n"
3636
+ "resource:\n"
3737
+ " attributes:\n"

0 commit comments

Comments
 (0)