Eero Tamminen
Eero Tamminen
I think reasons for collectd project's current hiatus (besides the long pause) are: * There being two active branches, v5 and v6, with them slowly getting further and further apart,...
``` $ git grep avalialbe level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; level_zero/tools/test/black_box_tests/zello_sysman.cpp: return "NOT SUPPORTED MODE Engine avalialbe"; ``` Bugs: * avalialbe...
Code has following typos in its output: * preffer -> prefer * preffered -> preferred (note 'rr') See `git grep preffer` (and e.g. Oxford language dictionary). PS. while this bug...
**Why is this needed**: Currently the time interval NFD takes between feature checking / labeling could differ significantly from the interval specified by the user, because it's used as an...
**What would you like to be added**: `spec.enableServiceLinks: false` to _nfd-master_ service pod spec. **Why is this needed**: See: https://github.com/kubernetes/kubernetes/issues/92615 (Kubernetes itself is not going to default that to false...
Setup: - Latest frameretrace master from Git - Ubuntu 18.04 (Qt v4.8.7, QML modules v5.7.1, kernel v4.15) - FrameRetrace defaults on startup to a working trace Test-case 1: - Start...
GPU plugin documentation is missing following things: * Description / table of the resources provided by GPU plugin ('i915', 'i915_monitor', 'tiles'?) and how they work * Discussion on user /...
ChangeLog: gpu_sysman.c: change to OTEL spec metric names, add ".unit" types and resource labels Changes to Sysman plugin: * Add unit member to all Sysman plugin metrics * Change non-base...
* Version of collectd: v6-rc ## Expected behavior `write_http` plugin is documented to support `StoreRates` option, and does try to use it: * https://github.com/collectd/collectd/blob/collectd-6.0/src/collectd.conf.pod#L11375 * https://github.com/collectd/collectd/blob/collectd-6.0/src/write_http.c#L438 ## Actual behavior Compiler...
ChangeLog: gpu_sysman: add "LogMetrics" option Adds "LogMetrics" option for real-time monitoring of the GPU metrics: * Causes each metric value to be written also to collectd log, i.e. by default...