Skip to content

Commit

Permalink
prettier now
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimdemiroz authored and chalin committed Mar 30, 2023
1 parent 9da25b5 commit 0f9c60d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions content/en/docs/demo/collector-data-flow-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ 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 o11y 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.

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 o11y 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.

## Overview

Expand All @@ -24,11 +28,11 @@ the observability data (traces and metrics) flow within the system.

![](/docs/demo/screenshots/otelcol-data-flow-metrics.png)

The metrics depicted in the
diagram above 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."
The metrics depicted in the diagram above 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."

Labels serve as a valuable tool for identifying specific metric sets (such as
exporter, receiver, or job), enabling differentiation among metric sets within
Expand Down

0 comments on commit 0f9c60d

Please sign in to comment.