Documentation
¶
Index ¶
- func DBError(op string)
- func EventStoreLatency(op string, start time.Time)
- func GRPCFailure(method string)
- func GRPCLatency(method string, start time.Time)
- func GRPCSuccess(method string)
- func HTTPLatency(path string, start time.Time)
- func HTTPStatus(path string, status int)
- func RegisterPromMetrics() error
- func RsyslogLatency(start time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventStoreLatency ¶
EventStoreLatency records eventstore latency for a named op.
func GRPCLatency ¶
GRPCLatency records grpc request latency for a named method.
func GRPCSuccess ¶
func GRPCSuccess(method string)
GRPCSuccess counts successful gPRC calls by method.
func HTTPLatency ¶
HTTPLatency records a request latency for a given url path.
func HTTPStatus ¶
HTTPStatus records counts of http statuses, bucketed according to status types.
func RegisterPromMetrics ¶
func RegisterPromMetrics() error
RegisterPromMetrics registers all the metrics that eventmanger uses.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.