Skip to content

Commit

Permalink
Merge pull request #1612 from splunk/repo-sync
Browse files Browse the repository at this point in the history
Pulling refs/heads/main into main
  • Loading branch information
aurbiztondo-splunk authored Nov 22, 2024
2 parents f1cb114 + 96a4f79 commit f9da15c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gdi/opentelemetry/components/memory-limiter-processor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ To activate the resource processor, add ``memory_limiter`` to the ``processors``

Define the ``memory_limiter`` as the first processor in the pipeline, immediately after the receivers, to ensure that backpressure can be sent to applicable receivers, and to minimize the likelihood of dropped data when ``memory_limiter`` gets triggered.

Along with the ``memory_limiter`` processor, it's highly recommended to configure the Ballast extension as well on every Collector. The ballast should be configured to be 1/3 to 1/2 of the memory allocated to the Collector.

See the following example:

.. code-block:: yaml
processors:
memory_limiter:
check_interval: 1s
Expand All @@ -53,7 +50,6 @@ To complete the configuration, include the processor in any pipeline of the ``se

.. code-block:: yaml
service:
pipelines:
metrics:
Expand Down

0 comments on commit f9da15c

Please sign in to comment.