This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ Fix the *MAU Limits* section of the Grafana dashboard relying on a specific `job` name for the workers of a Synapse deployment.
Original file line number Diff line number Diff line change 1008
1008
"mode" : " absolute" ,
1009
1009
"steps" : [
1010
1010
{
1011
- "color" : " green" ,
1012
- "value" : null
1011
+ "color" : " green"
1013
1012
},
1014
1013
{
1015
1014
"color" : " red" ,
1681
1680
"mode" : " absolute" ,
1682
1681
"steps" : [
1683
1682
{
1684
- "color" : " green" ,
1685
- "value" : null
1683
+ "color" : " green"
1686
1684
},
1687
1685
{
1688
1686
"color" : " red" ,
2533
2531
"mode" : " absolute" ,
2534
2532
"steps" : [
2535
2533
{
2536
- "color" : " green" ,
2537
- "value" : null
2534
+ "color" : " green"
2538
2535
},
2539
2536
{
2540
2537
"color" : " red" ,
11296
11293
"uid" : " $datasource"
11297
11294
},
11298
11295
"editorMode" : " code" ,
11299
- "expr" : " synapse_admin_mau_max{instance=\" $instance\" , job=~ \" (hhs_)?synapse \" } " ,
11296
+ "expr" : " max( synapse_admin_mau_max{instance=\" $instance\" }) " ,
11300
11297
"format" : " time_series" ,
11301
11298
"interval" : " " ,
11302
11299
"intervalFactor" : 1 ,
11310
11307
"uid" : " $datasource"
11311
11308
},
11312
11309
"editorMode" : " code" ,
11313
- "expr" : " synapse_admin_mau_current{instance=\" $instance\" , job=~ \" (hhs_)?synapse \" } " ,
11310
+ "expr" : " max( synapse_admin_mau_current{instance=\" $instance\" }) " ,
11314
11311
"hide" : false ,
11315
11312
"legendFormat" : " Current" ,
11316
11313
"range" : true ,
12760
12757
"timezone" : " " ,
12761
12758
"title" : " Synapse" ,
12762
12759
"uid" : " 000000012" ,
12763
- "version" : 149 ,
12760
+ "version" : 150 ,
12764
12761
"weekStart" : " "
12765
12762
}
You can’t perform that action at this time.
0 commit comments