Console Input
The CLI is in early alpha. Need help getting started, or found a bug? Open an Issue on our GitHub repository. We appreciate your patience and early support.
Overview
console
writes to standard output in the command line. Any data points this data source receives will be displayed in the console.
When combined with the --silent
flag, which silences all debug and error messages, you can use this to pipe output from Jet into any command-line program.
I/O Format
For each data point this data source receives, it will print text to the console in the format key=value
followed by a newline. This data source does not produce any data points.
throttle=0.00 throttle=0.53 throttle=0.74 throttle=1.00 throttle=1.00 throttle=1.00
Example Definition
{ "id": "console-logger", "type": "console" }