Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
15 changes: 0 additions & 15 deletions apm/apm-spans-traces/span-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,4 @@ For more information on the ingest API endpoints, see :new-page:`Send APM traces

.. note:: You can also send trace data in OTLP format directly to Splunk Observability Cloud using the gRPC endpoint, either directly or from an OpenTelemetry Collector. See :ref:`grpc-data-ingest`.

.. _apm-formats-smart-agent:

Span formats compatible with the Smart Agent (deprecated)
============================================================

The Smart Agent can receive the following span formats with the ``signalfx-forwarder`` monitor:

- Jaeger: gRPC and Thrift
- Zipkin v1, v2 JSON

The Smart Agent can export the following span formats using the ``writer`` exporter:

- Zipkin v1, v2 JSON
- SAPM

To configure the Smart Agent for Splunk APM, see :ref:`smart-agent`.
3 changes: 1 addition & 2 deletions gdi/monitors-databases/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ The following table shows the configuration options for the
- no
- ``list of strings``
- List of databases to send database-specific metrics about. If
omitted, metrics about all databases will be sent. This is an
:ref:`overridable set <filtering-smart-agent>`
omitted, metrics about all databases will be sent.
(**default:** ``[*]``)
-

Expand Down
6 changes: 2 additions & 4 deletions gdi/monitors-hosts/filesystems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ The following table shows the configuration options for this monitor.
- ``fsTypes``
- no
- ``list of strings``
- The filesystem types to include. This is an
:ref:`overridable set <filtering-smart-agent>` If this is
- The filesystem types to include. If this is
not set, the default value is the set of all
**non-logical/virtual filesystems** on the system. On Linux
this list is determined by reading the ``/proc/filesystems``
Expand All @@ -117,8 +116,7 @@ The following table shows the configuration options for this monitor.
- ``mountPoints``
- no
- ``list of strings``
- The mount paths to include/exclude. This is an
:ref:`overridable set <filtering-smart-agent>` **Note**:
- The mount paths to include/exclude. **Note**:
If you are using the hostFSPath option, do not include the
``/hostfs/`` mount in the filter. If both this and ``fsTypes``
are specified, the two filters combine in an AND relationship.
Expand Down
3 changes: 1 addition & 2 deletions gdi/monitors-network/net-io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ integration:
- ``interfaces``
- no
- ``list of strings``
- The network interfaces to send metrics about. This is an
:ref:`overridable set <filtering-smart-agent>`
- The network interfaces to send metrics about.
(**default:**
``[* !/^lo\d*$/ !/^docker.*/ !/^t(un|ap)\d*$/ !/^veth.*$/ !/^Loopback*/]``)

Expand Down
Loading
Loading