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/docs/topics/monitoring-your-app.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
-
title: Observing SpinKube
2
+
title: Monitoring your app
3
3
description: How to view telemetry data from your Spin apps running in SpinKube.
4
4
weight: 13
5
5
---
6
6
7
-
This topic guide shows you how to configure SpinKube so your Spin apps export telemetry datato OpenTelemetry collector and Jaeger.
7
+
This topic guide shows you how to configure SpinKube so your Spin apps export observability data. This data will export to an OpenTelemetry collector which will send it to Jaeger.
8
8
9
9
## Prerequisites
10
10
11
11
Please ensure you have the following tools installed before continuing:
12
12
13
-
-[kubectl](https://kubernetes.io/docs/tasks/tools/) - the Kubernetes CLI
14
-
-[Helm](https://helm.sh) - the package manager for Kubernetes
15
-
-[SpinKube](https://www.spinkube.dev/docs/spin-plugin-kube/installation) - the Kubernetes plugin for Spin
13
+
-A Kubernetes cluster running SpinKube. See the [installation guides](https://www.spinkube.dev/docs/install/) for more information
0 commit comments