Create a streampublisher and initialize it to publish metrics to the specified stream.
Synopsis
Declared in <balm_streampublisher.h>
StreamPublisher(std::ostream& stream);
Parameters
Name |
Description |
stream |
output stream to which metrics are published |
Created with MrDocs