diff --git a/observability/otel/otel-collector/otel-collector-extensions.adoc b/observability/otel/otel-collector/otel-collector-extensions.adoc index a3df12449e4f..f047f9aa24a9 100644 --- a/observability/otel/otel-collector/otel-collector-extensions.adoc +++ b/observability/otel/otel-collector/otel-collector-extensions.adoc @@ -119,7 +119,7 @@ include::snippets/technology-preview.adoc[] [id="filestorage-extension_{context}"] == File Storage Extension -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. +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. :FeatureName: The File Storage Extension include::snippets/technology-preview.adoc[] @@ -142,10 +142,10 @@ include::snippets/technology-preview.adoc[] exporters: otlp: sending_queue: - storage: file_storage/all_settings + storage: file_storage/all_settings # <7> service: - extensions: [file_storage/all_settings] + extensions: [file_storage/all_settings] # <8> pipelines: traces: receivers: [otlp] @@ -158,6 +158,8 @@ include::snippets/technology-preview.adoc[] <4> Specifies the directory in which the compactor stores the telemetry data. <5> Defines the maximum size of the compaction transaction. To ignore the transaction size, set to zero. If omitted, the default is `+65536+` bytes. <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. +<7> Buffers the OTLP Exporter data on the local file system. +<8> Starts the File Storage Extension by the Collector. [id="oidcauth-extension_{context}"] == OIDC Auth Extension