Documentation ¶
Overview ¶
Package rally outputs logs to ndjson suitable for use by https://github.com/elastic/rally
Configuration file supports either writing to a file or a directory with random names.
output: type: rally filename: "/var/tmp/rally.ndjson"
or
output: type: rally directory: "/var/tmp" pattern: "rally_*"
directory and pattern are used in os.CreateTemp call
Index ¶
Constants ¶
View Source
const Name = "rally"
Name is the name of the output in the configuration file and registry
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.