• Alex Robinson's avatar
    Update the prometheus library and its dependencies to the most recent versions. · f390dc79
    Alex Robinson authored
    The process metrics on the master have been missing since sometime
    between 0.13 and 0.14, and updating the libraries fixes them.
    
    My hypothesis is that our switch away from using cgo to build statically
    linked binaries caused the breakage by causing prometheus's process metric
    collector, which had cgo-specific build logic, to be disabled. Prometheus
    has since changed that logic.
    f390dc79
Name
Last commit
Last update
..
fixtures Loading commit data...
.travis.yml Loading commit data...
AUTHORS.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
NOTICE Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
fs.go Loading commit data...
fs_test.go Loading commit data...
proc.go Loading commit data...
proc_limits.go Loading commit data...
proc_limits_test.go Loading commit data...
proc_stat.go Loading commit data...
proc_stat_test.go Loading commit data...
proc_test.go Loading commit data...
stat.go Loading commit data...
stat_test.go Loading commit data...