Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*tsdb.DBReadOnly
// contains filtered or unexported fields
}
Client is a wrapper over Prometheus tsdb.DBReader
type Config ¶
type Config struct {
// Path to snapshot directory
Snapshot string
Filter Filter
TemporaryDir string
}
Config contains a list of params needed for reading Prometheus snapshots
Click to show internal directories.
Click to hide internal directories.