1.. _metrics-api: 2 3Metrics 4========= 5 6.. automodule:: torch.distributed.elastic.metrics 7 8 9Metric Handlers 10----------------- 11 12.. currentmodule:: torch.distributed.elastic.metrics.api 13 14Below are the metric handlers that come included with torchelastic. 15 16.. autoclass:: MetricHandler 17 18.. autoclass:: ConsoleMetricHandler 19 20.. autoclass:: NullMetricHandler 21 22 23 24Methods 25------------ 26 27.. autofunction:: torch.distributed.elastic.metrics.configure 28 29.. autofunction:: torch.distributed.elastic.metrics.prof 30 31.. autofunction:: torch.distributed.elastic.metrics.put_metric 32