diff --git a/docs/README.md b/docs/README.md index d324f47c5..a17efde1b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,7 +34,6 @@ Follow the links below to learn more about Knative. - [Autoscaling](./serving/autoscaling/autoscale-go/) - [Binding running services to eventing ecosystems](./eventing/samples/kubernetes-event-source/) -- [Telemetry](./serving/samples/telemetry-go/README.md) - [REST API sample](./serving/samples/rest-api-go/README.md) - [All samples for serving](./serving/samples/) - [All samples for eventing](./eventing/samples/) diff --git a/docs/serving/samples/README.md b/docs/serving/samples/README.md index bfcc1a256..47fe4076f 100644 --- a/docs/serving/samples/README.md +++ b/docs/serving/samples/README.md @@ -15,6 +15,5 @@ Serving resources and how they can be applied across common use cases. | Knative Routing | An example of mapping multiple Knative services to different paths under a single domain name using the Istio VirtualService concept. | [Go](./knative-routing-go/README.md) | | Knative Secrets | A simple app that demonstrates how to use a Kubernetes secret as a Volume in Knative. | [Go](./secrets-go/README.md) | | REST API | A simple Restful service that exposes an endpoint defined by an environment variable described in the Knative Configuration. | [Go](./rest-api-go/README.md) | -| Telemetry | This sample runs a simple web server that makes calls to other in-cluster services and responds to requests with "Hello World!". The purpose of this sample is to show generating metrics, logs, and distributed traces. | [Go](./telemetry-go/README.md) | | Traffic Splitting | This samples builds off the [Creating a RESTful Service](./rest-api-go) sample to illustrate applying a revision, then using that revision for manual traffic splitting. | [YAML](./traffic-splitting/README.md) | | Multi Container | A quick introduction that highlights how to build and deploy an app using Knative Serving for multiple containers. | [Go](./multi-container/README.md) |