Documentation
¶
Index ¶
- type BusinessMetrics
- type Manager
- func (m *Manager) BusinessMetrics() *BusinessMetrics
- func (m *Manager) HealthHandler(c echo.Context) error
- func (m *Manager) InfoHandler(c echo.Context) error
- func (m *Manager) MetricsHandler() http.Handler
- func (m *Manager) Middleware() echo.MiddlewareFunc
- func (m *Manager) ReadyHandler(c echo.Context) error
- func (m *Manager) Shutdown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusinessMetrics ¶
type BusinessMetrics struct {
// contains filtered or unexported fields
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) BusinessMetrics ¶
func (m *Manager) BusinessMetrics() *BusinessMetrics
func (*Manager) MetricsHandler ¶
func (*Manager) Middleware ¶
func (m *Manager) Middleware() echo.MiddlewareFunc
Click to show internal directories.
Click to hide internal directories.