You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`log` is a log object created using python's standard `logging` module. You can
139
149
read more about it at https://docs.python.org/2/library/logging.html.
150
+
151
+
### Metric-Grouping
152
+
When writing a `Metric` using `self.log`, you can specify `type=metric`. If this is done, a background thread will automatically group multiple metrics into one by averaging values (to prevent writing too many log lines).
0 commit comments