Skip to content

Commit 0bb33b2

Browse files
committed
OBSDOCS-1097: Add more two callouts in the File Storage Extension section
1 parent 6ada376 commit 0bb33b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)