Documentation ¶
Index ¶
- Constants
- func LabelNames(ctx context.Context, client promapi.Client, startTime time.Time, ...) ([]string, int, promapiv1.Warnings, error)
- func LabelValues(ctx context.Context, client promapi.Client, label string, startTime time.Time, ...) (model.LabelValues, int, promapiv1.Warnings, error)
- func Query(ctx context.Context, client promapi.Client, query string, ts time.Time, ...) (model.Value, int, promapiv1.Warnings, error)
- func QueryRange(ctx context.Context, client promapi.Client, query string, r promapiv1.Range, ...) (model.Value, int, promapiv1.Warnings, error)
- func Series(ctx context.Context, client promapi.Client, matches []string, ...) ([]model.LabelSet, int, promapiv1.Warnings, error)
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func LabelNames ¶
func LabelValues ¶
func QueryRange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.