Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix the *MAU Limits* section of the Grafana dashboard relying on a specific job name for the workers of a Synapse deployment. #14644

Merged
merged 2 commits into from
Dec 13, 2022

Commits on Dec 8, 2022

  1. Remove job~= condition and aggregate with max()

    The job~= condition is not portable: it depends on how we do things on EMS and matrix.org
    
    Other people don't set up their job names the same way we do.
    
    Therefore we can't rely on job~= and cut it out.
    
    But doing that means that you end up with one trace per worker.
    
    To avoid this being a problem, I propose we aggregate them with max() so we take the number from the
    
    correct worker that is reporting MAU.
    reivilibre committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cacfcfe View commit details
    Browse the repository at this point in the history
  2. Newsfile

    Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
    reivilibre committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    f9982fc View commit details
    Browse the repository at this point in the history