]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2024-03-19  Eero Tamminengpu_sysman: add "dev_name" + get "pci_dev" label value...
2024-03-14  Eero Tamminengpu_sysman: set legacy env var for older backends
2024-03-14  Eero Tamminenconfigure.ac: update gpu_sysman plugin checks for zesInit()
2024-03-14  Eero Tamminengpu_sysman: minor tweaks for GPU info output
2024-03-14  Eero Tamminengpu_sysman: drop L0 core items not supported with zesInit()
2024-03-14  Eero Tamminengpu_sysman: show also mem health + allocatable amount...
2024-03-14  Eero Tamminengpu_sysman: change from L0 core to Sysman memory APIs
2024-03-14  Eero Tamminengpu_sysman: zeInit() -> zesInit(), to support Xe GPU KMD
2024-03-14  Eero TamminenMerge pull request #4177 from eero-t/log-metrics-option
2024-02-28  Eero Tamminengpu_sysman: WA for local & CI clang-format conflict 4177/head
2024-02-28  Eero Tamminengpu_sysman: support logging all (new) metric types
2024-02-28  Eero Tamminengpu_sysman: skip common metric prefix in metrics logging
2024-02-28  Eero Tamminengpu_sysman: document "LogMetrics" option
2024-02-28  Eero Tamminengpu_sysman: Add "LogMetrics" option
2024-02-26  Florian ForsterMerge pull request #4288 from octo/6/release
2024-02-26  Florian ForsterMerge pull request #4273 from octo/6/processes
2024-02-24  Florian Forsterprocesses plugin: Convert appropriate metrics to "up_down". 4273/head
2024-02-24  Florian Forsterprocesses plugin: Rename "fpcounter" to "counter_fp".
2024-02-24  Florian Forsterprocesses plugin: Fix reference of a non-existent variable.
2024-02-24  Florian Forsterprocesses plugin: Consistently call `procstat_t*` varia...
2024-02-24  Florian Forsterprocesses plugin: Unify the usage of `read_text_file_co...
2024-02-24  Florian Forsterprocesses plugin: Add a comment to point readers at...
2024-02-24  Florian Forsterprocesses plugin: Remove obsolete code.
2024-02-24  Florian Forsterprocesses plugin: Fix incorrect scaling of `process...
2024-02-24  Florian Forsterprocesses plugin: Remove unnecessarily verbose assertion.
2024-02-24  Florian Forsterprocesses plugin: Return boolean from `process_resource()`.
2024-02-24  Florian Forsterprocesses plugin: Remove unused struct field.
2024-02-24  Florian Forsterprocesses plugin: Fix assignment of CPU time counters.
2024-02-24  Florian Forsterprocesses plugin: Remove unused fields from `struct...
2024-02-24  Florian Forsterprocesses plugin: Report delay accounting in seconds.
2024-02-24  Florian Forsterprocesses plugin: Report context switches as metric...
2024-02-24  Florian Forsterprocesses plugin: Report the fork rate as metric family.
2024-02-24  Florian Forsterprocesses plugin: Report process CPU time in seconds.
2024-02-24  Florian Forsterprocesses plugin: Port CPU usage to `metric_family_t`.
2024-02-24  Florian Forsterprocesses plugin: Use `sysconf(_SC_CLK_TCK)` instead...
2024-02-24  Florian Forsterprocesses plugin: Add note about AIX using `struct...
2024-02-24  Florian Forsterprocesses plugin: Port the delay accounting to `metric_...
2024-02-24  Florian Forsterprocesses plugin: Port metrics to new data structure:
2024-02-24  Florian Forsterprocesses plugin: Initial working code for collectd 6.
2024-02-24  Florian Forsterconfigure.ac: Enable the processes plugin by default.
2024-02-24  Florian Forsterprocesses plugin: Convert the aggregate system metric.
2024-02-24  Florian Forsterprocesses plugin: Break the enormous `ps_read` function...
2024-02-24  Florian Forsterci: Trigger a website update after uploading a release... 4288/head
2024-02-21  Florian ForsterUpdate ChangeLog for version 6.0.0.rc3. collectd-6.0.0.rc3
2024-02-21  Florian ForsterMerge pull request #4287 from octo/6/up_down_counter
2024-02-21  Florian Forstermemory plugin: Remove unnecessary casts. 4287/head
2024-02-21  Florian Forstercommon: Improve error case description.
2024-02-21  Florian Forsteropen_telemetry plugin: Receiver: Add support for counte...
2024-02-21  Florian ForsterTree wide: Remove `fpcounter_t` and use `double` instead.
2024-02-21  Florian ForsterTree wide: Remove `up_down_counter_fp_t` and use `doubl...
2024-02-21  Florian ForsterTree wide: Remove `up_down_counter_t` and use `int64_t...
2024-02-21  Florian ForsterTree wide: Rename "fpcounter" to "counter_fp".
2024-02-21  Florian ForsterTree wide: Rename "up_down_counter_fp" to "up_down_fp".
2024-02-21  Florian ForsterTree wide: Rename "up_down_counter" to "up_down".
2024-02-21  Florian Forstercontrib/format.sh <all the things>
2024-02-21  Florian Forsterdf plugin: Migrate to "up down counter".
2024-02-21  Florian Forstermemory plugin: Migrate to "up down counter".
2024-02-21  Florian ForsterDaemon: add "up down counters" in both an integer and...
2024-02-21  Florian ForsterMerge pull request #4284 from octo/6/write_prometheus
2024-02-21  Florian Forsterwrite_prometheus plugin: Unconditionally print the... 4284/head
2024-02-21  Florian Forsterwrite_prometheus plugin: Update unit tests to the new...
2024-02-21  Florian Forsterwrite_prometheus plugin: Let "job" default to hostname_...
2024-02-20  Florian Forstercontrib/format.sh src/write_prometheus.c
2024-02-20  Florian Forsterwrite_prometheus plugin: Fix updating of existing metri...
2024-02-20  Eero TamminenMerge pull request #4223 from eero-t/sysman-test-metrics
2024-02-20  Florian Forsterwrite_prometheus plugin: Fix formatting in the unit...
2024-02-20  Florian Forsterwrite_prometheus plugin: Simplify files included by...
2024-02-20  Florian Forsterwrite_prometheus plugin: Complete error handling in...
2024-02-20  Florian Forsterwrite_prometheus plugin: Make all functions `static...
2024-02-20  Florian ForsterRevert "Daemon: Add `metric_list_append`."
2024-02-20  Florian Forstercontrib/format.sh src/write_prometheus.c src/write_prom...
2024-02-20  Florian Forsterwrite_prometheus plugin: Refactor the internal data...
2024-02-20  Florian Forsterwrite_prometheus plugin: Store resource attributes...
2024-02-20  Florian ForsterDaemon: Add `metric_list_append`.
2024-02-20  Florian Forsterwrite_prometheus plugin: Add an end-to-end test.
2024-02-20  Florian ForsterMerge pull request #4271 from octo/6/otelcol
2024-02-20  Florian Forsteropen_telemetry plugin: Move prototypes to a header... 4271/head
2024-02-20  Florian Forsteropen_telemetry: Unify the configuration handling betwee...
2024-02-20  Florian Forsteropen_telemetry plugin: Minor cleanups.
2024-02-20  Florian Forsteropen_telemetry plugin: Fix spelling in the manpage.
2024-02-20  Florian Forsteropen_telemetry plugin: Add support for floating point...
2024-02-20  Florian Forsteropen_telemetry plugin: Update the synopsis in the manpage.
2024-02-20  Florian Forsteropen_telemetry plugin: Add SSL options for the exporter.
2024-02-20  Florian Forsteropen_telemetry plugin: Unify the configuration between...
2024-02-20  Florian Forsteropen_telemetry plugin: Unify the prefix used in log...
2024-02-20  Florian Forsteropen_telemetry plugin: Combine the *open_telemetry_coll...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Enable gRPC reflection...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Populate `ssl_opts...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Link with protobuf...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Reject non-monotonic...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Unify the setting...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Add documentation.
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Default to port 4317.
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Report failing metrics...
2024-02-20  Florian Forsteropen_telemetry_collector plugin: Use the right kind...
2024-02-20  Florian Forsteropen_telemetry_collector: Handle `AGGREGATION_TEMPORALI...
2024-02-20  Florian Forstersrc/daemon/utils_cache.c: Consistently return `ENOENT...
2024-02-20  Florian ForsterNew plugin: Open Telemetry Collector.
2024-02-20  Eero Tamminengpu_sysman_test.c: use real collectd functions in tests 4223/head
2024-02-20  Florian ForsterMerge pull request #4286 from octo/6/strict-prototypes
next