[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:
sourcegraph-release-guild-bot 2024-04-19 10:21:52 -04:00 committed by GitHub
parent 6af7844d50
commit 4ac8f343a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
},