Files
windows_exporter/docs
Mario Trangoni 57c7911c91 Fix memory collector promtool metric issues
See,
```
windows_memory_demand_zero_faults_total non-counter metrics should not have "_total" suffix
windows_memory_cache_faults_total non-counter metrics should not have "_total" suffix
windows_memory_page_faults_total non-counter metrics should not have "_total" suffix
windows_memory_pool_nonpaged_allocs_total non-counter metrics should not have "_total" suffix
windows_memory_pool_nonpaged_bytes_total non-counter metrics should not have "_total" suffix
windows_memory_pool_paged_allocs_total non-counter metrics should not have "_total" suffix
windows_memory_swap_page_operations_total non-counter metrics should not have "_total" suffix
windows_memory_swap_page_reads_total non-counter metrics should not have "_total" suffix
windows_memory_swap_page_writes_total non-counter metrics should not have "_total" suffix
windows_memory_swap_pages_read_total non-counter metrics should not have "_total" suffix
windows_memory_swap_pages_written_total non-counter metrics should not have "_total" suffix
windows_memory_transition_faults_total non-counter metrics should not have "_total" suffix
windows_memory_transition_pages_repurposed_total non-counter metrics should not have "_total" suffix
windows_memory_write_copies_total non-counter metrics should not have "_total" suffix
```

Only `windows_memory_pool_nonpaged_bytes` is a gauge, all the other
metrics were counters.

Also added some missing documentation.

Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
2022-01-07 16:59:29 +01:00
..
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2021-06-16 15:18:29 +02:00
2020-05-24 21:01:49 +02:00
2020-05-04 08:08:34 +10:00
2020-05-24 21:01:49 +02:00
2021-03-16 09:12:56 -05:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-05-24 21:01:49 +02:00
2020-12-09 19:55:13 +10:00

Documentation

This directory contains documentation of the collectors in the windows_exporter, with information such as what metrics are exported, any flags for additional configuration, and some example usage in alerts and queries.

Collectors