From 42a1376f141dc7462e16421eeca768bb6f605a9f Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Sat, 15 Jun 2024 09:05:30 -0700 Subject: [PATCH] Fix broken link Use a tagged version of the runtime package. --- instrumentation/runtime/internal/x/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/runtime/internal/x/README.md b/instrumentation/runtime/internal/x/README.md index 241297dc9e4..a2367651a09 100644 --- a/instrumentation/runtime/internal/x/README.md +++ b/instrumentation/runtime/internal/x/README.md @@ -34,5 +34,5 @@ and setting the environment variable will no longer have any effect. The value set must be the case-insensitive string of `"true"` to enable the feature, and `"false"` to disable the feature. All other values are ignored. -[previous runtime metrics conventions]: go.opentelemetry.io/contrib/instrumentation/runtime/internal/deprecatedruntime +[previous runtime metrics conventions]: https://pkg.go.dev/go.opentelemetry.io/contrib/instrumentation/runtime@v0.52.0 [OpenTelemetry Go Runtime conventions]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/runtime/go-metrics.md