Skip to content
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

Documentation for PR #797 in demo app - Collector Data Flow Dashboard #2538

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6f126b5
Documentation for PR #797 in demo app - Collector Data Flow Dashboard
devrimdemiroz Mar 23, 2023
05840ac
prettier now
devrimdemiroz Mar 24, 2023
0a4dd2d
metrics and labels code fenced.
devrimdemiroz Mar 24, 2023
264aae9
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
055ec55
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
8168769
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
572cc07
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
18614a1
Add minimal front matter so page renders
chalin Mar 27, 2023
1b5fd33
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 27, 2023
bb8173d
Merge branch 'open-telemetry:main' into feature/otecol-data-flow-dash…
devrimdemiroz Mar 27, 2023
ce595ed
rock solid
devrimdemiroz Mar 27, 2023
91619ec
soft solid
devrimdemiroz Mar 27, 2023
e6a3b18
fixed duplicate lines
devrimdemiroz Mar 27, 2023
1d5a737
enhanced example wording
devrimdemiroz Mar 27, 2023
645a9c4
prettier now
devrimdemiroz Mar 27, 2023
36baab0
removed o11y wording for styling consistency
devrimdemiroz Mar 28, 2023
b7cedc1
Documentation for PR #797 in demo app - Collector Data Flow Dashboard
devrimdemiroz Mar 23, 2023
34b98d8
prettier now
devrimdemiroz Mar 24, 2023
e11364e
metrics and labels code fenced.
devrimdemiroz Mar 24, 2023
3a3d031
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
0282208
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
2e744ef
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
f24b274
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 25, 2023
c43058f
Add minimal front matter so page renders
chalin Mar 27, 2023
cff3000
Update content/en/docs/demo/collector-data-flow-dashboard.md
devrimdemiroz Mar 27, 2023
204cae9
rock solid
devrimdemiroz Mar 27, 2023
05698f2
soft solid
devrimdemiroz Mar 27, 2023
1d5f904
fixed duplicate lines
devrimdemiroz Mar 27, 2023
9da25b5
enhanced example wording
devrimdemiroz Mar 27, 2023
0f9c60d
prettier now
devrimdemiroz Mar 27, 2023
7001c95
removed o11y wording for styling consistency
devrimdemiroz Mar 28, 2023
aae2cea
prettier once again
devrimdemiroz Mar 28, 2023
f6a68ce
Merge remote-tracking branch 'fork/feature/otecol-data-flow-dashboard…
devrimdemiroz Mar 30, 2023
09b657c
dashboard folder created and comments resolved
devrimdemiroz Mar 30, 2023
ce1c92c
Update content/en/docs/demo/collector-data-flow-dashboard/index.md
devrimdemiroz Mar 30, 2023
809a0ab
Update content/en/docs/demo/collector-data-flow-dashboard/index.md
devrimdemiroz Mar 30, 2023
1018c5a
Update content/en/docs/demo/collector-data-flow-dashboard/index.md
devrimdemiroz Mar 30, 2023
f3d9ed5
Update content/en/docs/demo/collector-data-flow-dashboard/index.md
devrimdemiroz Mar 30, 2023
c7a72d1
Merge branch 'open-telemetry:main' into feature/otecol-data-flow-dash…
devrimdemiroz Mar 31, 2023
121862d
high above towards down below
Mar 31, 2023
6762bf6
Dummy change for CLA issue
devrimdemiroz Apr 1, 2023
deb7c3a
Merge branch 'main' into feature/otecol-data-flow-dashboard-PR797
devrimdemiroz Apr 1, 2023
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
113 changes: 113 additions & 0 deletions content/en/docs/demo/collector-data-flow-dashboard/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
---
title: Collector Data Flow Dashboard
---

Monitoring data flow through the OpenTelemetry Collector is crucial for several
reasons. Gaining a macro-level perspective on incoming data, such as sample
counts and cardinality, is essential for comprehending the collector's internal
dynamics. However, when delving into the details, the interconnections can
become complex. The Collector Data Flow Dashboard aims to demonstrate the
capabilities of the OpenTelemetry demo application, offering a solid foundation
for users to build upon. Collector Data Flow Dashboard provides valuable
guidance on which metrics to monitor. Users can tailor their own dashboard
variations by adding necessary metrics specific to their use cases, such as
memory_delimiter processor or other data flow indicators. This demo dashboard
serves as a starting point, enabling users to explore diverse usage scenarios
and adapt the tool to their unique monitoring needs.

## Data Flow Overview

The diagram below provides an overview of the system components, showcasing the
configuration derived from the OpenTelemetry Collector (otelcol) configuration
file utilized by the OpenTelemetry demo application. Additionally, it highlights
the observability data (traces and metrics) flow within the system.

![OpenTelemetry Collector Data Flow Overview](otelcol-data-flow-overview.png)

## Ingress/Egress Metrics

The metrics depicted in the diagram below are employed to monitor both egress
and ingress data flows. These metrics are generated by the otelcol process,
exported on port 8888, and subsequently scraped by Prometheus. The namespace
associated with these metrics is "otelcol," and the job name is labeled as
"otel."

![OpenTelemetry Collector Ingress and Egress Metrics](otelcol-data-flow-metrics.png)

Labels serve as a valuable tool for identifying specific metric sets (such as
exporter, receiver, or job), enabling differentiation among metric sets within
the overall namespace. It is important to note that you will only encounter
refused metrics if the memory limits, as defined in the memory delimiter
processor, are exceeded.

### Ingress Traces Pipeline

- `otelcol_receiver_accepted_spans`
- `otelcol_receiver_refused_spans`
- `by (receiver,transport)`

### Ingress Metrics Pipeline

- `otelcol_receiver_accepted_metric_points`
- `otelcol_receiver_refused_metric_points`
- `by (receiver,transport)`

### Processor

Currently, the only processor present in the demo application is a batch
processor, which is used by both traces and metrics pipelines.

- `otelcol_processor_batch_batch_send_size_sum`

### Egress Traces Pipeline

- `otelcol_exporter_sent_spans`
- `otelcol_exporter_send_failed_spans`
- `by (exporter)`

### Egress Metrics Pipeline

- `otelcol_exporter_sent_metric_points`
- `otelcol_exporter_send_failed_metric_points`
- `by (exporter)`

### Prometheus Scraping

- `scrape_samples_scraped`
- `by (job)`

## Dashboard

You can access the dashboard by navigating to the Grafana UI, selecting the
**OpenTelemetry Collector Data Flow** dashboard under browse icon on the
left-hand side of the screen.

![OpenTelemetry Collector Data Flow dashboard](otelcol-data-flow-dashboard.png)

The dashboard has four main sections:

1. Process Metrics
2. Traces Pipeline
3. Metrics Pipeline
4. Prometheus Scraping

Sections 2,3 and 4 represent overall data flow using the metrics mentioned
above. Additionally, export ratio is calculated for each pipeline to understand
the data flow.

### Export Ratio

Export ratio is basically the ratio between receiver and exporter metrics. You
can notice over the dashboard screenshot above that the export ratio on metrics
is way too high than the received metrics. This is because the demo application
is configured to generate spanmetrics which is a processor that generates
metrics from spans inside collector as illustrated in overview diagram.

### Process Metrics

Very limited but informative process metrics are added to dashboard. For
example, you might observe more than one instance of otelcol running on the
system during restarts or similar. This can be useful for understanding spikes
on dataflow.

![OpenTelemetry Collector Process Metrics](otelcol-dashbord-process-metrics.png)
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.
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.