Commit Graph

  • 5315a1fc4c Split NfsCollector in Nfs3Collector and Nfs4Collector Thomas Roehl 2022-01-30 15:37:41 +0100
  • 011218ab80 Adjust ganglia sink to CCMetric Thomas Roehl 2022-01-30 15:25:57 +0100
  • d915bcc02d
    Add sink to add metrics to Ganglia through gmetric (#15) Thomas Gruber 2022-01-30 15:21:24 +0100
  • df31df149b Fix for missing math.MaxInt in go 1.16 Thomas Roehl 2022-01-30 15:16:46 +0100
  • 70ebd2f36d Add gval to go files Thomas Roehl 2022-01-30 15:13:12 +0100
  • 863c291d9f
    Merge branch 'develop' into gangliaSink Thomas Gruber 2022-01-30 15:05:09 +0100
  • 18c5d0eb34 Add example interval aggregation to MetricRouter config for CI Thomas Roehl 2022-01-30 15:04:31 +0100
  • cf810b1c0c
    Add Cache and Aggregator to MetricRouter (#21) Thomas Gruber 2022-01-30 15:03:21 +0100
  • 11844d9d5d
    Add common topology module for MetricCollectors and MetricRouter (#20) Thomas Gruber 2022-01-30 14:59:26 +0100
  • 00d29ed9d1 Close done channel in MetricCache Thomas Roehl 2022-01-30 14:58:52 +0100
  • 6abbc5f77e
    Fix Github Actions (#18) Thomas Gruber 2022-01-30 14:54:36 +0100
  • 08e979dec9
    Merge branch 'develop' into fix-ci-config Thomas Gruber 2022-01-30 14:49:07 +0100
  • 0a726a9cdc Add Cache and Aggregator to MetricRouter Thomas Roehl 2022-01-30 14:33:00 +0100
  • e4a2927b96 Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop Thomas Roehl 2022-01-30 14:31:19 +0100
  • d3f5611541 Add functions to get the fields of a CCMetric and export some more CCMetric functions Thomas Roehl 2022-01-30 14:30:06 +0100
  • 4541e50bea Minor fixes in ccLogger Thomas Roehl 2022-01-30 14:29:25 +0100
  • 6d05a3c176 Add common topology module for MetricCollectors and MetricRouter Thomas Roehl 2022-01-30 14:28:08 +0100
  • 9e99e47d73 Wait for close of done channel, to ensure manager finished. Holger Obermaier 2022-01-30 12:08:33 +0100
  • 8df58c051f Lower minimum required golang version to 1.16. Holger Obermaier 2022-01-29 10:04:31 +0100
  • 7316de2813 Fix crash caused by: * not running a collector manager when collector manager config file is missing * not running a metric router when metric router config file is missing * not running a sink manager when sink manager config file is missing Holger Obermaier 2022-01-28 19:49:46 +0100
  • d2e02ed36d Fix: Add missing hostname tag Holger Obermaier 2022-01-28 19:31:27 +0100
  • 8bd78561d8 Reduce min Go version to 1.16 and use time.Unix in gpfsMetric Thomas Roehl 2022-01-28 17:12:55 +0100
  • 151be7cccd Fix ID Thomas Roehl 2022-01-28 16:22:40 +0100
  • 0f375976a8 Add CentOS Latest and AlmaLinux 8.5 to RPM action Thomas Roehl 2022-01-28 16:21:24 +0100
  • 5f44fc7a16 Fix paths Thomas Roehl 2022-01-28 15:48:35 +0100
  • bf4372a381 Fix config for Github Actions Thomas Roehl 2022-01-28 15:45:53 +0100
  • 4e408f9490 Add documentation Holger Obermaier 2022-01-28 15:16:58 +0100
  • 98b95e8dc6 Fix config files for CI Thomas Roehl 2022-01-28 14:56:45 +0100
  • cb2518bd1b Merge branch 'develop' into gangliaSink Thomas Roehl 2022-01-28 14:52:13 +0100
  • 82f5c1c5d0 Minimum requirement go version 1.17 Holger Obermaier 2022-01-28 09:42:19 +0100
  • db5b4e4f65 Add type=node to gpf metric tags Holger Obermaier 2022-01-28 09:14:25 +0100
  • aea3e2c6b1 Place wait group Add() and Done() near to each other Holger Obermaier 2022-01-27 20:45:22 +0100
  • b9236dcc31 Handle shutdown sequentially Holger Obermaier 2022-01-27 17:43:00 +0100
  • e1d0aacd1e Moved as much work as possible to Init() Holger Obermaier 2022-01-27 11:08:27 +0100
  • 7077452a5d Split InfiniBand metric collector, one using /sys filesystem reads and one using perfquery. Holger Obermaier 2022-01-26 20:18:47 +0100
  • 76884c3380 Prefix Nvidia metrics with 'nv_' Thomas Roehl 2022-01-26 18:45:23 +0100
  • 86e9b55bc9 Fix for documentation Thomas Roehl 2022-01-26 18:41:25 +0100
  • 78834337b0 Fix for documentation Thomas Roehl 2022-01-26 18:37:59 +0100
  • 0a383a3789 Update CCLogger Thomas Roehl 2022-01-26 17:09:20 +0100
  • 5600cf1f5f Use two separate inputs for metric router to simplify management. Activate --logfile option and close MultiChanTicker explicitly Thomas Roehl 2022-01-26 17:08:53 +0100
  • 3fd77e6887 Use non-blocking send at close, use common done function and remove default case Thomas Roehl 2022-01-26 16:54:51 +0100
  • babd7a9af8 Use non-blocking send at close Thomas Roehl 2022-01-26 16:52:56 +0100
  • 09b7538479 Avoid labels in collector manager loop Holger Obermaier 2022-01-26 15:54:49 +0100
  • c193b80083 Add documentation Holger Obermaier 2022-01-26 12:31:04 +0100
  • 3d073080f8 Add documentation Holger Obermaier 2022-01-26 12:08:40 +0100
  • 9bd8a3a90b Add documentation Holger Obermaier 2022-01-26 11:38:43 +0100
  • 7f77cad056 Don't wait too long in case of --once Thomas Roehl 2022-01-25 17:49:15 +0100
  • 2925ad9f40 Use ccLogger anywhere Thomas Roehl 2022-01-25 17:43:10 +0100
  • b4fde31626 Add documentation Holger Obermaier 2022-01-25 17:20:20 +0100
  • 8f9bff7efd Merge branch 'develop' of github.com:ClusterCockpit/cc-metric-collector into develop Thomas Roehl 2022-01-25 16:41:54 +0100
  • bafc6322e6 Change to own Logger Thomas Roehl 2022-01-25 16:40:02 +0100
  • a40d1c954b Fix data type mismatch Holger Obermaier 2022-01-25 16:33:23 +0100
  • 99aaece6c2 Activate --once option and return proper exit Code with os.Exit() Thomas Roehl 2022-01-25 15:46:41 +0100
  • 200af84c54
    Modularize the whole thing (#16) Thomas Gruber 2022-01-25 15:37:43 +0100
  • b0b07ee70e Fix Infiniband collector Thomas Roehl 2022-01-25 15:33:02 +0100
  • 676a96d5f9 Bad separator in Makefile Thomas Roehl 2022-01-25 13:31:01 +0100
  • 16273236c9
    Merge branch 'develop' into channels Thomas Gruber 2022-01-25 13:26:39 +0100
  • 3f1155ff6d Add go sources in internal/... Holger Obermaier 2022-01-25 13:13:09 +0100
  • e6c636be90 Refactoring Holger Obermaier 2022-01-25 12:22:14 +0100
  • 6bb214fc18 Corrected typo Holger Obermaier 2022-01-25 12:02:56 +0100
  • ffa2701914 Avoid vet warning: return copies lock value. Holger Obermaier 2022-01-25 11:27:03 +0100
  • d903fc6daa Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +0100
  • 222862af32 Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +0100
  • e7e51aa4fa Avoid vet warning struct field commands has json tag but is not exported Holger Obermaier 2022-01-25 11:12:06 +0100
  • 9f8d3ddbd3 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +0100
  • df77c3fd60 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +0100
  • 2de0ab8c45 Avoid vet warning: Println arg list ends with redundant newline Holger Obermaier 2022-01-25 10:32:08 +0100
  • f532abdb4e Refactoring Holger Obermaier 2022-01-25 10:15:16 +0100
  • ae6ffd4974 Refactoring Holger Obermaier 2022-01-25 09:47:24 +0100
  • e095e4f202 Refactoring Holger Obermaier 2022-01-25 09:47:24 +0100
  • 3d377760b8 Refactoring Holger Obermaier 2022-01-24 22:03:13 +0100
  • be8c92676a Refactoring Holger Obermaier 2022-01-24 22:03:13 +0100
  • 9157fdbab2 Fixed topology detection Holger Obermaier 2022-01-24 20:22:08 +0100
  • 2026c3acd9 Fixed topology detection Holger Obermaier 2022-01-24 20:22:08 +0100
  • 75282b0731 Update GitHub actions Holger Obermaier 2022-01-24 16:23:36 +0100
  • 89283fa419 Move publication of metrics into Flush() for NatsSink Thomas Roehl 2022-01-24 16:11:37 +0100
  • f0a62152fd Update GitHub actions Holger Obermaier 2022-01-24 15:55:15 +0100
  • 7953629940 Update GitHub actions Holger Obermaier 2022-01-24 15:55:15 +0100
  • a111389c75 Merge branch 'channels' of github.com:ClusterCockpit/cc-metric-collector into channels Thomas Roehl 2022-01-24 14:56:48 +0100
  • fb833e95c8 Add collector for NFS clients Thomas Roehl 2022-01-24 14:54:27 +0100
  • 5d8abc06a7 Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 14:10:38 +0100
  • f84f7de05c Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 13:10:33 +0100
  • 8d314ecb19 Add CPUFreqCollectorCpuinfo a metric collector to measure the current frequency of the CPUs as obtained from /proc/cpuinfo Only measure on the first hyperthread Holger Obermaier 2022-01-24 13:10:33 +0100
  • 048b52736c Simplified code Holger Obermaier 2022-01-24 11:43:00 +0100
  • bcce471b27 Simplified code Holger Obermaier 2022-01-24 11:31:45 +0100
  • daa7c6bf99 Simplified code Holger Obermaier 2022-01-24 11:31:45 +0100
  • a7f7422ebe Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:27:18 +0100
  • 5987901005 Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:20:53 +0100
  • 25b9268b24 Avoid staticcheck warning: unnecessary assignment to the blank identifier Holger Obermaier 2022-01-21 15:20:53 +0100
  • 699f69ff59 Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 15:12:14 +0100
  • 72722eff31 Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 14:35:52 +0100
  • 5dd2af4e8f Avoid staticcheck warning: redundant return statement Holger Obermaier 2022-01-21 14:35:52 +0100
  • 7a54a9b170 Add CPU frequency collector Holger Obermaier 2022-01-21 14:17:37 +0100
  • 611ac0fcb0 Add CPU frequency collector Holger Obermaier 2022-01-21 09:59:57 +0100
  • 83b784e6f0 Add CPU frequency collector Holger Obermaier 2022-01-21 09:59:57 +0100
  • 827f5c3773 Add sample collector to README.md Holger Obermaier 2022-01-20 16:46:02 +0100
  • 3a9ea0042c Correct go syntax in README.md Holger Obermaier 2022-01-20 16:32:10 +0100
  • 0feb880c3b Correct go syntax in README.md Holger Obermaier 2022-01-20 16:32:10 +0100
  • 5cbd345a1d Avoid go vet warning: struct field tag json:"..., omitempty" not compatible with reflect.StructTag.Get: suspicious space in struct tag value struct field tag json:"...", omitempty not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces Holger Obermaier 2022-01-20 13:06:38 +0100
  • 458f6dec08 Avoid go vet warning: struct field tag json:"..., omitempty" not compatible with reflect.StructTag.Get: suspicious space in struct tag value Holger Obermaier 2022-01-20 12:38:52 +0100