BBjAPI::unregisterMetricGauge

Description

In BBj 18.0 and higher, this method unregisters a metric Gauge object with the given name.

Syntax

Return Value

Method

void unregisterMetricGauge(String name)

Parameters

Parameter Description
name The name of the Gauge to unregister.

Return Value

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

Remarks

None.

See Also

BBjAPI

BBjAPI::getMetricCounter

BBjAPI::getMetricGauge

BBjAPI::unregisterMetricGauge

BBjAPI::registerMetricGauge

BBjAPI::unregisterMetricCounter

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