Skip to content

Commit

Permalink
Merge pull request #805 from max-len/typo
Browse files Browse the repository at this point in the history
Fix typo: process_memory_limit_bytes
  • Loading branch information
carlpett authored Jun 16, 2021
2 parents 448f505 + 0f5a232 commit 2dc568b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion collector/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func NewOSCollector() (Collector, error) {
nil,
),
ProcessMemoryLimitBytes: prometheus.NewDesc(
prometheus.BuildFQName(Namespace, subsystem, "process_memory_limix_bytes"),
prometheus.BuildFQName(Namespace, subsystem, "process_memory_limit_bytes"),
"OperatingSystem.MaxProcessMemorySize",
nil,
nil,
Expand Down
4 changes: 2 additions & 2 deletions tools/e2e-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ windows_exporter_collector_timeout{collector="textfile"} 0
# TYPE windows_os_paging_limit_bytes gauge
# HELP windows_os_physical_memory_free_bytes OperatingSystem.FreePhysicalMemory
# TYPE windows_os_physical_memory_free_bytes gauge
# HELP windows_os_process_memory_limix_bytes OperatingSystem.MaxProcessMemorySize
# TYPE windows_os_process_memory_limix_bytes gauge
# HELP windows_os_process_memory_limit_bytes OperatingSystem.MaxProcessMemorySize
# TYPE windows_os_process_memory_limit_bytes gauge
# HELP windows_os_processes OperatingSystem.NumberOfProcesses
# TYPE windows_os_processes gauge
# HELP windows_os_processes_limit OperatingSystem.MaxNumberOfProcesses
Expand Down

0 comments on commit 2dc568b

Please sign in to comment.