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
Apparently if you call MetricsLogger.putMetric() more than 100 times, it will keep adding values to the metric causing to reach out of it's limits. This would cause missing metrics as the log entry would not be processed.
Reference:
Metrics— An array of MetricDefinition objects. This array MUST NOT contain more than 100 MetricDefinition objects.