Versions in this module Expand all Collapse all v0 v0.2.1 Mar 13, 2020 Changes in this version type API + func (_m *API) Rules(ctx context.Context) (v1.RulesResult, error) v0.2.0 Aug 23, 2019 Changes in this version + type API struct + func (_m *API) AlertManagers(ctx context.Context) (v1.AlertManagersResult, error) + func (_m *API) CleanTombstones(ctx context.Context) error + func (_m *API) Config(ctx context.Context) (v1.ConfigResult, error) + func (_m *API) DeleteSeries(ctx context.Context, matches []string, startTime time.Time, endTime time.Time) error + func (_m *API) Flags(ctx context.Context) (v1.FlagsResult, error) + func (_m *API) LabelValues(ctx context.Context, label string) (model.LabelValues, error) + func (_m *API) Query(ctx context.Context, query string, ts time.Time) (model.Value, error) + func (_m *API) QueryRange(ctx context.Context, query string, r v1.Range) (model.Value, error) + func (_m *API) Series(ctx context.Context, matches []string, startTime time.Time, endTime time.Time) ([]model.LabelSet, error) + func (_m *API) Snapshot(ctx context.Context, skipHead bool) (v1.SnapshotResult, error) + func (_m *API) Targets(ctx context.Context) (v1.TargetsResult, error)