You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
:description: Describes the architecture and components of the Splunk Distribution of the OpenTelemetry Collector for Kubernetes.
9
11
10
-
See an overview of the Helm architecture of the Splunk Distribution of the OpenTelemetry Collector for Kubernetes.
11
-
12
-
.. _helm-chart-components:
13
-
14
-
Helm chart components
15
-
==============================================
16
-
17
12
The Helm chart for the Collector has three components: agent, cluster receiver, and gateway (optional).
18
13
19
-
For use cases about the different components, see the GitHub documentation :new-page:`Splunk OpenTelemetry Collector Helm Chart Components: Use Cases <https://github.com/jvoravong/splunk-otel-collector-chart/blob/Feature-components-doc/docs/components.md#use-cases>`.
14
+
.. note:: For use cases about the different components, see the GitHub documentation :new-page:`Splunk OpenTelemetry Collector Helm Chart Components: Use Cases <https://github.com/jvoravong/splunk-otel-collector-chart/blob/Feature-components-doc/docs/components.md#use-cases>`.
20
15
21
16
Agent component
22
-
------------------------------------------------
17
+
==============================================
23
18
24
19
The agent component is deployed to each node in the Kubernetes cluster as a DaemonSet, and monitors all the data sources within each node.
25
20
@@ -41,7 +36,7 @@ The agent component consists of the following config files:
41
36
* Used for internal communication within the cluster or for exposing specific metrics or health endpoints.
42
37
43
38
Cluster receiver component
44
-
------------------------------------------------
39
+
==============================================
45
40
46
41
The cluster receiver component runs as a single pod in the cluster created by a deployment, and collects data from a single location. Use this component in scenarios where telemetry data is available from a cluster-wide service or endpoint.
47
42
@@ -68,7 +63,7 @@ The cluster receiver component consists of the following config files:
68
63
* Associated with a StatefulSet and used for load balancing, internal communication, or exposing specific endpoints.
69
64
70
65
Gateway component (optional)
71
-
------------------------------------------------
66
+
==============================================
72
67
73
68
The gateway component serves as an intermediary. It receives, processes, enriches, and forwards data, enhancing data exportation. Use it primarily in larger clusters to scale monitoring capabilities.
74
69
@@ -94,51 +89,3 @@ The gateway component consists of the following config files:
94
89
* Defines a Pod Disruption Budget (PDB) for the gateway.
95
90
* Ensures that a certain number or percentage of replicas of the gateway remain available during voluntary disruptions.
96
91
97
-
.. _helm-chart-releases:
98
-
99
-
Helm chart releases
100
-
==============================================
101
-
102
-
Here's a list of the main chart binaries, images and dependencies available in Splunk Observability Cloud's GitHub. You can use them, for instance, in air gapped environments, push them manually to your own registry, and test them out.
:description: Lists Helm releases and charts for the Splunk Distribution of the OpenTelemetry Collector for Kubernetes.
9
+
10
+
Here's a list of the main chart binaries and images available in Splunk Observability Cloud's GitHub. For example, in air gapped environments, you can use push them manually to your own registry and test them out.
11
+
12
+
.. _helm-chart-releases:
13
+
14
+
Helm chart releases
15
+
==============================================
16
+
17
+
Here's a list of the main chart releases available for the Splunk Distribution of the OpenTelemetry Collector for Kubernetes.
0 commit comments