Documentation ¶
Index ¶
Constants ¶
View Source
const ( SubSystemOCI = "oci" OCIRequestsTotal = "requests_total" Duration = "request_duration" Resource = "resource" StatusCode = "status_code" Operation = "operation" Region = "region" Get string = "get" List string = "list" Create string = "create" Update string = "update" Delete string = "delete" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpRequestDispatcherWrapper ¶
type HttpRequestDispatcherWrapper struct {
// contains filtered or unexported fields
}
HttpRequestDispatcherWrapper is a wrapper around standard common.HTTPRequestDispatcher to handle metrics
func NewHttpRequestDispatcherWrapper ¶
func NewHttpRequestDispatcherWrapper(dispatcher common.HTTPRequestDispatcher, region string) HttpRequestDispatcherWrapper
NewHttpRequestDispatcherWrapper creates a new instance of HttpRequestDispatcherWrapper
Click to show internal directories.
Click to hide internal directories.