Skip to content

Commit 77095a8

Browse files
committed
iew Details About a OpenTelemetry Collector - Doc created
1 parent af0a951 commit 77095a8

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
id: view-opentelemetry-collection-page
3+
title: View Details About a OpenTelemetry Collector
4+
description: Learn how to view details about a OpenTelemetry Collector.
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
To view details about a OpenTelemetry Collector:
10+
11+
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"/>
12+
- **Name**. Name of the OpenTelemetry Collector.
13+
- **Health**. Displays the health status of the collector.
14+
- **Operating System**. Displays the operating system where the collector is installed.
15+
- **Collector Tags**. Displays the tags linked with the selected collector, which helps in searching and managing the collector.
16+
- **Source Templates**. Shows the number of source templates linked with the selected collector.
17+
- **IP Address**. Displays the IP address where the collector is running.
18+
- **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 one hour.
19+
- **Last Modified**. Timestamp when the collector was last modified.
20+
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"/>
21+
- **Basic Info**
22+
- **Name**. Name of the OpenTelemetry Collector.
23+
- **Collector Version**. The collector version with which the collector was created.
24+
- **Source Templates**. Displays the number of source templte
25+
- **Health**. Displays the health status of the collector.
26+
- **Time Zone**. By default, time zone is set to UTC.
27+
- **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).
28+
- **Data Ingested**. Displays the histogram which shows the data ingested in last one hour.
29+
:::note
30+
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.
31+
:::
32+
- **System Information**. Displays the operating system, OS version, IP Address, and Host name of the user who created the collector.
33+
- **Audit Logs**. Records the collector changes. Click on **View Details** to view the changes.
34+
- **Collector ID**. Unique ID for the selected collector.
35+
- **Last Modified**. Timestamp when the collector was last modified.
36+
- **Created**. Timestamp when the collector was created.
37+
- **Source Templates**. Displays all the source configuration linked with the collector.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ module.exports = {
291291
'send-data/opentelemetry-collector/remote-management/troubleshooting',
292292
],
293293
},
294+
'send-data/opentelemetry-collector/view-opentelemetry-collection-page',
294295
'send-data/opentelemetry-collector/auto-discovery',
295296
'send-data/opentelemetry-collector/performance-benchmarks',
296297
'send-data/opentelemetry-collector/data-transformations',
100 KB
Loading
291 KB
Loading

0 commit comments

Comments
 (0)