Skip to content

View Details About a OpenTelemetry Collector - Doc created #5419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions docs/send-data/opentelemetry-collector/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ In this section, we'll introduce the following concepts:
</a>
<p>Collect logs, metrics, and tracing data, as well as how to add configurations for the OpenTelemetry collector.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/send-data/opentelemetry-collector/remote-management/">
<img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/>
<h4>Remote Management</h4>
</a>
<p>Learn about remote management of OpenTelemetry collectors.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/send-data/opentelemetry-collector/view-opentelemetry-collection-page">
<img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/>
<h4>View Details About an OpenTelemetry Collector</h4>
</a>
<p>Learn how to view details about an OpenTelemetry Collector.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
Expand Down Expand Up @@ -61,19 +79,19 @@ In this section, we'll introduce the following concepts:
<a href="/docs/send-data/opentelemetry-collector/troubleshooting"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Troubleshooting</h4></a>
<p>Find solutions to common issues with the OpenTelemetry collector.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/send-data/opentelemetry-collector/sumo-logic-opentelemetry-vs-opentelemetry-upstream-relationship"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Sumo Logic OTel</h4></a>
<p>Understand the relationship between the Sumo Logic OpenTelemetry Collector and the OpenTelemetry upstream project.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/send-data/opentelemetry-collector/faq"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>FAQ</h4></a>
<p>Find answers to frequently asked questions about the OpenTelemetry collector.</p>
</div>
</div>
<div className="box smallbox card">
<div className="container">
<a href="/docs/send-data/opentelemetry-collector/sumo-logic-opentelemetry-vs-opentelemetry-upstream-relationship"><img src={useBaseUrl('img/send-data/otel-color.svg')} alt="OTel thumbnail icon" width="25"/><h4>Sumo Logic OTel</h4></a>
<p>Understand the relationship between the Sumo Logic OpenTelemetry Collector and the OpenTelemetry upstream project.</p>
</div>
</div>
</div>

## Additional resources
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
id: view-opentelemetry-collection-page
title: View Details About an OpenTelemetry Collector
description: Learn how to view details about an OpenTelemetry Collector.
---

import useBaseUrl from '@docusaurus/useBaseUrl';

To view details about an OpenTelemetry Collector:

1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu select **Manage Data > Collection > OpenTelemetry Collector**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Collection** select **OpenTelemetry Collector**. You can also click the **Go To...** menu at the top of the screen and select **OpenTelemetry Collector**. <br/><img src={useBaseUrl('img/send-data/opentelemetry-collection-page.png')} alt="opentelemetry-collection-page" style={{border:'1px solid gray'}} width="1000"/>
- **Name**. Name of the OpenTelemetry Collector.
- **Health**. Displays the health status of the collector.
- **Operating System**. Displays the operating system where the collector is installed.
- **Collector Tags**. Displays the tags linked with the selected collector, which helps in searching and managing the collector.
- **Source Templates**. Shows the number of source templates linked with the selected collector.
- **IP Address**. Displays the IP address where the collector is running.
- **Log Messages (-1h)**. Dsiplays the histogram which shows the data ingested in last one hour. Dashed line indicates there was no data ingestion in last hour.
- **Last Modified**. Timestamp when the collector was last modified.
1. Click on the desired collector.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collection-details-page.png')} alt="opentelemetry-collection-details-page" style={{border:'1px solid gray'}} width="400"/>
- **Basic Info**
- **Name**. Name of the OpenTelemetry Collector.
- **Collector Version**. The collector version with which the collector was created.
- **Source Templates**. Displays the number of source templte
- **Health**. Displays the health status of the collector.
- **Time Zone**. By default, time zone is set to UTC.
- **Collector Tags**. Displays the tags linked with the selected collector, which helps in searching and managing the collector. To add or edit the tags, refer to the [Collector Tags](/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates/#collector-tags).
- **Data Ingested**. Displays the histogram which shows the data ingested in last hour.
:::note
Timestamps will be recorded at 5-minute intervals in the histogram. Any data ingested between two timestamps will be rounded down to the nearest previous timestamp. For example, if data is ingested at 1:23:58, it will be rounded down to the timestamp of 1:20:00.
:::
- **System Information**. Displays the operating system, OS version, IP Address, and Host name of the user who created the collector.
- **Audit Logs**. Records the collector changes. Click on **View Details** to view the changes.
- **Collector ID**. Unique ID for the selected collector.
- **Last Modified**. Timestamp when the collector was last modified.
- **Created**. Timestamp when the collector was created.
- **Source Templates**. Displays all the source configuration linked with the collector.
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ module.exports = {
'send-data/opentelemetry-collector/remote-management/troubleshooting',
],
},
'send-data/opentelemetry-collector/view-opentelemetry-collection-page',
'send-data/opentelemetry-collector/auto-discovery',
'send-data/opentelemetry-collector/performance-benchmarks',
'send-data/opentelemetry-collector/data-transformations',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.