Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetStatsFunc ¶
type Options ¶
type Options struct { GetStats GetStatsFunc Registry *prometheus.Registry }
type StatusAPI ¶
type StatusAPI struct {
// contains filtered or unexported fields
}
func (*StatusAPI) Register ¶
func (sapi *StatusAPI) Register(r *route.Router, tracer opentracing.Tracer, logger log.Logger, ins extpromhttp.InstrumentationMiddleware, logMiddleware *logging.HTTPServerMiddleware)
type TSDBStatus ¶
type TSDBStatus struct { Tenant string `json:"tenant"` v1.TSDBStatus `json:","` }
TSDBStatus has information of cardinality statistics from postings. TODO(fpetkovski): replace with upstream struct after dependency update.
type TenantStats ¶ added in v0.28.0
Click to show internal directories.
Click to hide internal directories.