Skip to content

Commit

Permalink
Merge pull request #1177 from splunk/repo-sync
Browse files Browse the repository at this point in the history
Pulling refs/heads/main into main
  • Loading branch information
theletterf authored Feb 13, 2024
2 parents aaf59f9 + 23c9f34 commit 0cb7d92
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gdi/opentelemetry/components/signalfx-exporter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ The following example instructs the exporter to send only the ``cpu.interrupt``

.. code-block:: yaml
exporters:
signalfx:
include_metrics:
Expand Down Expand Up @@ -288,6 +287,15 @@ Translation rules currently allow the following actions:

.. include:: /_includes/gdi/default-translation-metrics.rst

.. _drop-histogram-metrics:

Drop histogram metrics
===================================================

In case of high cardinality metrics, dropping histogram buckets might be useful. To drop histogram metrics, set ``drop_histogram_buckets`` to ``true``.

When ``drop_histogram_buckets`` is activated, histogram buckets are dropped instead of being translated to datapoints with the ``_bucket`` suffix. Only datapoints with ``_sum``, ``_count``, ``_min``, and ``_max`` are sent through the exporter.

.. _signalfx-exporter-settings:

Settings
Expand Down

0 comments on commit 0cb7d92

Please sign in to comment.