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
Flushes the current MetricsContext to the configured sink and resets all properties and metric values. The namespace and default dimensions will be preserved across flushes.
173
-
Custom dimensions are **not** preserved by default, but this behavior can be changed by invoking`logger.flush_preserve_dimensions = True`, so that custom dimensions would be preserved after each flushing thereafter.
173
+
Custom dimensions are **not** preserved by default, but this behavior can be changed by setting`logger.flush_preserve_dimensions = True`, so that custom dimensions would be preserved after each flushing thereafter.
0 commit comments