Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type FakeCombinedReporter
- func (fake *FakeCombinedReporter) CaptureBadGateway()
- func (fake *FakeCombinedReporter) CaptureBadGatewayCallCount() int
- func (fake *FakeCombinedReporter) CaptureBadRequest()
- func (fake *FakeCombinedReporter) CaptureBadRequestCallCount() int
- func (fake *FakeCombinedReporter) CaptureRouteServiceResponse(res *http.Response)
- func (fake *FakeCombinedReporter) CaptureRouteServiceResponseArgsForCall(i int) *http.Response
- func (fake *FakeCombinedReporter) CaptureRouteServiceResponseCallCount() int
- func (fake *FakeCombinedReporter) CaptureRoutingRequest(b *route.Endpoint)
- func (fake *FakeCombinedReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
- func (fake *FakeCombinedReporter) CaptureRoutingRequestCallCount() int
- func (fake *FakeCombinedReporter) CaptureRoutingResponse(statusCode int)
- func (fake *FakeCombinedReporter) CaptureRoutingResponseArgsForCall(i int) int
- func (fake *FakeCombinedReporter) CaptureRoutingResponseCallCount() int
- func (fake *FakeCombinedReporter) CaptureRoutingResponseLatency(b *route.Endpoint, statusCode int, t time.Time, d time.Duration)
- func (fake *FakeCombinedReporter) CaptureRoutingResponseLatencyArgsForCall(i int) (*route.Endpoint, int, time.Time, time.Duration)
- func (fake *FakeCombinedReporter) CaptureRoutingResponseLatencyCallCount() int
- func (fake *FakeCombinedReporter) CaptureWebSocketFailure()
- func (fake *FakeCombinedReporter) CaptureWebSocketFailureCallCount() int
- func (fake *FakeCombinedReporter) CaptureWebSocketUpdate()
- func (fake *FakeCombinedReporter) CaptureWebSocketUpdateCallCount() int
- type FakeProxyReporter
- func (fake *FakeProxyReporter) CaptureBadGateway()
- func (fake *FakeProxyReporter) CaptureBadGatewayCallCount() int
- func (fake *FakeProxyReporter) CaptureBadRequest()
- func (fake *FakeProxyReporter) CaptureBadRequestCallCount() int
- func (fake *FakeProxyReporter) CaptureRouteServiceResponse(res *http.Response)
- func (fake *FakeProxyReporter) CaptureRouteServiceResponseArgsForCall(i int) *http.Response
- func (fake *FakeProxyReporter) CaptureRouteServiceResponseCallCount() int
- func (fake *FakeProxyReporter) CaptureRoutingRequest(b *route.Endpoint)
- func (fake *FakeProxyReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
- func (fake *FakeProxyReporter) CaptureRoutingRequestCallCount() int
- func (fake *FakeProxyReporter) CaptureRoutingResponse(statusCode int)
- func (fake *FakeProxyReporter) CaptureRoutingResponseArgsForCall(i int) int
- func (fake *FakeProxyReporter) CaptureRoutingResponseCallCount() int
- func (fake *FakeProxyReporter) CaptureRoutingResponseLatency(b *route.Endpoint, d time.Duration)
- func (fake *FakeProxyReporter) CaptureRoutingResponseLatencyArgsForCall(i int) (*route.Endpoint, time.Duration)
- func (fake *FakeProxyReporter) CaptureRoutingResponseLatencyCallCount() int
- func (fake *FakeProxyReporter) CaptureWebSocketFailure()
- func (fake *FakeProxyReporter) CaptureWebSocketFailureCallCount() int
- func (fake *FakeProxyReporter) CaptureWebSocketUpdate()
- func (fake *FakeProxyReporter) CaptureWebSocketUpdateCallCount() int
- type FakeRouteRegistryReporter
- func (fake *FakeRouteRegistryReporter) CaptureLookupTime(t time.Duration)
- func (fake *FakeRouteRegistryReporter) CaptureLookupTimeArgsForCall(i int) time.Duration
- func (fake *FakeRouteRegistryReporter) CaptureLookupTimeCallCount() int
- func (fake *FakeRouteRegistryReporter) CaptureRegistryMessage(msg metrics.ComponentTagged)
- func (fake *FakeRouteRegistryReporter) CaptureRegistryMessageArgsForCall(i int) metrics.ComponentTagged
- func (fake *FakeRouteRegistryReporter) CaptureRegistryMessageCallCount() int
- func (fake *FakeRouteRegistryReporter) CaptureRouteStats(totalRoutes int, msSinceLastUpdate uint64)
- func (fake *FakeRouteRegistryReporter) CaptureRouteStatsArgsForCall(i int) (int, uint64)
- func (fake *FakeRouteRegistryReporter) CaptureRouteStatsCallCount() int
- func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessage(msg metrics.ComponentTagged)
- func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessageArgsForCall(i int) metrics.ComponentTagged
- func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessageCallCount() int
- type FakeVarzReporter
- func (fake *FakeVarzReporter) CaptureBadGateway()
- func (fake *FakeVarzReporter) CaptureBadGatewayCallCount() int
- func (fake *FakeVarzReporter) CaptureBadRequest()
- func (fake *FakeVarzReporter) CaptureBadRequestCallCount() int
- func (fake *FakeVarzReporter) CaptureRoutingRequest(b *route.Endpoint)
- func (fake *FakeVarzReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
- func (fake *FakeVarzReporter) CaptureRoutingRequestCallCount() int
- func (fake *FakeVarzReporter) CaptureRoutingResponseLatency(b *route.Endpoint, statusCode int, t time.Time, d time.Duration)
- func (fake *FakeVarzReporter) CaptureRoutingResponseLatencyArgsForCall(i int) (*route.Endpoint, int, time.Time, time.Duration)
- func (fake *FakeVarzReporter) CaptureRoutingResponseLatencyCallCount() int
- type MetricBatcher
- func (fake *MetricBatcher) BatchAddCounter(name string, delta uint64)
- func (fake *MetricBatcher) BatchAddCounterArgsForCall(i int) (string, uint64)
- func (fake *MetricBatcher) BatchAddCounterCallCount() int
- func (fake *MetricBatcher) BatchIncrementCounter(name string)
- func (fake *MetricBatcher) BatchIncrementCounterArgsForCall(i int) string
- func (fake *MetricBatcher) BatchIncrementCounterCallCount() int
- func (fake *MetricBatcher) Close()
- func (fake *MetricBatcher) CloseCallCount() int
- func (fake *MetricBatcher) Invocations() map[string][][]interface{}
- type MetricSender
- func (fake *MetricSender) AddToCounter(name string, delta uint64) error
- func (fake *MetricSender) AddToCounterArgsForCall(i int) (string, uint64)
- func (fake *MetricSender) AddToCounterCallCount() int
- func (fake *MetricSender) AddToCounterReturns(result1 error)
- func (fake *MetricSender) ContainerMetric(appID string, instance int32, cpu float64, mem uint64, disk uint64) metric_sender.ContainerMetricChainer
- func (fake *MetricSender) ContainerMetricArgsForCall(i int) (string, int32, float64, uint64, uint64)
- func (fake *MetricSender) ContainerMetricCallCount() int
- func (fake *MetricSender) ContainerMetricReturns(result1 metric_sender.ContainerMetricChainer)
- func (fake *MetricSender) Counter(name string) metric_sender.CounterChainer
- func (fake *MetricSender) CounterArgsForCall(i int) string
- func (fake *MetricSender) CounterCallCount() int
- func (fake *MetricSender) CounterReturns(result1 metric_sender.CounterChainer)
- func (fake *MetricSender) IncrementCounter(name string) error
- func (fake *MetricSender) IncrementCounterArgsForCall(i int) string
- func (fake *MetricSender) IncrementCounterCallCount() int
- func (fake *MetricSender) IncrementCounterReturns(result1 error)
- func (fake *MetricSender) Invocations() map[string][][]interface{}
- func (fake *MetricSender) Send(event events.Event) error
- func (fake *MetricSender) SendArgsForCall(i int) events.Event
- func (fake *MetricSender) SendCallCount() int
- func (fake *MetricSender) SendContainerMetric(applicationId string, instanceIndex int32, cpuPercentage float64, ...) error
- func (fake *MetricSender) SendContainerMetricArgsForCall(i int) (string, int32, float64, uint64, uint64)
- func (fake *MetricSender) SendContainerMetricCallCount() int
- func (fake *MetricSender) SendContainerMetricReturns(result1 error)
- func (fake *MetricSender) SendReturns(result1 error)
- func (fake *MetricSender) SendValue(name string, value float64, unit string) error
- func (fake *MetricSender) SendValueArgsForCall(i int) (string, float64, string)
- func (fake *MetricSender) SendValueCallCount() int
- func (fake *MetricSender) SendValueReturns(result1 error)
- func (fake *MetricSender) Value(name string, value float64, unit string) metric_sender.ValueChainer
- func (fake *MetricSender) ValueArgsForCall(i int) (string, float64, string)
- func (fake *MetricSender) ValueCallCount() int
- func (fake *MetricSender) ValueReturns(result1 metric_sender.ValueChainer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCombinedReporter ¶
type FakeCombinedReporter struct { CaptureBadRequestStub func() CaptureBadGatewayStub func() CaptureRoutingRequestStub func(b *route.Endpoint) CaptureRoutingResponseStub func(statusCode int) CaptureRoutingResponseLatencyStub func(b *route.Endpoint, statusCode int, t time.Time, d time.Duration) CaptureRouteServiceResponseStub func(res *http.Response) CaptureWebSocketUpdateStub func() CaptureWebSocketFailureStub func() // contains filtered or unexported fields }
func (*FakeCombinedReporter) CaptureBadGateway ¶
func (fake *FakeCombinedReporter) CaptureBadGateway()
func (*FakeCombinedReporter) CaptureBadGatewayCallCount ¶
func (fake *FakeCombinedReporter) CaptureBadGatewayCallCount() int
func (*FakeCombinedReporter) CaptureBadRequest ¶
func (fake *FakeCombinedReporter) CaptureBadRequest()
func (*FakeCombinedReporter) CaptureBadRequestCallCount ¶
func (fake *FakeCombinedReporter) CaptureBadRequestCallCount() int
func (*FakeCombinedReporter) CaptureRouteServiceResponse ¶
func (fake *FakeCombinedReporter) CaptureRouteServiceResponse(res *http.Response)
func (*FakeCombinedReporter) CaptureRouteServiceResponseArgsForCall ¶
func (fake *FakeCombinedReporter) CaptureRouteServiceResponseArgsForCall(i int) *http.Response
func (*FakeCombinedReporter) CaptureRouteServiceResponseCallCount ¶
func (fake *FakeCombinedReporter) CaptureRouteServiceResponseCallCount() int
func (*FakeCombinedReporter) CaptureRoutingRequest ¶
func (fake *FakeCombinedReporter) CaptureRoutingRequest(b *route.Endpoint)
func (*FakeCombinedReporter) CaptureRoutingRequestArgsForCall ¶
func (fake *FakeCombinedReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
func (*FakeCombinedReporter) CaptureRoutingRequestCallCount ¶
func (fake *FakeCombinedReporter) CaptureRoutingRequestCallCount() int
func (*FakeCombinedReporter) CaptureRoutingResponse ¶
func (fake *FakeCombinedReporter) CaptureRoutingResponse(statusCode int)
func (*FakeCombinedReporter) CaptureRoutingResponseArgsForCall ¶
func (fake *FakeCombinedReporter) CaptureRoutingResponseArgsForCall(i int) int
func (*FakeCombinedReporter) CaptureRoutingResponseCallCount ¶
func (fake *FakeCombinedReporter) CaptureRoutingResponseCallCount() int
func (*FakeCombinedReporter) CaptureRoutingResponseLatency ¶
func (*FakeCombinedReporter) CaptureRoutingResponseLatencyArgsForCall ¶
func (*FakeCombinedReporter) CaptureRoutingResponseLatencyCallCount ¶
func (fake *FakeCombinedReporter) CaptureRoutingResponseLatencyCallCount() int
func (*FakeCombinedReporter) CaptureWebSocketFailure ¶
func (fake *FakeCombinedReporter) CaptureWebSocketFailure()
func (*FakeCombinedReporter) CaptureWebSocketFailureCallCount ¶
func (fake *FakeCombinedReporter) CaptureWebSocketFailureCallCount() int
func (*FakeCombinedReporter) CaptureWebSocketUpdate ¶
func (fake *FakeCombinedReporter) CaptureWebSocketUpdate()
func (*FakeCombinedReporter) CaptureWebSocketUpdateCallCount ¶
func (fake *FakeCombinedReporter) CaptureWebSocketUpdateCallCount() int
type FakeProxyReporter ¶
type FakeProxyReporter struct { CaptureBadRequestStub func() CaptureBadGatewayStub func() CaptureRoutingRequestStub func(b *route.Endpoint) CaptureRoutingResponseStub func(statusCode int) CaptureRoutingResponseLatencyStub func(b *route.Endpoint, d time.Duration) CaptureRouteServiceResponseStub func(res *http.Response) CaptureWebSocketUpdateStub func() CaptureWebSocketFailureStub func() // contains filtered or unexported fields }
func (*FakeProxyReporter) CaptureBadGateway ¶
func (fake *FakeProxyReporter) CaptureBadGateway()
func (*FakeProxyReporter) CaptureBadGatewayCallCount ¶
func (fake *FakeProxyReporter) CaptureBadGatewayCallCount() int
func (*FakeProxyReporter) CaptureBadRequest ¶
func (fake *FakeProxyReporter) CaptureBadRequest()
func (*FakeProxyReporter) CaptureBadRequestCallCount ¶
func (fake *FakeProxyReporter) CaptureBadRequestCallCount() int
func (*FakeProxyReporter) CaptureRouteServiceResponse ¶
func (fake *FakeProxyReporter) CaptureRouteServiceResponse(res *http.Response)
func (*FakeProxyReporter) CaptureRouteServiceResponseArgsForCall ¶
func (fake *FakeProxyReporter) CaptureRouteServiceResponseArgsForCall(i int) *http.Response
func (*FakeProxyReporter) CaptureRouteServiceResponseCallCount ¶
func (fake *FakeProxyReporter) CaptureRouteServiceResponseCallCount() int
func (*FakeProxyReporter) CaptureRoutingRequest ¶
func (fake *FakeProxyReporter) CaptureRoutingRequest(b *route.Endpoint)
func (*FakeProxyReporter) CaptureRoutingRequestArgsForCall ¶
func (fake *FakeProxyReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
func (*FakeProxyReporter) CaptureRoutingRequestCallCount ¶
func (fake *FakeProxyReporter) CaptureRoutingRequestCallCount() int
func (*FakeProxyReporter) CaptureRoutingResponse ¶
func (fake *FakeProxyReporter) CaptureRoutingResponse(statusCode int)
func (*FakeProxyReporter) CaptureRoutingResponseArgsForCall ¶
func (fake *FakeProxyReporter) CaptureRoutingResponseArgsForCall(i int) int
func (*FakeProxyReporter) CaptureRoutingResponseCallCount ¶
func (fake *FakeProxyReporter) CaptureRoutingResponseCallCount() int
func (*FakeProxyReporter) CaptureRoutingResponseLatency ¶
func (fake *FakeProxyReporter) CaptureRoutingResponseLatency(b *route.Endpoint, d time.Duration)
func (*FakeProxyReporter) CaptureRoutingResponseLatencyArgsForCall ¶
func (*FakeProxyReporter) CaptureRoutingResponseLatencyCallCount ¶
func (fake *FakeProxyReporter) CaptureRoutingResponseLatencyCallCount() int
func (*FakeProxyReporter) CaptureWebSocketFailure ¶
func (fake *FakeProxyReporter) CaptureWebSocketFailure()
func (*FakeProxyReporter) CaptureWebSocketFailureCallCount ¶
func (fake *FakeProxyReporter) CaptureWebSocketFailureCallCount() int
func (*FakeProxyReporter) CaptureWebSocketUpdate ¶
func (fake *FakeProxyReporter) CaptureWebSocketUpdate()
func (*FakeProxyReporter) CaptureWebSocketUpdateCallCount ¶
func (fake *FakeProxyReporter) CaptureWebSocketUpdateCallCount() int
type FakeRouteRegistryReporter ¶
type FakeRouteRegistryReporter struct { CaptureRouteStatsStub func(totalRoutes int, msSinceLastUpdate uint64) CaptureLookupTimeStub func(t time.Duration) CaptureRegistryMessageStub func(msg metrics.ComponentTagged) CaptureUnregistryMessageStub func(msg metrics.ComponentTagged) // contains filtered or unexported fields }
func (*FakeRouteRegistryReporter) CaptureLookupTime ¶
func (fake *FakeRouteRegistryReporter) CaptureLookupTime(t time.Duration)
func (*FakeRouteRegistryReporter) CaptureLookupTimeArgsForCall ¶
func (fake *FakeRouteRegistryReporter) CaptureLookupTimeArgsForCall(i int) time.Duration
func (*FakeRouteRegistryReporter) CaptureLookupTimeCallCount ¶
func (fake *FakeRouteRegistryReporter) CaptureLookupTimeCallCount() int
func (*FakeRouteRegistryReporter) CaptureRegistryMessage ¶
func (fake *FakeRouteRegistryReporter) CaptureRegistryMessage(msg metrics.ComponentTagged)
func (*FakeRouteRegistryReporter) CaptureRegistryMessageArgsForCall ¶
func (fake *FakeRouteRegistryReporter) CaptureRegistryMessageArgsForCall(i int) metrics.ComponentTagged
func (*FakeRouteRegistryReporter) CaptureRegistryMessageCallCount ¶
func (fake *FakeRouteRegistryReporter) CaptureRegistryMessageCallCount() int
func (*FakeRouteRegistryReporter) CaptureRouteStats ¶
func (fake *FakeRouteRegistryReporter) CaptureRouteStats(totalRoutes int, msSinceLastUpdate uint64)
func (*FakeRouteRegistryReporter) CaptureRouteStatsArgsForCall ¶
func (fake *FakeRouteRegistryReporter) CaptureRouteStatsArgsForCall(i int) (int, uint64)
func (*FakeRouteRegistryReporter) CaptureRouteStatsCallCount ¶
func (fake *FakeRouteRegistryReporter) CaptureRouteStatsCallCount() int
func (*FakeRouteRegistryReporter) CaptureUnregistryMessage ¶
func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessage(msg metrics.ComponentTagged)
func (*FakeRouteRegistryReporter) CaptureUnregistryMessageArgsForCall ¶
func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessageArgsForCall(i int) metrics.ComponentTagged
func (*FakeRouteRegistryReporter) CaptureUnregistryMessageCallCount ¶
func (fake *FakeRouteRegistryReporter) CaptureUnregistryMessageCallCount() int
type FakeVarzReporter ¶
type FakeVarzReporter struct { CaptureBadRequestStub func() CaptureBadGatewayStub func() CaptureRoutingRequestStub func(b *route.Endpoint) CaptureRoutingResponseLatencyStub func(b *route.Endpoint, statusCode int, t time.Time, d time.Duration) // contains filtered or unexported fields }
func (*FakeVarzReporter) CaptureBadGateway ¶
func (fake *FakeVarzReporter) CaptureBadGateway()
func (*FakeVarzReporter) CaptureBadGatewayCallCount ¶
func (fake *FakeVarzReporter) CaptureBadGatewayCallCount() int
func (*FakeVarzReporter) CaptureBadRequest ¶
func (fake *FakeVarzReporter) CaptureBadRequest()
func (*FakeVarzReporter) CaptureBadRequestCallCount ¶
func (fake *FakeVarzReporter) CaptureBadRequestCallCount() int
func (*FakeVarzReporter) CaptureRoutingRequest ¶
func (fake *FakeVarzReporter) CaptureRoutingRequest(b *route.Endpoint)
func (*FakeVarzReporter) CaptureRoutingRequestArgsForCall ¶
func (fake *FakeVarzReporter) CaptureRoutingRequestArgsForCall(i int) *route.Endpoint
func (*FakeVarzReporter) CaptureRoutingRequestCallCount ¶
func (fake *FakeVarzReporter) CaptureRoutingRequestCallCount() int
func (*FakeVarzReporter) CaptureRoutingResponseLatency ¶
func (*FakeVarzReporter) CaptureRoutingResponseLatencyArgsForCall ¶
func (*FakeVarzReporter) CaptureRoutingResponseLatencyCallCount ¶
func (fake *FakeVarzReporter) CaptureRoutingResponseLatencyCallCount() int
type MetricBatcher ¶
type MetricBatcher struct { BatchIncrementCounterStub func(name string) BatchAddCounterStub func(name string, delta uint64) CloseStub func() // contains filtered or unexported fields }
func (*MetricBatcher) BatchAddCounter ¶
func (fake *MetricBatcher) BatchAddCounter(name string, delta uint64)
func (*MetricBatcher) BatchAddCounterArgsForCall ¶
func (fake *MetricBatcher) BatchAddCounterArgsForCall(i int) (string, uint64)
func (*MetricBatcher) BatchAddCounterCallCount ¶
func (fake *MetricBatcher) BatchAddCounterCallCount() int
func (*MetricBatcher) BatchIncrementCounter ¶
func (fake *MetricBatcher) BatchIncrementCounter(name string)
func (*MetricBatcher) BatchIncrementCounterArgsForCall ¶
func (fake *MetricBatcher) BatchIncrementCounterArgsForCall(i int) string
func (*MetricBatcher) BatchIncrementCounterCallCount ¶
func (fake *MetricBatcher) BatchIncrementCounterCallCount() int
func (*MetricBatcher) Close ¶
func (fake *MetricBatcher) Close()
func (*MetricBatcher) CloseCallCount ¶
func (fake *MetricBatcher) CloseCallCount() int
func (*MetricBatcher) Invocations ¶
func (fake *MetricBatcher) Invocations() map[string][][]interface{}
type MetricSender ¶
type MetricSender struct { SendStub func(event events.Event) error ValueStub func(name string, value float64, unit string) metric_sender.ValueChainer ContainerMetricStub func(appID string, instance int32, cpu float64, mem, disk uint64) metric_sender.ContainerMetricChainer CounterStub func(name string) metric_sender.CounterChainer SendValueStub func(name string, value float64, unit string) error IncrementCounterStub func(name string) error AddToCounterStub func(name string, delta uint64) error SendContainerMetricStub func(applicationId string, instanceIndex int32, cpuPercentage float64, memoryBytes uint64, diskBytes uint64) error // contains filtered or unexported fields }
func (*MetricSender) AddToCounter ¶
func (fake *MetricSender) AddToCounter(name string, delta uint64) error
func (*MetricSender) AddToCounterArgsForCall ¶
func (fake *MetricSender) AddToCounterArgsForCall(i int) (string, uint64)
func (*MetricSender) AddToCounterCallCount ¶
func (fake *MetricSender) AddToCounterCallCount() int
func (*MetricSender) AddToCounterReturns ¶
func (fake *MetricSender) AddToCounterReturns(result1 error)
func (*MetricSender) ContainerMetric ¶
func (fake *MetricSender) ContainerMetric(appID string, instance int32, cpu float64, mem uint64, disk uint64) metric_sender.ContainerMetricChainer
func (*MetricSender) ContainerMetricArgsForCall ¶
func (*MetricSender) ContainerMetricCallCount ¶
func (fake *MetricSender) ContainerMetricCallCount() int
func (*MetricSender) ContainerMetricReturns ¶
func (fake *MetricSender) ContainerMetricReturns(result1 metric_sender.ContainerMetricChainer)
func (*MetricSender) Counter ¶
func (fake *MetricSender) Counter(name string) metric_sender.CounterChainer
func (*MetricSender) CounterArgsForCall ¶
func (fake *MetricSender) CounterArgsForCall(i int) string
func (*MetricSender) CounterCallCount ¶
func (fake *MetricSender) CounterCallCount() int
func (*MetricSender) CounterReturns ¶
func (fake *MetricSender) CounterReturns(result1 metric_sender.CounterChainer)
func (*MetricSender) IncrementCounter ¶
func (fake *MetricSender) IncrementCounter(name string) error
func (*MetricSender) IncrementCounterArgsForCall ¶
func (fake *MetricSender) IncrementCounterArgsForCall(i int) string
func (*MetricSender) IncrementCounterCallCount ¶
func (fake *MetricSender) IncrementCounterCallCount() int
func (*MetricSender) IncrementCounterReturns ¶
func (fake *MetricSender) IncrementCounterReturns(result1 error)
func (*MetricSender) Invocations ¶
func (fake *MetricSender) Invocations() map[string][][]interface{}
func (*MetricSender) SendArgsForCall ¶
func (fake *MetricSender) SendArgsForCall(i int) events.Event
func (*MetricSender) SendCallCount ¶
func (fake *MetricSender) SendCallCount() int
func (*MetricSender) SendContainerMetric ¶
func (*MetricSender) SendContainerMetricArgsForCall ¶
func (*MetricSender) SendContainerMetricCallCount ¶
func (fake *MetricSender) SendContainerMetricCallCount() int
func (*MetricSender) SendContainerMetricReturns ¶
func (fake *MetricSender) SendContainerMetricReturns(result1 error)
func (*MetricSender) SendReturns ¶
func (fake *MetricSender) SendReturns(result1 error)
func (*MetricSender) SendValue ¶
func (fake *MetricSender) SendValue(name string, value float64, unit string) error
func (*MetricSender) SendValueArgsForCall ¶
func (fake *MetricSender) SendValueArgsForCall(i int) (string, float64, string)
func (*MetricSender) SendValueCallCount ¶
func (fake *MetricSender) SendValueCallCount() int
func (*MetricSender) SendValueReturns ¶
func (fake *MetricSender) SendValueReturns(result1 error)
func (*MetricSender) Value ¶
func (fake *MetricSender) Value(name string, value float64, unit string) metric_sender.ValueChainer
func (*MetricSender) ValueArgsForCall ¶
func (fake *MetricSender) ValueArgsForCall(i int) (string, float64, string)
func (*MetricSender) ValueCallCount ¶
func (fake *MetricSender) ValueCallCount() int
func (*MetricSender) ValueReturns ¶
func (fake *MetricSender) ValueReturns(result1 metric_sender.ValueChainer)
Click to show internal directories.
Click to hide internal directories.