Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfiguationActionCreate = "create" ConfiguationActionChange = "update" ConfiguationActionDelete = "delete" )
Variables ¶
View Source
var ( BackendHTTPConfigurationCounter = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "kedge_http_backend_configuration_changes_total", Help: "Count of changes in HTTP backend configuration, done by flagz flag change. It can be both because use changed dynamic flag" + "or dynamic routing discovered a change", }, []string{"backend_name", "action"}, ) BackendGRPCConfigurationCounter = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "kedge_grpc_backend_configuration_changes_total", Help: "Count of changes in gRPC backend configuration, done by flagz flag change. It can be both because use changed dynamic flag" + "or dynamic routing discovered a change", }, []string{"backend_name", "action"}, ) )
View Source
var ( KedgeProxyErrors = prometheus.NewCounterVec( prometheus.CounterOpts{ Name: "kedge_proxy_errors_total", Help: "Count of errors spotted during proxying request. These errors are fails that never went outside of kedge.", }, []string{"backend_name", "type"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.