Documentation
¶
Overview ¶
Package mimir provides a simple client for the required Mimir API resources.
Index ¶
Constants ¶
View Source
const TenantHeaderName = "X-Scope-OrgID"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthTransport ¶
type BasicAuthTransport struct {
Username string
Password string
Transport http.RoundTripper
}
BasicAuthTransport is a transport that adds basic auth to the request.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a simple client for the required Mimir API resources.
func (*Client) DeleteNamespace ¶
DeleteNamespace deletes all the rule groups in a namespace (including the namespace itself).
Click to show internal directories.
Click to hide internal directories.