File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 136
136
"tableColumn" : " " ,
137
137
"targets" : [
138
138
{
139
- "expr" : " nginx_up{instance=\" $instance\" }" ,
139
+ "expr" : " nginx_up{instance=~ \" $instance\" }" ,
140
140
"format" : " time_series" ,
141
141
"instant" : false ,
142
142
"intervalFactor" : 1 ,
486
486
"allValue" : null ,
487
487
"current" : {},
488
488
"datasource" : " ${DS_PROMETHEUS}" ,
489
- "definition" : " label_values(instance)" ,
489
+ "definition" : " label_values(nginx_up, instance)" ,
490
490
"hide" : 0 ,
491
491
"includeAll" : true ,
492
492
"label" : " " ,
493
493
"multi" : true ,
494
494
"name" : " instance" ,
495
495
"options" : [],
496
- "query" : " label_values(instance)" ,
496
+ "query" : " label_values(nginx_up, instance)" ,
497
497
"refresh" : 1 ,
498
498
"regex" : " " ,
499
499
"skipUrlSync" : false ,
539
539
"title" : " NGINX" ,
540
540
"uid" : " MsjffzSZz" ,
541
541
"version" : 1
542
- }
542
+ }
You can’t perform that action at this time.
0 commit comments