Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/main into main #1177

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading