Skip to content

Commit 6c8c593

Browse files
Merge pull request #79739 from max-cx/OBSDOCS-1097
OBSDOCS-1097: Add more two callouts in the File Storage Extension section
2 parents 168171a + 929c42f commit 6c8c593

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

observability/otel/otel-collector/otel-collector-extensions.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ include::snippets/technology-preview.adoc[]
119119
[id="filestorage-extension_{context}"]
120120
== File Storage Extension
121121

122-
The File Storage Extension supports traces, metrics, and logs. This extension can persist the state to the local file system. This extension persists the sending queue for the OTLP exporters that are based on the HTTP and the gRPC protocols. This extension requires the read and write access to a directory. This extension can use a default directory, but the default directory must already exist.
122+
The File Storage Extension supports traces, metrics, and logs. This extension can persist the state to the local file system. This extension persists the sending queue for the OpenTelemetry Protocol (OTLP) exporters that are based on the HTTP and the gRPC protocols. This extension requires the read and write access to a directory. This extension can use a default directory, but the default directory must already exist.
123123

124124
:FeatureName: The File Storage Extension
125125
include::snippets/technology-preview.adoc[]
@@ -142,10 +142,10 @@ include::snippets/technology-preview.adoc[]
142142
exporters:
143143
otlp:
144144
sending_queue:
145-
storage: file_storage/all_settings
145+
storage: file_storage/all_settings # <7>
146146
147147
service:
148-
extensions: [file_storage/all_settings]
148+
extensions: [file_storage/all_settings] # <8>
149149
pipelines:
150150
traces:
151151
receivers: [otlp]
@@ -158,6 +158,8 @@ include::snippets/technology-preview.adoc[]
158158
<4> Specifies the directory in which the compactor stores the telemetry data.
159159
<5> Defines the maximum size of the compaction transaction. To ignore the transaction size, set to zero. If omitted, the default is `+65536+` bytes.
160160
<6> When set, forces the database to perform an `fsync` call after each write operation. This helps to ensure database integrity if there is an interruption to the database process, but at the cost of performance.
161+
<7> Buffers the OTLP Exporter data on the local file system.
162+
<8> Starts the File Storage Extension by the Collector.
161163

162164
[id="oidcauth-extension_{context}"]
163165
== OIDC Auth Extension

0 commit comments

Comments
 (0)