Documentation ¶
Overview ¶
Package logs provides logging facilities for Envoy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogsCollector ¶
type LogsCollector interface { // CollectAccessLogs collects access logs from the given path. CollectAccessLogs(ctx context.Context, path string) error // CollectTaps collects Envoy taps from the given path. CollectTaps(ctx context.Context, path string) error }
func NewClickHouseLogsCollector ¶
func NewClickHouseLogsCollector( chConn clickhouse.Conn, proxyUID uuid.UUID, ) LogsCollector
NewClickHouseLogsCollector creates a new LogsCollector that writes logs to ClickHouse.
Click to show internal directories.
Click to hide internal directories.