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
The OpenTelemetry Collector is a vendor-agnostic way to receive, process, and export telemetry data. It supports various data formats and protocols, making it easy to collect and distribute your observability data.
4
+
5
+
## Setup
6
+
7
+
The OpenShift templates are located in the chart directory and can be compared with the OC cluster using Helm. For example, run cd chart && helm secrets diff upgrade to see if there is any drift between the current and desired state.
8
+
9
+
To install the OpenTelemetry Collector, run:
10
+
11
+
`helm install opentelemetry-collector .`
12
+
13
+
## Configuration
14
+
15
+
All the relevant configuration of the Opentelemetry Collector is store in the config map named collector-config in the same namespace where is running the pod.
16
+
17
+
## Building a new image
18
+
19
+
Push to this repository, then go to the build config in OC and start a new build.
20
+
21
+
Aditionally you can run `make start-opentelemetry-collector-build`.
0 commit comments