Add hostname to metrics on panic

This commit is contained in:
Stephen Akridge
2018-08-10 15:59:41 -07:00
committed by sakridge
parent 2318ffc704
commit a206f2570d
4 changed files with 9 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ extern crate serde_derive;
extern crate pnet_datalink;
extern crate serde_json;
extern crate sha2;
extern crate sys_info;
extern crate untrusted;
#[cfg(test)]