@@ -131,7 +131,8 @@ logger_provider:
131131 # Configure exporter.
132132 exporter :
133133 # Configure exporter to be OTLP with file transport.
134- otlp_file :
134+ # This type is in development and subject to breaking changes in minor versions.
135+ otlp_file/development :
135136 # Configure output stream.
136137 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
137138 # If omitted or null, stdout is used.
@@ -141,7 +142,8 @@ logger_provider:
141142 # Configure exporter.
142143 exporter :
143144 # Configure exporter to be OTLP with file transport.
144- otlp_file :
145+ # This type is in development and subject to breaking changes in minor versions.
146+ otlp_file/development :
145147 # Configure output stream.
146148 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
147149 # If omitted or null, stdout is used.
@@ -325,7 +327,8 @@ meter_provider:
325327 # Configure exporter.
326328 exporter :
327329 # Configure exporter to be OTLP with file transport.
328- otlp_file :
330+ # This type is in development and subject to breaking changes in minor versions.
331+ otlp_file/development :
329332 # Configure output stream.
330333 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
331334 # If omitted or null, stdout is used.
@@ -341,7 +344,8 @@ meter_provider:
341344 # Configure exporter.
342345 exporter :
343346 # Configure exporter to be OTLP with file transport.
344- otlp_file :
347+ # This type is in development and subject to breaking changes in minor versions.
348+ otlp_file/development :
345349 # Configure output stream.
346350 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
347351 # If omitted or null, stdout is used.
@@ -548,7 +552,8 @@ tracer_provider:
548552 # Configure exporter.
549553 exporter :
550554 # Configure exporter to be OTLP with file transport.
551- otlp_file :
555+ # This type is in development and subject to breaking changes in minor versions.
556+ otlp_file/development :
552557 # Configure output stream.
553558 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
554559 # If omitted or null, stdout is used.
@@ -558,7 +563,8 @@ tracer_provider:
558563 # Configure exporter.
559564 exporter :
560565 # Configure exporter to be OTLP with file transport.
561- otlp_file :
566+ # This type is in development and subject to breaking changes in minor versions.
567+ otlp_file/development :
562568 # Configure output stream.
563569 # Values include stdout, or scheme+destination. For example: file:///path/to/file.jsonl.
564570 # If omitted or null, stdout is used.
0 commit comments