Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOpts ¶
type GetOpts struct { // metrics_filter MetricsFilter string // Start is a start of time time range for the measures. Start time.Time // End is a stop of time time range for the measures. End time.Time // step Step string }
GetOpts allows to provide additional options to the Emla storage measures Get request.
func (GetOpts) ToStorageGetQuery ¶
ToStorageGetQuery formats a GetOpts into a query string.
type GetOptsBuilder ¶
GetOptsBuilder allows extensions to add additional parameters to the Get request.
type GetResult ¶
type GetResult struct {
// contains filtered or unexported fields
}
GetResult is the response from a Get operation. Call its Extract method to
func Get ¶
func Get(client *gophercloud.ServiceClient, opts GetOptsBuilder) (r GetResult)
Get returns emla storage metrics data.
Click to show internal directories.
Click to hide internal directories.