//
pkg.gl
Category
github.com/bplotka/prometheus
storage
package
1.4.1
Repository:
https://github.com/bplotka/prometheus.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
46 SLOC
#
Packages
local
Package local contains the local time series storage used by Prometheus.
metric
No description provided by the author
remote
Package remote is a generated protocol buffer package.
#
Interfaces
SampleAppender
SampleAppender is the interface to append samples to both, local and remote storage.
#
Type aliases
Fanout
Fanout is a SampleAppender that appends every sample to each SampleAppender in its list.