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

Commit 317386b

Browse files
Added missing template bits
1 parent d1d7bd3 commit 317386b

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

gdi/opentelemetry/components/redis-receiver.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ Redis receiver
77
.. meta::
88
:description: The Redis receiver retrieves Redis ``INFO`` data from a specific Redis instance and builds metrics from it.
99

10-
Get started
11-
======================
12-
13-
The Redis receiver is designed to retrieve Redis ``INFO`` data from a single Redis instance, build metrics from that data, and send them to the next consumer at a configurable interval.
14-
15-
Understand the Redis receiver and the ``INFO`` command
16-
----------------------------------------------------------------------
17-
18-
The Redis ``INFO`` command returns information and statistics about a Redis server. The Redis receiver extracts values from the result and converts them to OpenTelemetry metrics.
10+
The Redis receiver is designed to retrieve Redis ``INFO`` data from a single Redis instance, build metrics from that data, and send them to the next consumer at a configurable interval. The Redis ``INFO`` command returns information and statistics about a Redis server. The Redis receiver extracts values from the result and converts them to OpenTelemetry metrics.
1911

2012
For example, the Redis ``INFO`` command returns ``used_cpu_sys``, which indicates the system CPU consumed by the Redis server, expressed in seconds, since the start of the Redis instance. The Redis receiver turns this data into a gauge with a metric name of ``redis.cpu.time`` and a unit value of seconds.
2113

@@ -24,7 +16,21 @@ For more information, see :
2416
* :new-page:`Redis commands info <https://redis.io/commands/info>`
2517
* The list of Redis receiver metrics at :ref:`redis-receiver-metrics`
2618

27-
Configure the Redis receiver
19+
Get started
20+
======================
21+
22+
Follow these steps to configure and activate the component:
23+
24+
1. Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform:
25+
26+
- :ref:`otel-install-linux`
27+
- :ref:`otel-install-windows`
28+
- :ref:`otel-install-k8s`
29+
30+
2. Configure the receiver creator receiver as described in the next section.
31+
3. Restart the Collector.
32+
33+
Sample configuration
2834
----------------------------------------------------------------------
2935

3036
To activate the Redis receiver manually in the Collector configuration, add ``redis`` to the ``receivers`` section of your configuration file, as shown in the following example:

0 commit comments

Comments
 (0)