mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 01:52:24 +02:00
Change stats names to use _ instead of -
Using - is causing problems in Influx -> we move to use the executable name instead of the project name as the main identifier.
This commit is contained in:
@@ -50,7 +50,7 @@ void StreamStats::print_stats()
|
||||
system_clock::now()).time_since_epoch().count();
|
||||
|
||||
// Output in InfluxDB line protocol
|
||||
cout << "sf-stream";
|
||||
cout << "sf_stream";
|
||||
cout << ",detector_name=" << detector_name_;
|
||||
cout << ",stream_name=" << stream_name_;
|
||||
cout << " ";
|
||||
|
||||
Reference in New Issue
Block a user