# Functions
NewGetMetrics creates a new http.Handler for the get metrics operation.
NewGetMetricsInternalServerError creates GetMetricsInternalServerError with default headers values.
NewGetMetricsOK creates GetMetricsOK with default headers values.
NewGetMetricsParams creates a new GetMetricsParams object no default values defined in spec.
# Constants
GetMetricsInternalServerErrorCode is the HTTP code returned for type GetMetricsInternalServerError.
GetMetricsOKCode is the HTTP code returned for type GetMetricsOK.
# Structs
GetMetrics swagger:route GET /metrics/ metrics getMetrics
Retrieve cilium metrics
*/.
GetMetricsInternalServerError Metrics cannot be retrieved
swagger:response getMetricsInternalServerError
*/.
GetMetricsOK Success
swagger:response getMetricsOK
*/.
GetMetricsParams contains all the bound params for the get metrics operation typically these are obtained from a http.Request
swagger:parameters GetMetrics.
GetMetricsURL generates an URL for the get metrics operation.
# Interfaces
GetMetricsHandler interface for that can handle valid get metrics params.
# Type aliases
GetMetricsHandlerFunc turns a function with the right signature into a get metrics handler.