Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version, _ = tag.NewKey("version")
Method, _ = tag.NewKey("method")
)
Global Tags
View Source
var ( FindLatency = stats.Float64("find/latency", "Time to respond to a find request", stats.UnitMilliseconds) IngestChange = stats.Int64("ingest/change", "Number of ingest triggers received", stats.UnitDimensionless) ProviderCount = stats.Int64("provider/count", "Number of know (registered) providers", stats.UnitDimensionless) SyncLatency = stats.Float64("ingest/synclatency", "Time for sync to complete", stats.UnitMilliseconds) )
Measures
Functions ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package pprof is separated out from metrics to isolate the 'init' functionality of pprof, so that it is included when used by binaries, but not if other packages get used or integrated into clients that don't expect the pprof side effect to have taken effect.
|
Package pprof is separated out from metrics to isolate the 'init' functionality of pprof, so that it is included when used by binaries, but not if other packages get used or integrated into clients that don't expect the pprof side effect to have taken effect. |
Click to show internal directories.
Click to hide internal directories.