Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶ added in v1.2.4
type Metrics interface {
IsMetricsEnabled() bool
// HTTPHandler returns the HTTP handler of this metrics registry
HTTPHandler() http.Handler
GetAPIServerRESTHTTPMiddleware() func(next http.Handler) http.Handler
// functions for transaction handler to define and emit metrics
TransactionHandlerMetrics
}
func NewMetricsManager ¶
type TransactionHandlerMetrics ¶ added in v1.2.7
type TransactionHandlerMetrics interface {
txhandler.TransactionMetrics
}
Transaction handler metrics are defined and emitted by transaction handlers
Click to show internal directories.
Click to hide internal directories.