Commit Graph

670 Commits (baa7ab732f34409d617fdab0b8eefa5e8dc4eaf6)

Author SHA1 Message Date
Johannes 'fish' Ziemke 6ea0aa73e4 Rename interface to device in netclass collector (#1224)
6 years ago
Ralf Horstmann 3867ad5ab0 Add diskstats collector for OpenBSD (#1250)
6 years ago
David O'Rourke d442108d7a collector: Implement uname collector for FreeBSD (#1239)
6 years ago
Paul Gier 2b81bff518 collector: use path/filepath for handling file paths (#1245)
6 years ago
Ralf Horstmann dda51ad06a Fix staticcheck ST1003 warnings (#1249)
6 years ago
mknapphrt 7fbdd0ae93 Update procfs vendor (#1248)
6 years ago
Paul Gier 40dce45d8d collector/systemd: add new label "type" for systemd_unit_state (#1229)
6 years ago
Matt Layher 3b5c2f6463 collector: use path/filepath for handling file paths (#1228)
6 years ago
Jon Davies e766485286 Add kstat-based Solaris metrics (#1197)
6 years ago
Ben Kochie 070e4b2e17 Update Makefile.common (#1220)
6 years ago
Ben Kochie 73ddf5f1f7 netstat: Add TCP In/Out Segs (#1185)
6 years ago
Tariq Ibrahim 6bd51269b7 update to host_statistics64 for Darwin meminfo (#1183)
6 years ago
Ben Kochie 4abc6fba7d
Add fallback for missing /proc/1/mounts (#1172)
6 years ago
Jerome Froelich 0cb0c4d911 Remove unused variable readOnly from filesystem_linux.go. (#1173)
6 years ago
Nemikolh 62f99f95f0 Add receive/transmit bytes total metric (wifi collector). (#1150)
6 years ago
ioriveur 17fee8081f Check BSD's mib which accounts for swap size (#1149)
6 years ago
Arno Uhlig 6edd9d217e [systemd] collect taskCurrent, tasksMax per systemd unit (#1098)
6 years ago
Ben Kochie b1eec66640
Add TCPSynRetrans to netstat default filter (#1143)
6 years ago
Matt Layher 073e056121
Merge pull request #1131 from prometheus/mdl-collector-export
6 years ago
Matt Layher c0a55e3f80 collector: add bounds check and test for filesystem collector (#1133)
6 years ago
Patrick bdc0e7e678 Collect additional common Infiniband counters (#1120)
6 years ago
Paul Gier 988f049040 collector/hwmon_linux: handle temperature sensor file which doesn't have item suffix (#1123)
6 years ago
Paul Gier 38163f234f collector/diskstats: don't fail if there are extra stats, just ignore… (#1125)
6 years ago
Matt Layher 778124a56c collector: add bounds check and test for tcpstat collector (#1134)
6 years ago
Matt Layher 3d798aa4a1 collector: fix golint problems in ZFS collector (#1132)
6 years ago
Matt Layher 2c2ee93519
collector: export NodeCollector for documentation purposes
6 years ago
Ben Kochie a0a164defb
Update cpufreq metrics collector (#1117)
6 years ago
Paul Gier 7057c64f45 fix a few minor golint warnings (#1110)
6 years ago
Paul Gier e8d8199072 Update diskstats for linux kernel 4.19 (#1109)
6 years ago
Ben Kochie 0880d460d7
Ignore additional virtual filesystems (#1104)
6 years ago
Dario Maiocchi 01ec8c5c5c Remove continue with label (#1084)
6 years ago
Ben Kochie a1ce712e22
Cleanup unused /proc/mounts fixture. (#1097)
6 years ago
Mario Trangoni 3659260b66 infiniband: Handle iWARP* RDMA modules N/A (#974)
6 years ago
Yecheng Fu 0f9842f20a [continue 912] strip rootfs prefix for run in docker (#1058)
6 years ago
Ralf Horstmann 9f820bd3ee Update cpu collector for OpenBSD 6.4 (#1094)
6 years ago
Daniele Sluijters d999dacdc6 filesystem: Ignore netns/nsfs mounts (#1047)
6 years ago
Ben Kochie 0fdc089187
Change systemd unit filtering (#1083)
6 years ago
Luca Bruno 4672ea1671 collector/timex: remove cgo dependency (#1079)
6 years ago
Björn Rabenstein 1c9ea46cca Update vendoring for client_golang and friends (#1076)
6 years ago
Ben Kochie ebdd524123
Correctly cast Darwin memory info (#1060)
6 years ago
Marco Tulio R Braga 05e55bddad Fix typo on description of read_time_seconds_total (#1057)
6 years ago
Dan Fredell c52e0d3353 Fix SmartOS build #1017 (#1018)
6 years ago
James Hartig 60c827231a NRestarts or NRefused aren't available on older systemd versions (#1039)
6 years ago
Ben Kochie fe5a117831
Handle vanishing PIDs (#1043)
6 years ago
Ben Kochie 0662673ad6
Disable wifi collector by default (#1037)
6 years ago
Ben Kochie 5d23ad0ca7
Fix supervisord collector (#978)
6 years ago
Julius Volz 2c52b8c761
systemd: Remove unneeded/unhandled error returns (#1035)
6 years ago
Christian Hoffmann 6bdc5558ec build: make staticcheck happy by using real regexp patterns #1025 (#1026)
6 years ago
Hannes Körber 14a4f0028e Enable nfs protocol (#998)
6 years ago
Johannes Wienke 5c780d132c Exclude only subdirectories of /var/lib/docker (#1003)
6 years ago
Ben Kochie 23f95c8e04
Fix ntp collector thread safety (#1014)
6 years ago
xginn8 140b8b85c3 Filter out uninstalled systemd units when collecting all units (#1011)
6 years ago
Sven Lange 2ae8c1c7a7 Add systemd uptime metric collection (#952)
6 years ago
neiledgar 7e4d9bd150 Update wifi stats to support multiple stations (#977) (#980)
6 years ago
xginn8 9b97f44a70 Add a counter for refused socket unit connections, available as of systemd 239 (#995)
6 years ago
Brandon Gilmore 76bbd8dd18 Use /proc/mounts instead of statfs(2) for ro state (#1002)
6 years ago
Jan Klat c4102f1175 Add sys/class/net parsing from procfs and expose its metrics (#851)
6 years ago
mknapphrt 09b4305090 Changed the way that stuck mounts are handled. If a mount fails to return, it will stop being queried until it returns. (#997)
6 years ago
xginn8 ac5a981761 Adding socket stat collection for systemd socket units (#968)
6 years ago
xginn8 8af84a215d Add support for NRestarts counter introduced in systemd 235 (#992)
6 years ago
Ben Kochie 107e5dfecc
Fix mdadm collector issues (#985)
6 years ago
Derek Marcotte 2678d68dcc Fix for #945, cpu temperature is signed. (#965)
7 years ago
Brad Beam e3cf1d5187 Adding support for evaluating octal characters in mountpoint (#954)
7 years ago
Pavlo Kutishchev 456bf5094a Add processes exporter (#950)
7 years ago
Alexey Kopytov dd98a09bb2 A couple of ARM64-related fixes (#934)
7 years ago
Steve Kotsopoulos 84dc362b05 Align Darwin disk stat names with Linux (#930)
7 years ago
Mario Trangoni 24a28fcc9e Remove unused func, var, and const (#928)
7 years ago
Mario Trangoni c9f421d0dd Fix some golint issues (#927)
7 years ago
Ben Kochie 361b5bf85d
Merge pull request #852 from prometheus/remove-gmond
7 years ago
Ben Kochie b10ca77680
Fix /proc/net/dev/ interface name handling
7 years ago
Ben Kochie 1ab4a460c7 Update ppc64le end-to-end fixture.
7 years ago
Johannes 'fish' Ziemke fd66a86a30 Remove gmond collector
7 years ago
Ben Kochie 0f5be132ac
Merge pull request #904 from prometheus/superq/if_alias
7 years ago
Ben Kochie a528966dcd Fix parsing of interface aliases in netdev linux
7 years ago
Ben Kochie f6008b242b
Merge pull request #901 from mischief/bsd_boottime
7 years ago
Jürgen Hötzel de0632c2e9 Fix memory corruption when number of filesystems > 16 (#900)
7 years ago
mischief 26a385d7ab collector: implement node_boot_time_seconds for OpenBSD/NetBSD/Darwin
7 years ago
Ben Kochie 015b86670a
Update ppc64le e2e output.
7 years ago
Ben Kochie 0507b0c9a2
Fix formatting.
7 years ago
Dmitriy Lukyanchikov eddd1b9357 Fix netdev collector for linux (#890)
7 years ago
Derek Marcotte fe86e908da Update ppc64 fixtures to unbreak end-to-end.
7 years ago
Karsten Weiss 7e392e6634 Fix spelling mistakes found by codespell
7 years ago
Karsten Weiss efc1fdb6d0 cpu: Add a 2nd label 'package' to metric node_cpu_core_throttles_total (#871)
7 years ago
Brian Brazil 31ce32f1fe
Greatly trim what netstat collector exposes by default (#876)
7 years ago
Ben Kochie cf3edadcbb Update fixtures
7 years ago
Brian Brazil 499c342fed Greatly reduce the metrics vmstat returns by default.
7 years ago
Brian Brazil c8c144587e
Enable bonding collector by default. (#872)
7 years ago
Ben Kochie 779090db7e
Update ppc64le fixture (#867)
7 years ago
Mario Trangoni 1f11a86d59 Fix nfs golint issues (#863)
7 years ago
Ben Kochie 7b720df1c5
Use lowercase cpu label name in interrupts (#849)
7 years ago
Johannes 'fish' Ziemke 424ca8e322 Drop exec_ in boot_timestamp_seconds on *bsd (#839)
7 years ago
colmbuckley 098f975b48 Correct the ClocksPerSec scaling factor on Darwin (#846)
7 years ago
Julius Volz 864a6ee935 Treat custom textfile metric timestamps as errors (#769)
7 years ago
Rene Treffer c504c7e264 Only report core throttles per core, not per cpu (#836)
7 years ago
Ben Kochie e0d54a509c
Cleanup NFS metrics (#834)
7 years ago
Ben Kochie 3f41a2fecb
Update ppc64le fixture (#832)
7 years ago
Ben Kochie d33a447047
Remove deprecated prometheus.InstrumentHandlerFunc (#831)
7 years ago
Richard Elling d7348a5c78 updates for zfsonlinux 0.7.5 (#779)
7 years ago
Ben Kochie 6468e7c80b
Enable NFS client metrics by default. (#828)
7 years ago
Ralf Horstmann 8d9c7ca659 Use swpginuse instead of swpgonly in meminfo_openbsd (#813)
7 years ago
Kasinath Kottukkal f6965e1812 Add overlay to defIgnoredFSTypes (#824)
7 years ago
Ben Kochie 01bd99fb1a
Refactor NFS client collector (#816)
7 years ago
Brian Brazil 52c031890e
Add _seconds suffix to node_time. (#823)
7 years ago
Ben Kochie 05eabe60fb
Fix error output in nfsd collector. (#821)
7 years ago
Ben Kochie 3de2542d21
Fix NFSd metric type (#819)
7 years ago
Matt Layher 544488ddd6 Fix remaining metric naming issues (#799)
7 years ago
Ben Kochie 6a041692ed
Add NFS Server metrics collector. (#803)
7 years ago
Brian Brazil 1072f2868d Fix log level regression in #533
7 years ago
Brian Brazil 7e41a2b279 Ignore /var/lib/docker by default. (#814)
7 years ago
Ralf Horstmann 29ac809e48 Use unified CPU metric description on OpenBSD (#810)
7 years ago
Derek Marcotte fde5d2c6c9 Remove unsafe typecasts from sysctl_bsd getStructTimeval. (#741)
7 years ago
Ben Kochie 14d60958d6
Unify CPU collector conventions (#806)
7 years ago
Ralf Horstmann e3c76b1f0c Add OpenBSD CPU collector (#805)
7 years ago
Tom Wilkie 6833eec187 Fix tests.
7 years ago
Tom Wilkie 0316bacceb Only use one dbus connection, required some refactoring.
7 years ago
Tom Wilkie a7fd6b8743 Export systemd timer last trigger sec.
7 years ago
Ben Kochie 111e3af437
Remove obsolete megacli collector. (#798)
7 years ago
Julius Volz 6cac74f0e0
Add unit suffix to textfile collector mtime metric (#796)
7 years ago
Brian Brazil a98067a294 Make metrics better follow guidelines (#787)
7 years ago
Ben Kochie b4d7ba119a
Add fixture for ppc64le (#785)
7 years ago
Nick Owens 0629a081db multiply page size after float64 coercion to avoid signed integer overflow (#780)
7 years ago
Franz Pletz d432f9857e Use uint64 in the ZFS collector (#714)
7 years ago
Derek Marcotte 477fe4665a Move FreeBSD/DragonflyBSD out of meminfo add kvm. (#547)
7 years ago
Sevag Hanssian 4329b0a86b Add summary metrics for systemd exporter (#765)
7 years ago
Matthieu Guegan d6ef10bb56 Add openbsd meminfo (#724)
7 years ago
Ben Kochie 7f6c59e198
Ignore more virtual filesystems (#775)
7 years ago
Netmonk 2aa8d0eb0c [FIX] Exclude Linux proc from filesystem type regexp (#774)
7 years ago
Julius Volz f536857ac6
Fix e2e tests after textfile custom timestamp removal (#768)
7 years ago
Shubheksha Jalan 1f2458f42c Filter out testfile metrics correctly when using `collect[]` filters (#763)
7 years ago
Ben Kochie cd2a17176a
Add full make to CircleCI (#761)
7 years ago
Wei Li 1e9bb4ec3a textfile: fix duplicate metrics error (#738)
7 years ago
Kristian Klausen a96f1738b3 netdev: Change valueType to CounterValue (#749)
7 years ago
Ben Kochie 2a80537547
Split out guest cpu metrics on Linux. (#744)
7 years ago
Karsten Weiss a8d7d1101a cpu: Support processor-less (memory-only) NUMA nodes (#734)
7 years ago
Matt Layher f6f9c8d6cc Add and use sysReadFile in hwmon collector (#728)
7 years ago
Tobias Klauser d73f1e60c4 Simplify Utsname string conversion (#716)
7 years ago
Ben Kochie ea250d73f4
Fix off by one in Linux interrupts collector (#721)
7 years ago
Matt Layher 296b62acb7
netstat: return nothing when /proc/net/snmp6 not found
7 years ago
Derek Marcotte 0eecaa9547 Correct buffer_bytes > INT_MAX on BSD/amd64. (#712)
7 years ago
Matt Layher f9ad88fc03
xfs: expose correct fields, fix metric names
7 years ago
Siavash Safi f3a7022602 Add `collect[]` parameter (#699)
7 years ago
Ben Kochie deadfef4c9 Update vendoring (#685)
7 years ago
Brett Vickers b62c7bc0ad Updated vendored ntp package (#681)
7 years ago
Calle Pettersson 859a825bb8 Replace --collectors.enabled with per-collector flags (#640)
7 years ago
Sami Kerola 3762191e66 Add timex collector (#664)
7 years ago
Leonid Evdokimov c169b4b1c5 Add metrics from SNTPv4 packet to ntp collector & add ntpd sanity check (#655)
7 years ago
Karsten Weiss b0d5c00832 cpu: Metric 'package_throttles_total' is per package. (#657)
7 years ago
Matthias Rampke e1f129c729 Use int64 throughout the ZFS collector.
7 years ago
Ben Kochie 8839640cd1 Ignore wifi collector permission errors (#646)
7 years ago
Calle Pettersson dfe07eaae8 Switch to kingpin flags (#639)
7 years ago