From 478fe6356c6e33034a71b0cbbb26ec959fa77b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=82=E5=B7=9D=E6=81=AD=E4=BD=91=20=28ebi=29?= <44393661+ebi-yade@users.noreply.github.com> Date: Mon, 15 May 2023 20:56:27 +0900 Subject: [PATCH] Amend an expired link in doc (#628) --- exporter/trace/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/trace/README.md b/exporter/trace/README.md index c8a59e2eb..3b79860d4 100644 --- a/exporter/trace/README.md +++ b/exporter/trace/README.md @@ -7,7 +7,7 @@ OpenTelemetry Google Cloud Trace Exporter allows the user to send collected trac [Google Cloud Trace](https://cloud.google.com/trace) is a distributed tracing backend system. It helps developers to gather timing data needed to troubleshoot latency problems in microservice & monolithic architectures. It manages both the collection and lookup of gathered trace data. -This exporter package assumes your application is [already instrumented](https://github.com/open-telemetry/opentelemetry-go/blob/main/example/http/client/client.go) with the OpenTelemetry SDK. Once you get ready to export OpenTelemetry data, you can add this exporter to your application. +This exporter package assumes your application is [already instrumented](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/net/http/otelhttp/example/client/client.go) with the OpenTelemetry SDK. Once you get ready to export OpenTelemetry data, you can add this exporter to your application. ## Setup