Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusAdapter ¶
type PrometheusAdapter struct {
// contains filtered or unexported fields
}
func NewPrometheusAdapter ¶
func NewPrometheusAdapter(config *domain.Config) (*PrometheusAdapter, error)
func (*PrometheusAdapter) Len ¶
func (pa *PrometheusAdapter) Len() int
func (*PrometheusAdapter) PrintQuery ¶
func (pa *PrometheusAdapter) PrintQuery()
func (*PrometheusAdapter) Query ¶
func (pa *PrometheusAdapter) Query(metricsChan chan<- *domain.MetricsMatrix)
func (*PrometheusAdapter) RegisterQuery ¶
func (pa *PrometheusAdapter) RegisterQuery(query *promql.Query)
Click to show internal directories.
Click to hide internal directories.