mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
fix e2e #2
Signed-off-by: Marek Molisch <marek.molisch@innovatrics.com>
This commit is contained in:
parent
87c8acb58f
commit
9c880a85a1
|
@ -876,13 +876,13 @@ node_fscache_objects_retired_total 0
|
|||
node_fscache_relinquishes_total 31939
|
||||
# HELP node_fscache_retrievals_nobuffer_total Number of retrieval (read) operations failed due to no buffer (Retrvls: nbf=nobuff).
|
||||
# TYPE node_fscache_retrievals_nobuffer_total counter
|
||||
node_fscache_retrievals_nobuffer_total 2551742
|
||||
node_fscache_retrievals_nobuffer_total 2.551742e+06
|
||||
# HELP node_fscache_retrievals_success_total Number of successful retrieval (read) operations (Retrvls: ok=success).
|
||||
# TYPE node_fscache_retrievals_success_total counter
|
||||
node_fscache_retrievals_success_total 0
|
||||
# HELP node_fscache_retrievals_total Number of retrieval (read) operations attempted (Retrvls: n=attempts).
|
||||
# TYPE node_fscache_retrievals_total counter
|
||||
node_fscache_retrievals_total 2551742
|
||||
node_fscache_retrievals_total 2.551742e+06
|
||||
# HELP node_fscache_stores_success_total Number of successful store (write) operations (Stores: ok=success).
|
||||
# TYPE node_fscache_stores_success_total counter
|
||||
node_fscache_stores_success_total 0
|
||||
|
|
|
@ -851,6 +851,69 @@ node_filefd_maximum 1.631329e+06
|
|||
# HELP node_forks_total Total number of forks.
|
||||
# TYPE node_forks_total counter
|
||||
node_forks_total 26442
|
||||
# HELP node_fscache_acquire_attempts_total Number of acquire operations attempted (Acquire: n=attempts).
|
||||
# TYPE node_fscache_acquire_attempts_total counter
|
||||
node_fscache_acquire_attempts_total 31998
|
||||
# HELP node_fscache_acquire_success_total Number of acquire operations successful (Acquire: ok=success).
|
||||
# TYPE node_fscache_acquire_success_total counter
|
||||
node_fscache_acquire_success_total 31986
|
||||
# HELP node_fscache_allocations_success_total Number of successful allocation operations (Allocs: ok=success).
|
||||
# TYPE node_fscache_allocations_success_total counter
|
||||
node_fscache_allocations_success_total 0
|
||||
# HELP node_fscache_allocations_total Number of allocation operations attempted (Allocs: n=attempts).
|
||||
# TYPE node_fscache_allocations_total counter
|
||||
node_fscache_allocations_total 0
|
||||
# HELP node_fscache_attribute_changes_success_total Number of successful attribute change operations (AttrChg: ok=success).
|
||||
# TYPE node_fscache_attribute_changes_success_total counter
|
||||
node_fscache_attribute_changes_success_total 0
|
||||
# HELP node_fscache_attribute_changes_total Number of attribute change operations attempted (AttrChg: n=attempts).
|
||||
# TYPE node_fscache_attribute_changes_total counter
|
||||
node_fscache_attribute_changes_total 0
|
||||
# HELP node_fscache_invalidations_total Number of invalidation operations (Invals: n=tot).
|
||||
# TYPE node_fscache_invalidations_total counter
|
||||
node_fscache_invalidations_total 409
|
||||
# HELP node_fscache_lookups_negative_total Number of negative lookup operations (Lookups: neg=negative).
|
||||
# TYPE node_fscache_lookups_negative_total counter
|
||||
node_fscache_lookups_negative_total 0
|
||||
# HELP node_fscache_lookups_positive_total Number of positive lookup operations (Lookups: pos=positive).
|
||||
# TYPE node_fscache_lookups_positive_total counter
|
||||
node_fscache_lookups_positive_total 0
|
||||
# HELP node_fscache_lookups_total Number of lookup operations (Lookups: n=tot).
|
||||
# TYPE node_fscache_lookups_total counter
|
||||
node_fscache_lookups_total 0
|
||||
# HELP node_fscache_objects_allocated_total Number of index cookies allocated (Cookies: idx=allocated/available/unused).
|
||||
# TYPE node_fscache_objects_allocated_total counter
|
||||
node_fscache_objects_allocated_total 16
|
||||
# HELP node_fscache_objects_available_total Number of index cookies available (Cookies: idx=allocated/available/unused).
|
||||
# TYPE node_fscache_objects_available_total counter
|
||||
node_fscache_objects_available_total 0
|
||||
# HELP node_fscache_objects_culled_total Number of objects culled (CacheEv: cul=culled).
|
||||
# TYPE node_fscache_objects_culled_total counter
|
||||
node_fscache_objects_culled_total 0
|
||||
# HELP node_fscache_objects_retired_total Number of objects retired (CacheEv: rtr=retired).
|
||||
# TYPE node_fscache_objects_retired_total counter
|
||||
node_fscache_objects_retired_total 0
|
||||
# HELP node_fscache_relinquishes_total Number of relinquish operations (Relinqs: n=tot).
|
||||
# TYPE node_fscache_relinquishes_total counter
|
||||
node_fscache_relinquishes_total 31939
|
||||
# HELP node_fscache_retrievals_nobuffer_total Number of retrieval (read) operations failed due to no buffer (Retrvls: nbf=nobuff).
|
||||
# TYPE node_fscache_retrievals_nobuffer_total counter
|
||||
node_fscache_retrievals_nobuffer_total 2.551742e+06
|
||||
# HELP node_fscache_retrievals_success_total Number of successful retrieval (read) operations (Retrvls: ok=success).
|
||||
# TYPE node_fscache_retrievals_success_total counter
|
||||
node_fscache_retrievals_success_total 0
|
||||
# HELP node_fscache_retrievals_total Number of retrieval (read) operations attempted (Retrvls: n=attempts).
|
||||
# TYPE node_fscache_retrievals_total counter
|
||||
node_fscache_retrievals_total 2.551742e+06
|
||||
# HELP node_fscache_stores_success_total Number of successful store (write) operations (Stores: ok=success).
|
||||
# TYPE node_fscache_stores_success_total counter
|
||||
node_fscache_stores_success_total 0
|
||||
# HELP node_fscache_stores_total Number of store (write) operations attempted (Stores: n=attempts).
|
||||
# TYPE node_fscache_stores_total counter
|
||||
node_fscache_stores_total 0
|
||||
# HELP node_fscache_updates_total Number of update operations (Updates: n=tot).
|
||||
# TYPE node_fscache_updates_total counter
|
||||
node_fscache_updates_total 0
|
||||
# HELP node_hwmon_chip_names Annotation metric for human-readable chip names
|
||||
# TYPE node_hwmon_chip_names gauge
|
||||
node_hwmon_chip_names{chip="nct6779",chip_name="nct6779"} 1
|
||||
|
@ -2995,6 +3058,7 @@ node_scrape_collector_success{collector="edac"} 1
|
|||
node_scrape_collector_success{collector="entropy"} 1
|
||||
node_scrape_collector_success{collector="fibrechannel"} 1
|
||||
node_scrape_collector_success{collector="filefd"} 1
|
||||
node_scrape_collector_success{collector="fscache"} 1
|
||||
node_scrape_collector_success{collector="hwmon"} 1
|
||||
node_scrape_collector_success{collector="infiniband"} 1
|
||||
node_scrape_collector_success{collector="interrupts"} 1
|
||||
|
|
Loading…
Reference in a new issue