Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d23a869

Browse files
Merge pull request #2376 from splunk/urbiz-OD6197-more-fixes
[6197]: UI tweaks
2 parents 548e9bc + 1efbdd8 commit d23a869

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

gdi/monitors-hosts/apache-tomcat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Apache Tomcat
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the Collectd Tomcat monitor. See benefits, install, configuration, and metrics.
88

9-
The :ref:`Splunk Distribution of the OpenTelemetry Collector <otel-intro>` uses the :ref:`Smart Agent receiver <smartagent-receiver>` with the Collectd Tomcat monitor type to monitor Tomcat. You must activate JMX Remote to monitor Tomcat remotely. See :ref:`GenericJMX <genericjmx>` for more information.
9+
The :ref:`Splunk Distribution of the OpenTelemetry Collector <otel-intro>` uses the :ref:`Smart Agent receiver <smartagent-receiver>` with the Collectd Tomcat monitor type to monitor Tomcat. You must activate JMX Remote to monitor Tomcat remotely. See :ref:`GenericJMX <genericjmx>` for more information.
1010

1111
This integration is only available on Kubernetes and Linux.
1212

gdi/monitors-network/statsd.rst

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,37 @@ Statsd
88

99
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``statsd`` monitor type to collect statsd metrics. It listens on a configured address and port to receive the statsd metrics.
1010

11-
This integration supports the ``Counter``, ``Timer``, ``Gauge``, and
12-
``Set`` types, which are dispatched as the Splunk Observability Cloud
13-
types ``counter``, ``gauge``, ``gauge``, and ``gauge`` respectively.
14-
Statsd extensions such as tags are not supported.
11+
This integration supports certain Stats types, which are dispatched as ``counter`` or ``gauges`` types in Splunk Observability Cloud, as displayed in the table. Statsd extensions such as tags are not supported.
12+
13+
.. list-table::
14+
:widths: 50 50
15+
:width: 100%
16+
:header-rows: 1
17+
18+
-
19+
20+
- Statsd type
21+
- Splunk Observability Cloud type
22+
23+
-
24+
25+
- ``Counter``
26+
- ``counter``
27+
28+
-
29+
30+
- ``Timer``
31+
- ``counter``
32+
33+
-
34+
35+
- ``Gauge``
36+
- ``gauge``
37+
38+
-
39+
40+
- ``Set``
41+
- ``gauge``
1542

1643
This integration is available for Kubernetes and Linux.
1744

0 commit comments

Comments
 (0)