Skip to content

Commit 8a419aa

Browse files
authored
add wistia links to Otel collector docs (#5745)
1 parent 87dbbcd commit 8a419aa

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

docs/send-data/choose-collector-source.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,23 @@ The Installed Collector and OpenTelemetry Collector are two popular collectors u
7070

7171
**OpenTelemetry Collector**. The OpenTelemetry Collector is a single-agent management solution that runs on Linux, MacOS, Kubernetes, and Windows platforms. It supports sources such as Local File, Syslog, Host/Process Metrics, Streaming Metrics, and Transaction Tracing. However, it does not provide support for remote management or configuration, Ingest Budgets, Collector Management API, or CPU targets.
7272

73+
:::sumo Micro Lesson
74+
Watch this micro lesson to learn why OpenTelemetry collector should be your first choice.
75+
76+
<Iframe url="https://fast.wistia.net/embed/iframe/g078z3y6ux?web_component=true&seo=true&videoFoam=false"
77+
width="854px"
78+
height="480px"
79+
title="Micro Lesson: Benefits of choosing OpenTelemetry collector over Installed collector"
80+
id="wistiaVideo"
81+
className="video-container"
82+
display="initial"
83+
position="relative"
84+
allow="autoplay; fullscreen"
85+
allowfullscreen
86+
/>
87+
88+
:::
89+
7390
#### When to Choose Installed Collector vs. OpenTelemetry Collector
7491

7592
The following table shows the comparison between the Installed Collector and OpenTelemetry Collector based on their supported platforms and sources, and their ideal use cases.
@@ -140,7 +157,6 @@ The following table shows the comparison between the Installed Collector and Ope
140157
</tbody>
141158
</table>
142159

143-
144160
### Hosted Collectors
145161

146162
**Hosted Collectors** reside in the Cloud allowing for seamless collection from Amazon Web Services, Google, Microsoft, and many other Cloud services.
@@ -185,7 +201,6 @@ The following table shows the major differences between them.
185201
| <ul><li>Installed on a system within your deployment locally or remotely.</li><li>Sources collect data available in your deployment.</li><li>Easy to troubleshoot based on Collector logs.</li><li>Supports using Local Configuration File Management so you can use JSON files to configure Sources.</li></ul> | <ul><li>Hosted by Sumo Logic. Agentless: no software to install or activate on a system in your deployment.</li><li>Hosts Sources to collect seamlessly from AWS, Google, and Microsoft products.</li><li>Can receive logs and metrics uploaded via a URL.</li></ul> |
186202

187203

188-
189204
## Sumo Logic Sources
190205

191206
<img src={useBaseUrl('img/icons/operations/collect.png')} alt="icon" width="75"/>

docs/send-data/opentelemetry-collector/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,31 @@ description: OpenTelemetry Collector provides a unified and flexible solution fo
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
import Iframe from 'react-iframe';
89

910
The Sumo Logic OpenTelemetry (OTel) Collector is our next-generation collector, built on OpenTelemetry, that provides a single unified agent to send logs, metrics, traces, and metadata for Observability to Sumo Logic. This can help simplify and streamline the performance and behavior monitoring of complex distributed systems, making it easier to identify and diagnose issues and improve overall system reliability and efficiency.
1011

1112
What makes the Sumo Logic OTel Collector unique is its flexibility and scalability. It can be easily deployed as a containerized application on any cloud platform, and it supports a wide range of data sources, including AWS CloudWatch, Prometheus, and Jaeger. This means that organizations can use the collector to gain deeper visibility into their distributed systems, no matter where they are hosted.
1213

1314
Once the data is collected, the Sumo Logic platform provides powerful analytics capabilities, enabling users to gain insights into their applications and systems, troubleshoot issues, and optimize their operations. With its user-friendly interface and powerful features, the Sumo Logic OTel Collector is an ideal choice for organizations looking to gain a deeper understanding of their distributed systems and improve their overall performance and reliability.
1415

16+
:::sumo Micro Lesson
17+
Watch this micro lesson to learn more about the benefits of using OenTelemetry collector.
18+
19+
<Iframe url="https://fast.wistia.net/embed/iframe/c39eyz8shl?web_component=true&seo=true&videoFoam=false"
20+
width="854px"
21+
height="480px"
22+
title="Micro Lesson: Benefits of using OpenTelemetry collector"
23+
id="wistiaVideo"
24+
className="video-container"
25+
display="initial"
26+
position="relative"
27+
allow="autoplay; fullscreen"
28+
allowfullscreen
29+
/>
30+
31+
:::
32+
1533
## Guides
1634

1735
In this section, we'll introduce the following concepts:

0 commit comments

Comments
 (0)