File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ The **API endpoint** can be used to:
3737- Add one or more network interfaces to the microVM. Firecracker is mapping
3838 an existing host file as a VirtIO block device into the microVM.
3939- Add one or more read/write disks (file-backed block devices) to the microVM.
40- - Configure the logging system (i.e. path on host for log file, log level, etc).
40+ - Configure the logging system by:
41+ - Specifying two named pipes (one for human readable logs and one for the metrics).
42+ - Enabling or disabling printing the log level, line and file of where the log originated.
43+ - Setting the maximum level for triggering logs.
4144- Configure rate limiters for VirtiIO devices which can limit the bandwidth, ops/s
4245 or both.
4346- Start the microVM using a given kernel image, root file system and boot arguments.
@@ -47,7 +50,7 @@ The **API endpoint** can be used to:
4750- Emulated keyboard (i8042) and serial console (UART). The microVM serial
4851 console input and output are connected to those of the Firecracker process
4952 (this allows direct console access to the guest OS).
50- - Metrics currently logged every 60s to the configured log-file .
53+ - Metrics currently logged every 60s to a one-purpose only named pipe .
5154 Categories:
5255 - API requests related metrics
5356 - VCPUs related metrics
You can’t perform that action at this time.
0 commit comments