Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrKind, _ = tag.NewKey("errKind")
Found, _ = tag.NewKey("found")
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) AdIngestLatency = stats.Float64("ingest/adsynclatency", "latency of syncAdEntries completed successfully", stats.UnitDimensionless) AdIngestErrorCount = stats.Int64("ingest/adingestError", "Number of errors encountered while processing an ad", stats.UnitDimensionless) AdIngestQueued = stats.Int64("ingest/adingestqueued", "Number of queued advertisements", stats.UnitDimensionless) AdIngestBacklog = stats.Int64("ingest/adbacklog", "Queued backlog of adverts", stats.UnitDimensionless) AdIngestActive = stats.Int64("ingest/adactive", "Active ingest workers", stats.UnitDimensionless) AdIngestSuccessCount = stats.Int64("ingest/adingestSuccess", "Number of successful ad ingest", stats.UnitDimensionless) AdIngestSkippedCount = stats.Int64("ingest/adingestSkipped", "Number of ads skipped during ingest", stats.UnitDimensionless) AdLoadError = stats.Int64("ingest/adLoadError", "Number of times an ad failed to load", 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) PercentUsage = stats.Float64("ingest/percentusage", "Percent usage of storage available in value store", stats.UnitDimensionless) NonRemoveAdCount = stats.Int64("ingest/nonremoveadcount", "Number of non-removal advertisements", stats.UnitDimensionless) RemoveAdCount = stats.Int64("ingest/removeadcount", "Number of removal advertisements", stats.UnitDimensionless) )
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 thatit 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 thatit 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.