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
## 2. Installing the OpenTelemetry Collector Contrib distribution
18
124
19
125
Install the `.deb` package using `dpkg`. Not we are installing as root. Take a look at the Output tab in the box below to see what the exmple output of a successful install will look like:
@@ -163,4 +269,4 @@ Splunk does provide its own, fully supported, distribution of the OpenTelemetry
163
269
164
270
- The Splunk Distribution of the OpenTelemetry Collector is production tested; it is in use by a number of customers in their production environments.
165
271
- Customers that use our distribution can receive direct help from official Splunk support within SLA's.
166
-
- Customers can use or migrate to the Splunk Distribution of the OpenTelemetry Collector without worrying about future breaking changes to its core configuration experience for metrics and traces collection (OpenTelemetry logs collection configuration is in beta). There may be breaking changes to the Collector's own metrics.
272
+
- Customers can use or migrate to the Splunk Distribution of the OpenTelemetry Collector without worrying about future breaking changes to its core configuration experience for metrics and traces collection (OpenTelemetry logs collection configuration is in beta). There may be breaking changes to the Collector's own metrics.
Copy file name to clipboardExpand all lines: content/en/conf/opentelemetry-collector/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ alwaysopen: false
10
10
11
11
Adopting OpenTelemetry within your organisation can bring issues such as dealing with metric naming changes, rollout, and where to start. In this workshop, we will be focusing on using the OpenTelemetry collector and starting with the fundamentals of configuring the receivers, processors, and exporters ready to use with Splunk Cloud. The journey will take attendees from novices to being able to start adding custom components to help solve for their business observability needs for their distributed platform.
12
12
13
+
Throughout the workshop there will be **🥷 Ninja** sections that will be more hands on and go into further technical detail that you can explore within the workshop or in your own time. Please note that the content in these sections may go out of date due to the frequent development being made to the Open Telemetry project. Links will be provided in the event details are out of sync, please let us know if you spot something that needs updating.
14
+
13
15
### Target Audience
14
16
15
17
This talk is for developers and system administrators who are interested in learning more about architecture and deployment of the OpenTelemetry Collector.
0 commit comments