Home
last modified time | relevance | path

Searched defs:MockSink (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/armon/go-metrics/
H A Dsink_test.go10 type MockSink struct { struct
11 lock sync.Mutex
13 keys [][]string
14 vals []float32
15 labels [][]Label
18 func (m *MockSink) getKeys() [][]string {
25 func (m *MockSink) SetGauge(key []string, val float32) {
28 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) EmitKey(key []string, val float32) {
44 func (m *MockSink) IncrCounter(key []string, val float32) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/armon/go-metrics/
H A Dsink_test.go10 type MockSink struct { struct
11 lock sync.Mutex
13 keys [][]string
14 vals []float32
15 labels [][]Label
18 func (m *MockSink) getKeys() [][]string {
25 func (m *MockSink) SetGauge(key []string, val float32) {
28 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) EmitKey(key []string, val float32) {
44 func (m *MockSink) IncrCounter(key []string, val float32) {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/armon/go-metrics/
H A Dsink_test.go10 type MockSink struct { struct
11 lock sync.Mutex
13 keys [][]string
14 vals []float32
15 labels [][]Label
18 func (m *MockSink) getKeys() [][]string {
25 func (m *MockSink) SetGauge(key []string, val float32) {
28 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) EmitKey(key []string, val float32) {
44 func (m *MockSink) IncrCounter(key []string, val float32) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/armon/go-metrics/
H A Dsink_test.go10 type MockSink struct { struct
11 lock sync.Mutex
13 keys [][]string
14 vals []float32
15 labels [][]Label
18 func (m *MockSink) getKeys() [][]string {
25 func (m *MockSink) SetGauge(key []string, val float32) {
28 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) EmitKey(key []string, val float32) {
44 func (m *MockSink) IncrCounter(key []string, val float32) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/armon/go-metrics/
H A Dsink_test.go10 type MockSink struct { struct
11 lock sync.Mutex
13 keys [][]string
14 vals []float32
15 labels [][]Label
18 func (m *MockSink) getKeys() [][]string {
25 func (m *MockSink) SetGauge(key []string, val float32) {
28 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) EmitKey(key []string, val float32) {
44 func (m *MockSink) IncrCounter(key []string, val float32) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/armon/go-metrics/
H A Dsink_test.go9 type MockSink struct { struct
10 keys [][]string
11 vals []float32
12 labels [][]Label
15 func (m *MockSink) SetGauge(key []string, val float32) {
18 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
23 func (m *MockSink) EmitKey(key []string, val float32) {
28 func (m *MockSink) IncrCounter(key []string, val float32) {
31 func (m *MockSink) IncrCounterWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) AddSample(key []string, val float32) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/armon/go-metrics/
H A Dsink_test.go9 type MockSink struct { struct
10 keys [][]string
11 vals []float32
12 labels [][]Label
15 func (m *MockSink) SetGauge(key []string, val float32) {
18 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
23 func (m *MockSink) EmitKey(key []string, val float32) {
28 func (m *MockSink) IncrCounter(key []string, val float32) {
31 func (m *MockSink) IncrCounterWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) AddSample(key []string, val float32) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/armon/go-metrics/
H A Dsink_test.go9 type MockSink struct { struct
10 keys [][]string
11 vals []float32
12 labels [][]Label
15 func (m *MockSink) SetGauge(key []string, val float32) {
18 func (m *MockSink) SetGaugeWithLabels(key []string, val float32, labels []Label) {
23 func (m *MockSink) EmitKey(key []string, val float32) {
28 func (m *MockSink) IncrCounter(key []string, val float32) {
31 func (m *MockSink) IncrCounterWithLabels(key []string, val float32, labels []Label) {
36 func (m *MockSink) AddSample(key []string, val float32) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/armon/go-metrics/
H A Dsink_test.go8 type MockSink struct { struct
9 keys [][]string
10 vals []float32
13 func (m *MockSink) SetGauge(key []string, val float32) {
17 func (m *MockSink) EmitKey(key []string, val float32) {
21 func (m *MockSink) IncrCounter(key []string, val float32) {
25 func (m *MockSink) AddSample(key []string, val float32) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/sysutils/consul/consul-1.10.3/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/fsm/
H A Dfsm_test.go13 type MockSink struct { struct
14 *bytes.Buffer
15 cancel bool
18 func (m *MockSink) ID() string {
22 func (m *MockSink) Cancel() error {
27 func (m *MockSink) Close() error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go124 type MockSink struct { struct
125 *bytes.Buffer
126 cancel bool
129 func (m *MockSink) ID() string {
133 func (m *MockSink) Cancel() error {
138 func (m *MockSink) Close() error {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Drpc_test.go124 type MockSink struct { struct
125 *bytes.Buffer
126 cancel bool
129 func (m *MockSink) ID() string {
133 func (m *MockSink) Cancel() error {
138 func (m *MockSink) Close() error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go124 type MockSink struct { struct
125 *bytes.Buffer
126 cancel bool
129 func (m *MockSink) ID() string {
133 func (m *MockSink) Cancel() error {
138 func (m *MockSink) Close() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go127 type MockSink struct { struct
128 *bytes.Buffer
129 cancel bool
132 func (m *MockSink) ID() string {
136 func (m *MockSink) Cancel() error {
141 func (m *MockSink) Close() error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go133 type MockSink struct { struct
134 *bytes.Buffer
135 cancel bool
138 func (m *MockSink) ID() string {
142 func (m *MockSink) Cancel() error {
147 func (m *MockSink) Close() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go197 type MockSink struct { struct
198 *bytes.Buffer
199 cancel bool
202 func (m *MockSink) ID() string {
206 func (m *MockSink) Cancel() error {
211 func (m *MockSink) Close() error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/consul/
H A Dfsm_test.go21 type MockSink struct { struct
22 *bytes.Buffer
23 cancel bool
26 func (m *MockSink) ID() string {
30 func (m *MockSink) Cancel() error {
35 func (m *MockSink) Close() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/
H A Drpc_test.go208 type MockSink struct { struct
209 *bytes.Buffer
210 cancel bool
213 func (m *MockSink) ID() string {
217 func (m *MockSink) Cancel() error {
222 func (m *MockSink) Close() error {

12