aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/debug/metrics.go
diff options
context:
space:
mode:
authorIan Cottrell <iancottrell@gmail.com>2019-08-13 15:07:39 -0400
committerIan Cottrell <iancottrell@google.com>2019-08-15 21:28:02 +0000
commit156eb2ae297f5d9821ef0c0df8b70574df70fbe8 (patch)
tree3f1f1fd30c97aebe62def2261b8ca782971ba3a7 /internal/lsp/debug/metrics.go
parentd87e9bbada1ffc4e8a44c415bc9b5b8e0110b61b (diff)
downloadgolang-x-tools-156eb2ae297f5d9821ef0c0df8b70574df70fbe8.tar.gz
internal/lsp: split the telemetry library out
This is a straight move of some code with no changes. It splits the part of the telemetry code that will become a standalone library from the bit that belongs in the lsp. Change-Id: Icedb6bf1f3711da9251450531729984df6df7787 Reviewed-on: https://go-review.googlesource.com/c/tools/+/190403 Run-TryBot: Ian Cottrell <iancottrell@google.com> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'internal/lsp/debug/metrics.go')
-rw-r--r--internal/lsp/debug/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lsp/debug/metrics.go b/internal/lsp/debug/metrics.go
index c26632845..44bd7eed4 100644
--- a/internal/lsp/debug/metrics.go
+++ b/internal/lsp/debug/metrics.go
@@ -6,7 +6,7 @@ package debug
import (
"golang.org/x/tools/internal/lsp/telemetry"
- "golang.org/x/tools/internal/lsp/telemetry/metric"
+ "golang.org/x/tools/internal/telemetry/metric"
)
var (