telemetry

package
v0.14.0-pre.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddForwardedCounters

func AddForwardedCounters(names []string, values []int64)

AddForwardedCounters adds the given counters on behalf of clients. Names and values must have the same length.

func ForEachLatencyCounter

func ForEachLatencyCounter(operation string, isError bool, f func(*counter.Counter))

ForEachLatencyCounter runs the provided function for each current latency counter measuring the given operation.

Exported for testing.

func Mode

func Mode() string

Mode calls x/telemetry.Mode.

func RecordClientInfo

func RecordClientInfo(params *protocol.ParamInitialize)

RecordClientInfo records gopls client info.

func RecordViewGoVersion

func RecordViewGoVersion(x int)

RecordViewGoVersion records the Go minor version number (1.x) used for a view.

func SetMode

func SetMode(mode string) error

SetMode calls x/telemetry.SetMode.

func Start

func Start()

Start starts telemetry instrumentation.

func StartLatencyTimer

func StartLatencyTimer(operation string) func(context.Context, error)

StartLatencyTimer starts a timer for the gopls operation with the given name, and returns a func to stop the timer and record the latency sample.

If the context provided to the the resulting func is done, no observation is recorded.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL