mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-09 03:52:03 +02:00
Fix stats name output
This commit is contained in:
@@ -66,7 +66,7 @@ void FrameStats::print_stats()
|
||||
system_clock::now()).time_since_epoch().count();
|
||||
|
||||
// Output in InfluxDB line protocol
|
||||
cout << "jf_udp_recv";
|
||||
cout << "std_udp_recv,";
|
||||
cout << ",detector_name=" << detector_name_;
|
||||
cout << ",module_id=" << module_id_;
|
||||
cout << " ";
|
||||
|
||||
Reference in New Issue
Block a user