package
2.0.0-20241209100706-e3a3b7c07d26
Repository: https://github.com/gophercloud/utils.git
Documentation: pkg.go.dev

# Packages

metrics unit tests.

# Functions

Create requests the creation of a new Gnocchi metric on the server.
Delete accepts a unique ID and deletes the Gnocchi metric associated with it.
ExtractMetrics interprets the results of a single page from a List() call, producing a slice of Metric structs.
Get retrieves a specific Gnocchi metric based on its id.
List returns a Pager which allows you to iterate over a collection of metrics.

# Structs

CreateOpts specifies parameters of a new Gnocchi metric.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the limiting and sorting of paginated collections through the Gnocchi API.
Metric is an entity storing aggregates identified by an UUID.
MetricPage is the page returned by a pager when traversing over a collection of metrics.

# Interfaces

CreateOptsBuilder allows to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.