Documentation ¶
Index ¶
Constants ¶
View Source
const ( // tmpFilePrefix = "tmp-" MongoDBUrlKey = "MONGODB_URI" MongodbDatabaseKey = "MONGODB_DATABASE" MongodbCollectionKey = "MONGODB_COLLETION" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OfflineReader ¶
type OfflineReader struct {
// contains filtered or unexported fields
}
func NewOfflineReader ¶
func NewOfflineReader() (*OfflineReader, error)
func (*OfflineReader) Close ¶
func (or *OfflineReader) Close() error
func (*OfflineReader) GetMetrics ¶
func (or *OfflineReader) GetMetrics() *map[string][]metricstype.Metric
func (*OfflineReader) Update ¶
func (or *OfflineReader) Update() error
Click to show internal directories.
Click to hide internal directories.