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

Commit c409a30

Browse files
Merge pull request #2369 from splunk/urbiz-OD6197-gdi-ui-preps
[6197]: GDI UI - Fixing spaces and format
2 parents 642c5ad + 823faa0 commit c409a30

27 files changed

+36
-88
lines changed

gdi/monitors-cache/opcache.rst

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

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
10-
``collectd/opcache`` monitor type to retrieve metrics from OPcache using
11-
the ``opcache_get_status()`` function, which improves PHP performance by
12-
storing precompiled script bytecode in shared memory.
9+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``collectd/opcache`` monitor type to retrieve metrics from OPcache using the ``opcache_get_status()`` function, which improves PHP performance by storing precompiled script bytecode in shared memory.
1310

1411
This integration is available on Kubernetes and Linux.
1512

gdi/monitors-databases/apache-spark.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ endpoints:
1717
- Mesos
1818
- Hadoop YARN
1919

20-
This collectd plugin is not compatible with Kubernetes cluster mode. You need
21-
to select distinct monitor configurations and discovery rules
22-
for primary and worker processes. For the primary configuration, set
23-
``isMaster`` to ``true``. When you run Apache Spark on Hadoop YARN, this
24-
integration can only report application metrics from the primary node.
20+
This collectd plugin is not compatible with Kubernetes cluster mode. You need to select distinct monitor configurations and discovery rules for primary and worker processes. For the primary configuration, set ``isMaster`` to ``true``. When you run Apache Spark on Hadoop YARN, this integration can only report application metrics from the primary node.
2521

2622
This integration is only available on Linux.
2723

gdi/monitors-databases/etcd.rst

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

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
10-
etcd monitor type to report etcd server metrics under the ``/metrics``
11-
path on its client port. Optionally, you can ediy location using
12-
``--listen-metrics-urls``. This integration only collects metrics from
13-
the Prometheus endpoint.
9+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the etcd monitor type to report etcd server metrics under the ``/metrics`` path on its client port. Optionally, you can edit the location using ``--listen-metrics-urls``. This integration only collects metrics from the Prometheus endpoint.
1410

1511
Benefits
1612
--------

gdi/monitors-databases/hadoop.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hadoop
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the hadoop monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1010
Hadoop monitor type to collect metrics from the following components of
1111
a Hadoop 2.0 or higher cluster:
1212

@@ -17,8 +17,7 @@ a Hadoop 2.0 or higher cluster:
1717
- MapReduce Jobs
1818

1919
This integration uses the REST API. If a remote JMX port is exposed in
20-
the Hadoop cluster, then you can also configure the ``hadoopjmx``
21-
monitor to collect additional metrics about the Hadoop cluster.
20+
the Hadoop cluster, then you can also configure the ``hadoopjmx`` monitor to collect additional metrics about the Hadoop cluster.
2221

2322
This integration is only available on Kubernetes and Linux.
2423

gdi/monitors-databases/logparser.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Logparser
77

88
:description: Use this Splunk Observability Cloud integration for the telegraf/logparser plugin monitor. See benefits, install, configuration, and metrics.
99

10-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
11-
``telegraf/logparser`` monitor type to tail log files.
10+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``telegraf/logparser`` monitor type to tail log files.
1211

1312
This integration is based on the Telegraf logparser plugin, and all
1413
emitted metrics have the plugin dimension set to ``telegraf-logparser``.

gdi/monitors-databases/logstash.rst

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

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
10-
``logstash`` monitor type to monitor the health and performance of
11-
Logstash deployments through Logstash Monitoring APIs.
9+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``logstash`` monitor type to monitor the health and performance of Logstash deployments through Logstash Monitoring APIs.
1210

1311
Installation
1412
------------

gdi/monitors-databases/postgresql.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ PostgreSQL (deprecated)
1212

1313
To monitor your PostgreSQL databases you can use the native OpenTelemetry PostgreSQL receiver instead. See more at :ref:`postgresql-receiver`.
1414

15-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
16-
``postgresql`` monitor type to pull metrics from all PostgreSQL
17-
databases from a specific Postgres server instance using SQL queries.
15+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``postgresql`` monitor type to pull metrics from all PostgreSQL databases from a specific Postgres server instance using SQL queries.
1816

1917
Configuration settings
2018
----------------------

gdi/monitors-databases/redis.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Redis (deprecated)
1010

1111
To monitor your Redis databases, you can instead use the native OpenTelemetry Redis receiver. To learn more, see :ref:`redis-receiver`.
1212

13-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
14-
``redis`` monitor type to capture the following metrics:
13+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``redis`` monitor type to capture the following metrics:
1514

1615
- Memory used
1716
- Commands processed per second

gdi/monitors-gitlab/gitlab.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ This integration allows you to monitor the following:
2424
- GitLab Sidekiq: It scrapes the Gitlab Sidekiq Prometheus Exporter.
2525
- GitLab Unicorn server: It comes with a Prometheus exporter. The IP
2626
address of the container or host needs to be allowed for the
27-
collector to access the endpoint. See the ``IP allowlist``
28-
documentation on GitLab Docs for more information.
27+
collector to access the endpoint. See the ``IP allowlist`` documentation on GitLab Docs for more information.
2928
- GitLab Webservice: It provides the GitLab Rails webserver with two Webservice workers per pod.
3029
- GitLab Workhorse: The GitLab service that handles slow HTTP requests.
3130
Workhorse includes a built-in Prometheus exporter that this monitor

gdi/monitors-hosts/collectd-plugin.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Collectd custom plugin
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the Collectd custom plugin monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
10-
``collectd/custom`` monitor type to customize the collectd configuration
11-
of your managed collectd instances.
9+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``collectd/custom`` monitor type to customize the configuration of your managed collectd instances.
1210

1311
This integration is only available on Kubernetes and Linux.
1412

@@ -128,7 +126,7 @@ integration:
128126
Metrics
129127
-------
130128

131-
The Splunk Distribution of OpenTelemetry Collector does not do any
129+
The Splunk Distribution of the OpenTelemetry Collector does not do any
132130
built-in filtering of metrics coming out of this integration.
133131

134132
Troubleshooting

0 commit comments

Comments
 (0)