mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Update end-to-end test.
This commit is contained in:
		
							parent
							
								
									b4fa10ca9d
								
							
						
					
					
						commit
						38a4a36061
					
				|  | @ -401,6 +401,20 @@ node_drbd_remote_pending{device="drbd1"} 12346 | |||
| # HELP node_drbd_remote_unacknowledged Number of requests received by the peer via the network connection, but that have not yet been answered. | ||||
| # TYPE node_drbd_remote_unacknowledged gauge | ||||
| node_drbd_remote_unacknowledged{device="drbd1"} 12347 | ||||
| # HELP node_edac_correctable_errors_total Total correctable memory errors. | ||||
| # TYPE node_edac_correctable_errors_total counter | ||||
| node_edac_correctable_errors_total{controller="0"} 1 | ||||
| # HELP node_edac_csrow_correctable_errors_total Total correctable memory errors for this csrow. | ||||
| # TYPE node_edac_csrow_correctable_errors_total counter | ||||
| node_edac_csrow_correctable_errors_total{controller="0",csrow="0"} 3 | ||||
| node_edac_csrow_correctable_errors_total{controller="0",csrow="unknown"} 2 | ||||
| # HELP node_edac_csrow_uncorrectable_errors_total Total uncorrectable memory errors for this csrow. | ||||
| # TYPE node_edac_csrow_uncorrectable_errors_total counter | ||||
| node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="0"} 4 | ||||
| node_edac_csrow_uncorrectable_errors_total{controller="0",csrow="uknown"} 6 | ||||
| # HELP node_edac_uncorrectable_errors_total Total uncorrectable memory errors. | ||||
| # TYPE node_edac_uncorrectable_errors_total counter | ||||
| node_edac_uncorrectable_errors_total{controller="0"} 5 | ||||
| # HELP node_entropy_available_bits Bits of available entropy. | ||||
| # TYPE node_entropy_available_bits gauge | ||||
| node_entropy_available_bits 1337 | ||||
|  |  | |||
|  | @ -6,6 +6,7 @@ collectors=$(cat << COLLECTORS | |||
|   conntrack | ||||
|   diskstats | ||||
|   drbd | ||||
|   edac | ||||
|   entropy | ||||
|   filefd | ||||
|   hwmon | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue