Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugConnector ¶
type DebugConnector interface {
GetDebugMetrics(ctx context.Context, namespace string) (string, error)
}
DebugConnector is a connector for debug metrics.
func NewDebugConnector ¶
func NewDebugConnector(streaming streaming.Connector) DebugConnector
NewDebugConnector creates a new DebugConnector.
Click to show internal directories.
Click to hide internal directories.