Usage of ./multi-exporter:
-listen-address string
The address to listen on for HTTP requests. (default ":9998")
-log.format value
Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" (default "logger:stderr")
-log.level value
Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] (default "info")
The replacement: 'localhost:9998' under relabel_configs is the addresses
of the exporter you want to scrape data from. So, if you want to be able to
log ICMP RTTs to some server from another endpoint, you would add another
job with a relabel config that sets the target address to a different
exporter.