Home
last modified time | relevance | path

Searched defs:UpstreamLimits (Results 1 – 18 of 18) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/xds/
H A Dconfig.go109 type UpstreamLimits struct { struct
112 MaxConnections *int `mapstructure:"max_connections"`
118 MaxPendingRequests *int `mapstructure:"max_pending_requests"`
123 MaxConcurrentRequests *int `mapstructure:"max_concurrent_requests"`
H A Dclusters.go460 func makeThresholdsIfNeeded(limits UpstreamLimits) []*envoycluster.CircuitBreakers_Thresholds {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/xds/
H A Dconfig.go147 type UpstreamLimits struct { struct
150 MaxConnections *int `mapstructure:"max_connections"`
156 MaxPendingRequests *int `mapstructure:"max_pending_requests"`
161 MaxConcurrentRequests *int `mapstructure:"max_concurrent_requests"`
H A Dclusters.go707 func makeThresholdsIfNeeded(limits UpstreamLimits) []*envoycluster.CircuitBreakers_Thresholds {
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconfig_entry.go901 type UpstreamLimits struct { struct
904 MaxConnections *int `json:",omitempty" alias:"max_connections"`
910 MaxPendingRequests *int `json:",omitempty" alias:"max_pending_requests"`
915 MaxConcurrentRequests *int `json:",omitempty" alias:"max_concurrent_requests"`
918 func (ul *UpstreamLimits) Clone() *UpstreamLimits {
937 func (ul *UpstreamLimits) IsZero() bool {
942 func (ul UpstreamLimits) Validate() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry.go901 type UpstreamLimits struct { struct
904 MaxConnections *int `json:",omitempty" alias:"max_connections"`
910 MaxPendingRequests *int `json:",omitempty" alias:"max_pending_requests"`
915 MaxConcurrentRequests *int `json:",omitempty" alias:"max_concurrent_requests"`
918 func (ul *UpstreamLimits) Clone() *UpstreamLimits {
937 func (ul *UpstreamLimits) IsZero() bool {
942 func (ul UpstreamLimits) Validate() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry.go901 type UpstreamLimits struct { struct
904 MaxConnections *int `json:",omitempty" alias:"max_connections"`
910 MaxPendingRequests *int `json:",omitempty" alias:"max_pending_requests"`
915 MaxConcurrentRequests *int `json:",omitempty" alias:"max_concurrent_requests"`
918 func (ul *UpstreamLimits) Clone() *UpstreamLimits {
937 func (ul *UpstreamLimits) IsZero() bool {
942 func (ul UpstreamLimits) Validate() error {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry.go901 type UpstreamLimits struct { struct
904 MaxConnections *int `json:",omitempty" alias:"max_connections"`
910 MaxPendingRequests *int `json:",omitempty" alias:"max_pending_requests"`
915 MaxConcurrentRequests *int `json:",omitempty" alias:"max_concurrent_requests"`
918 func (ul *UpstreamLimits) Clone() *UpstreamLimits {
937 func (ul *UpstreamLimits) IsZero() bool {
942 func (ul UpstreamLimits) Validate() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go188 type UpstreamLimits struct { struct
191 MaxConnections *int `alias:"max_connections"`
197 MaxPendingRequests *int `alias:"max_pending_requests"`
202 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go188 type UpstreamLimits struct { struct
191 MaxConnections *int `alias:"max_connections"`
197 MaxPendingRequests *int `alias:"max_pending_requests"`
202 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/sysutils/consul/consul-1.10.3/api/
H A Dconfig_entry.go188 type UpstreamLimits struct { struct
191 MaxConnections *int `alias:"max_connections"`
197 MaxPendingRequests *int `alias:"max_pending_requests"`
202 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go188 type UpstreamLimits struct { struct
191 MaxConnections *int `alias:"max_connections"`
197 MaxPendingRequests *int `alias:"max_pending_requests"`
202 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go188 type UpstreamLimits struct { struct
191 MaxConnections *int `alias:"max_connections"`
197 MaxPendingRequests *int `alias:"max_pending_requests"`
202 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go183 type UpstreamLimits struct { struct
186 MaxConnections *int `alias:"max_connections"`
192 MaxPendingRequests *int `alias:"max_pending_requests"`
197 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry.go194 type UpstreamLimits struct { struct
197 MaxConnections *int `alias:"max_connections"`
203 MaxPendingRequests *int `alias:"max_pending_requests"`
208 MaxConcurrentRequests *int `alias:"max_concurrent_requests"`
/dports/sysutils/consul/consul-1.10.3/agent/xds/
H A Dclusters.go945 func makeThresholdsIfNeeded(limits *structs.UpstreamLimits) []*envoy_cluster_v3.CircuitBreakers_Thr…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/xds/
H A Dclusters.go945 func makeThresholdsIfNeeded(limits *structs.UpstreamLimits) []*envoy_cluster_v3.CircuitBreakers_Thr…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/xds/
H A Dclusters.go933 func makeThresholdsIfNeeded(limits *structs.UpstreamLimits) []*envoy_cluster_v3.CircuitBreakers_Thr…