feat(victoriametrics): Add missing scrape configs
This commit is contained in:
		
							parent
							
								
									3c6afa0c66
								
							
						
					
					
						commit
						ee760bfa1b
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -138,7 +138,7 @@ in
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      metrics.enable = true;
 | 
					      metrics.enabled = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,6 +87,8 @@ in
 | 
				
			||||||
      # Configured in the hookshot listeners, but it's hard to filter
 | 
					      # Configured in the hookshot listeners, but it's hard to filter
 | 
				
			||||||
      # the correct values out of that config.
 | 
					      # the correct values out of that config.
 | 
				
			||||||
      matrixHookshot.targets = [ "127.0.0.1:9001" ];
 | 
					      matrixHookshot.targets = [ "127.0.0.1:9001" ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      victorialogs.targets = [ config.services.victorialogs.bindAddress ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue