forked from vieter-v/vieter
				
			fix(web): don't log new metric for every query param
							parent
							
								
									69cc2404db
								
							
						
					
					
						commit
						3b24ad0f2c
					
				|  | @ -332,9 +332,10 @@ fn handle_conn[T](mut conn net.TcpConn, mut app T, routes map[string]Route) { | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		// Record how long request took to process | 		// Record how long request took to process | ||||||
|  | 		path := urllib.parse(app.req.url) or { urllib.URL{} }.path | ||||||
| 		labels := [ | 		labels := [ | ||||||
| 			['method', app.req.method.str()]!, | 			['method', app.req.method.str()]!, | ||||||
| 			['path', app.req.url]!, | 			['path', path]!, | ||||||
| 			// Not all methods properly set this value yet I think | 			// Not all methods properly set this value yet I think | ||||||
| 			['status', app.status.int().str()]!, | 			['status', app.status.int().str()]!, | ||||||
| 		] | 		] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue