From 1370131a886d17ac9a18b00cbf5c7ae25a3a9a1d Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Lidskog Date: Tue, 31 Oct 2023 13:10:37 +0100 Subject: [PATCH] Update documentation --- instrumentation/runtime/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/runtime/runtime.go b/instrumentation/runtime/runtime.go index c24337fd814..2e0610429a6 100644 --- a/instrumentation/runtime/runtime.go +++ b/instrumentation/runtime/runtime.go @@ -24,7 +24,7 @@ import ( "go.opentelemetry.io/otel/metric" ) -// ScopeName the instrumentation scope name for identifying meters. +// ScopeName is the instrumentation scope name. const ScopeName string = "go.opentelemetry.io/contrib/instrumentation/runtime" // Runtime reports the work-in-progress conventional runtime metrics specified by OpenTelemetry.