> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Workshop overview for using the OpenTelemetry Demo and Mezmo to understand and optimize telemetry data for both MTTR and cost.

***

## Getting Started

Outside our [Telemetry Pipeline docs](/telemetry-pipelines), if you run into any issues or have feedback on either the workshop or Pipeline, please reach out to us at [support@mezmo.com](mailto:support@mezmo.com).

Before beginning, you will need the following

* A Mezmo account, [sign up for a trial here](https://www.mezmo.com/sign-up-mezmo-platform).
* [Docker](https://www.docker.com/get-started/)

## Overview

In this workshop, we will use the [OpenTelemetry Demo](https://github.com/open-telemetry/opentelemetry-demo) to explore how to understand and optimize telemetry data to both improve its value in identifying and resolving application issues and reduce the cost associated with maintaining that data.

To accomplish this we will:

* Create a OpenTelemetry Log, Metric and Trace [Shared Sources](/telemetry-pipelines/shared-sources) in Mezmo
* [Configure OpenTelemetry collector](https://github.com/braxtonj/opentelemetry-demo/mezmo-otel-config-extras.yml) with Mezmo Shared Source credentials
* Explore the OpenTelemetry Logs via [Data Profiling](/telemetry-pipelines/data-profiling)
* Send log data to [Mezmo Log Analysis](/docs)
* [Aggregate](/telemetry-pipelines/reduce-processor) specific log patterns
* [Parse](/telemetry-pipelines/parse-sequentially-processor) custom Apache data
* [Aggregate OpenTelemetry Metrics](/telemetry-pipelines/aggregate-processor) to lower fidelity
* [Sample OpenTelemetry Traces](/telemetry-pipelines/sample-processor)
* Configure Pipelines to be [Responsive](/telemetry-pipelines/configure-responsive-pipelines) (i.e., capture full fidelity when in an incident or deployment state)

## Final Results

In the end, you are going to build four Pipelines that look like

* Log Profiling Pipeline

<Frame caption="Final Pipeline: Log Exploration">
  <img src="https://mintcdn.com/mezmo-9a59581a/5cIdgEAM73o6sWZ8/images/OptTutorial/i2dclj12ut2g7gi1q9w8kojf642kopnl5hf3mup2ohx9okf6zap4c0iiq566urjs.png?fit=max&auto=format&n=5cIdgEAM73o6sWZ8&q=85&s=7039efd47243efd32cd9abc0d1aa2d3b" alt="Image" width="3330" height="1342" data-path="images/OptTutorial/i2dclj12ut2g7gi1q9w8kojf642kopnl5hf3mup2ohx9okf6zap4c0iiq566urjs.png" />
</Frame>

* Log Handler Pipeline

<Frame caption="Final Pipeline: Log Handler">
  <img src="https://mintcdn.com/mezmo-9a59581a/5cIdgEAM73o6sWZ8/images/OptTutorial/7yy51zya5g7nlf71htd1duw51ajjof2wjvuu8ufveuy55khg0aunt21nf2tsb8lt.png?fit=max&auto=format&n=5cIdgEAM73o6sWZ8&q=85&s=032dd587c7223aa38b75af988876231c" alt="Image" width="3380" height="1000" data-path="images/OptTutorial/7yy51zya5g7nlf71htd1duw51ajjof2wjvuu8ufveuy55khg0aunt21nf2tsb8lt.png" />
</Frame>

* Metric Handler Pipeline

<Frame caption="Final Pipeline: Metric Handler">
  <img src="https://mintcdn.com/mezmo-9a59581a/5cIdgEAM73o6sWZ8/images/OptTutorial/pp6uii7y5sxx5k8yoqml77hscs6942ohmm1i3qt38pc9l9wrn2sfet4re5ao15fv.png?fit=max&auto=format&n=5cIdgEAM73o6sWZ8&q=85&s=4e225bb7a8ab2e44bc229a4e13f689fe" alt="Image" width="3330" height="1150" data-path="images/OptTutorial/pp6uii7y5sxx5k8yoqml77hscs6942ohmm1i3qt38pc9l9wrn2sfet4re5ao15fv.png" />
</Frame>

* Trace Handler Pipeline

<Frame caption="Final Pipeline: Trace Handler">
  <img src="https://mintcdn.com/mezmo-9a59581a/5cIdgEAM73o6sWZ8/images/OptTutorial/30fp20s4a1ocphdcp4xzlxsmkmrz6o0iajb3cjaveojk9fidr9qeky7oiawflxwl.png?fit=max&auto=format&n=5cIdgEAM73o6sWZ8&q=85&s=bf535e8174e94231c8ecba512df46135" alt="Image" width="3272" height="1462" data-path="images/OptTutorial/30fp20s4a1ocphdcp4xzlxsmkmrz6o0iajb3cjaveojk9fidr9qeky7oiawflxwl.png" />
</Frame>

These pipelines will optimize your OpenTelemetry data by aggregating, better parsing and configuring data flow responsively. By allowing for easy, granular control you can ensure the right data ends up where it belongs.

The end result is a system that provides the insight needed, at the fidelity when it's needed, leading to an order of magnitude in savings.
