Class WebISWriter
Defined in File webis_writer.hpp
Inheritance Relationships
Base Type
public Writer(Class Writer)
Class Documentation
-
class WebISWriter : public Writer
A class to write metrics to WebIS.
Public Functions
-
virtual void write_message(const nlohmann::json &message) override
Writes a JSON message to WebIS via webdaq.
There needs to be a preexisting IS schema in XML format uploaded inside partiton. The JSON message will have a format reflecting that schema
- Parameters:
message -- The JSON message containing metrics.
-
virtual void write_message(const nlohmann::json &message) override