# Functions
CancelUpdateMetricsFunctions calls the contexts cancel() methods of all interval processes.
GetDefaultUpdateMetricsInterval gets default interval.
GetUpdateMetricsFunction returns the update metrics function associated to `name`.
GetUpdateMetricsFunctionInterval returns the interval the update metrics is currently registered at.
RegisterUpdateMetricsFunction allows you to register a function that will update prometheus metrics.
RegisterUpdateMetricsFunctionWithInterval allows you to register a function that will update prometheus metrics every interval.
SetDefaultUpdateMetricsInterval sets default interval.
UnregisterUpdateMetricsFunctions allows you to unregister an update functions metrics which has been previously registered.
UpdateAPIRateLimitingMetrics updates api metrics.
UpdateBatchMetrics updates batch metrics.
UpdateGraphMetrics updates graph metrics.
UpdateMetrics main update metrics process.
UpdateStorageMetrics updates storage metrics.
# Type aliases
UpdateMetricsFunction is the function type which needs to respected to create update metrics functions.