10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								"this is a string"
							 | 
						||
| 
								 | 
							
								'these are unescaped: \n \\ \t'
							 | 
						||
| 
								 | 
							
								`these are not unescaped: \n ' " \t`
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								http_requests_total{environment=~"staging|testing|development", method!="GET"}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								http_requests_total offset 5m
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								sum(http_requests_total{method="GET"}[10m] offset 5m)
							 |