BBjAPI::unregisterMetricCounter

Description

In BBj 18.0 and higher, BBj supports metrics. The metrics are exported in a format compatible with the Prometheus time series database. See BBj Metrics documentation for more information.

Syntax

Return Value

Method

void unregisterMetricCounter(String name)

Parameters

Parameter Description
name The name of the Counter to unregister

Return Value

None.

Remarks

None.

See Also

BBjAPI

BBjAPI::getMetricCounter

BBjAPI::getMetricGauge

BBjAPI::unregisterMetricCounter

BBjAPI::registerMetricGauge

BBjAPI::unregisterMetricCounter

BBjAPI::unregisterMetricGauge

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.