Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refinery Metrics are three different event goroutines instead of a single, aggregated event #294

Closed
jharley opened this issue Jul 21, 2021 · 1 comment
Labels
type: enhancement New feature or request

Comments

@jharley
Copy link
Contributor

jharley commented Jul 21, 2021

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.

@vreynolds vreynolds added the type: enhancement New feature or request label Jul 28, 2021
@kentquirk
Copy link
Contributor

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants