You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/04-tutorials/03-integrations/03-otel.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,24 @@ redirect_from:
7
7
- /tutorials/otel/
8
8
---
9
9
10
-
This tutorial will demonstrate how to export Pixie data in the OpenTelemetry (OTel) format.
10
+
This tutorial will demonstrate how to use the OpenTelemetry plugin for Pixie.
11
11
12
-
To do this, we will take the following steps:
12
+
To export Pixie data in the OpenTelemetry (OTel) format, we will:
13
13
14
14
1. Deploy an OTel collector to our cluster.
15
15
2. Write a PxL script that uses the [OTel methods](/reference/pxl/otel-export/) to transformation Pixie DataFrames into OTel data.
16
16
3. Setup the Pixie [Plugin System](/reference/plugins/plugin-system/) to run the PxL script at regularly scheduled intervals.
17
17
18
+
<YouTubeyouTubeId="kdcNjlmsxV4"/>
19
+
18
20
Note that [Pixie's API](/using-pixie/api-quick-start/) can also be used to run the PxL scripts developed in Step 2, however this tutorial will cover the Plugin System only.
19
21
22
+
## Prerequisites
23
+
24
+
1. You will need a Kubernetes cluster. If you don’t already have one, you can create a minikube cluster following the directions [here](/installing-pixie/setting-up-k8s/minikube-setup/).
25
+
26
+
2. You will need to install Pixie on your cluster using one of our [install guides](/installing-pixie/install-guides/).
27
+
20
28
## Deploy the OTel Collector
21
29
22
30
If you don't already have an OTel collector set up, you can follow the directions to deploy our demo collector [here](https://github.com/pixie-io/pixie-demos/tree/main/otel-collector).
0 commit comments