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
What were you trying to accomplish?
Adding 100 metric data points for telemetry purposes for a single metric.
Expected Behavior
Flush metric set when data point is reached to prevent potential data loss, where 100+ data points are added thus being ignored silently by CloudWatch EMF when processed in the background.
Current Behavior
More than 100 metric data points can be added.
Possible Solution
Serialize and flush metric data set when a single metric reaches 100 data points. Dimensions etc should be kept intact.
Steps to Reproduce (for bugs)
Initialize Metrics()
Add a single metric e.g., metrics.add_metric(name=..., unit=..., value=[one_hundred_values])
What were you trying to accomplish?
Adding 100 metric data points for telemetry purposes for a single metric.
Expected Behavior
Flush metric set when data point is reached to prevent potential data loss, where 100+ data points are added thus being ignored silently by CloudWatch EMF when processed in the background.
Current Behavior
More than 100 metric data points can be added.
Possible Solution
Serialize and flush metric data set when a single metric reaches 100 data points. Dimensions etc should be kept intact.
Steps to Reproduce (for bugs)
Metrics()
metrics.add_metric(name=..., unit=..., value=[one_hundred_values])
Environment
# paste logs here
The text was updated successfully, but these errors were encountered: