Class WebISWriter

Inheritance Relationships

Base Type

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.