Skip to content

Commit 27df02a

Browse files
author
Andrew Steurer
committed
making requested changes
Signed-off-by: Andrew Steurer <[email protected]>
1 parent f7151d7 commit 27df02a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/topics/observing-spinkube.md renamed to content/en/docs/topics/monitoring-your-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Observing SpinKube
2+
title: Monitoring your app
33
description: How to view telemetry data from your Spin apps running in SpinKube.
44
weight: 13
55
---
66

7-
This topic guide shows you how to configure SpinKube so your Spin apps export telemetry data to 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.
88

99
## Prerequisites
1010

1111
Please ensure you have the following tools installed before continuing:
1212

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
14+
- The [kubectl CLI](https://kubernetes.io/docs/tasks/tools/)
15+
- The [Helm CLI](https://helm.sh)
1616

1717
## About OpenTelemetry Collector
1818

0 commit comments

Comments
 (0)