mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
[Backport 5.3.9104] monitoring: fix "instance" dropdown for Zoekt (#62042)
monitoring: fix "instance" dropdown for Zoekt (#61836)
The index_num_assigned metric no longer exists. This should fix a few
all the graphs that you are able to select which indexserver to look at.
Test Plan:
(cherry picked from commit 2fef03886e)
Co-authored-by: Keegan Carruthers-Smith <keegan.csmith@gmail.com>
This commit is contained in:
parent
6af7844d50
commit
4ac8f343a9
@ -30,7 +30,7 @@ func Zoekt() *monitoring.Dashboard {
|
||||
Label: "Instance",
|
||||
Name: "instance",
|
||||
OptionsLabelValues: monitoring.ContainerVariableOptionsLabelValues{
|
||||
Query: "index_num_assigned",
|
||||
Query: "index_num_indexed",
|
||||
LabelName: "instance",
|
||||
ExampleOption: "zoekt-indexserver-0:6072",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user