Documentation ¶
Overview ¶
Package clickhouse performs output operations for the extension
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DSN string `json:"dsn"` RunID string `json:"run_id"` PushInterval types.NullDuration `json:"push_interval"` LogLevel logrus.Level `json:"log_level"` ClientOptions *clickhouse.Options }
Config is the config for the ClickHouse output extension.
type Output ¶
type Output struct { output.SampleBuffer // contains filtered or unexported fields }
Output implements the output.Output interface.
func (*Output) Description ¶
Description returns a human-readable description of the output that will be shown in `k6 run`.
Click to show internal directories.
Click to hide internal directories.