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
Refinery Metric Events are running in three separate go routines (metrics, upstreamMetrics, and peerMetrics) which can lead to instances where a single millisecond has three different metrics events published (each containing their own data along with the dynamic fields).
Ideally, these three different events would get pre-aggregated into a single coherent event.
Originally opened as #293, which was closed after further investigation.
The text was updated successfully, but these errors were encountered:
#593 unified all the metrics into a single object. I'm hoping this will address this problem appropriately, although it wasn't a consideration in the redesign.
Refinery Metric Events are running in three separate go routines (
metrics
,upstreamMetrics
, andpeerMetrics
) which can lead to instances where a single millisecond has three different metrics events published (each containing their own data along with the dynamic fields).Ideally, these three different events would get pre-aggregated into a single coherent event.
Originally opened as #293, which was closed after further investigation.
The text was updated successfully, but these errors were encountered: