Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Do()
- func (m *Manager) EventLogInstance(w http.ResponseWriter, r *http.Request)
- func (m *Manager) Metric()
- func (m *Manager) PrometheusAPI(w http.ResponseWriter, r *http.Request)
- func (m *Manager) RequestMetric(next http.Handler) http.Handler
- func (m *Manager) Run()
- func (m *Manager) SetMiddleware()
- func (m *Manager) Start() error
- func (m *Manager) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager apiserver
func NewManager ¶
NewManager newManager
func (*Manager) EventLogInstance ¶
func (m *Manager) EventLogInstance(w http.ResponseWriter, r *http.Request)
EventLogInstance 查询event server instance
func (*Manager) PrometheusAPI ¶
func (m *Manager) PrometheusAPI(w http.ResponseWriter, r *http.Request)
PrometheusAPI prometheus api 代理
func (*Manager) RequestMetric ¶
RequestMetric request metric midd
Click to show internal directories.
Click to hide internal directories.