1
0
mirror of https://github.com/golang/go synced 2024-11-05 15:06:09 -07:00
go/internal/jsonrpc2
Ian Cottrell 80f63e2b9b internal/lsp: rewrite the stats using the newer telemetry features
This allows us to reduce the handler interface and delete the telemetry handler.
It is also safer and faster, and can be easily disabled along with the rest of
the telemetry system.

Change-Id: Ia4961d7f2e374f7dc22360d6a4020a065bfeae6f
Reviewed-on: https://go-review.googlesource.com/c/tools/+/225957
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
2020-03-31 00:50:33 +00:00
..
servertest internal/jsonrpc2: add an idle timeout for stream serving 2020-02-24 23:06:35 +00:00
handler.go internal/lsp: rewrite the stats using the newer telemetry features 2020-03-31 00:50:33 +00:00
jsonrpc2_test.go internal/jsonrpc2: fix invalid invocations of Fatalf in goroutines 2020-02-05 19:51:38 +00:00
jsonrpc2.go internal/lsp: rewrite the stats using the newer telemetry features 2020-03-31 00:50:33 +00:00
serve_test.go internal/jsonrpc2: add an idle timeout for stream serving 2020-02-24 23:06:35 +00:00
serve.go internal/jsonrpc2: add an idle timeout for stream serving 2020-02-24 23:06:35 +00:00
stream.go internal/lsp/lsprpc: clean up client session on disconnection 2020-02-24 23:23:05 +00:00
wire.go all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00