Stop publishing metrics to the specified publisher and remove it.

Synopsis

Declared in <balm_metricsmanager.h>

int
removePublisher(Publisher const* publisher);

Description

Stop publishing metrics to the specified publisher (for each category), and remove it from this metrics manager. Return 0 on success, and a non‐zero value if publisher cannot be found.

Return Value

0 on success, and a non‐zero value if publisher cannot be found

Parameters

Name

Description

publisher

publisher to remove from this metrics manager

Created with MrDocs