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 syncAdEntries started", stats.UnitDimensionless) AdSyncedCount = stats.Int64("ingest/adsync", "Number of syncAdEntries completed successfully", stats.UnitDimensionless) AdIngestLatency = stats.Float64("ingest/adsynclatency", "latency of syncAdEntries completed successfully", stats.UnitDimensionless) ProviderCount = stats.Int64("provider/count", "Number of known (registered) providers", stats.UnitDimensionless) EntriesSyncLatency = stats.Float64("ingest/entriessynclatency", "How long it took to sync an Ad's entries", 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.