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
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
In HA mode, Promscale writes from a leader replica and discards from the non-leader. This is true for samples. But, when doing metric-metadata, I found that Promscale was ingesting from non-leader as well. While this is not breaking, it does have some impact on the performance. My guess is we do not go through the writePreprocessors for metric-metadata which can be the cause.