Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerUserResults ¶
type PerUserResults struct {
FailedBlocks, ConvertedBlocks, UnchangedBlocks []string
}
func (*PerUserResults) AddConverted ¶
func (r *PerUserResults) AddConverted(blockID string)
func (*PerUserResults) AddFailed ¶
func (r *PerUserResults) AddFailed(blockID string)
func (*PerUserResults) AddUnchanged ¶
func (r *PerUserResults) AddUnchanged(blockID string)
type Results ¶
type Results map[string]PerUserResults
type ThanosBlockConverter ¶
type ThanosBlockConverter struct {
// contains filtered or unexported fields
}
ThanosBlockConverter converts blocks written by Thanos to make them readable by Cortex
Click to show internal directories.
Click to hide internal directories.