ironic_lib.metrics_utils
Module¶ironic_lib.metrics_utils.
get_metrics_logger
(prefix='', backend=None, host=None, delimiter='.')[source]¶Return a metric logger with the specified prefix.
The format of the prefix is: [global_prefix<delim>][host_name<delim>]prefix where <delim> is the delimiter (default is ‘.’)
Parameters: |
|
---|---|
Returns: | The new MetricLogger. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.