]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2024-02-19  Florian Forsterwrite_prometheus plugin: Fix a deadlock due to a leaked... 4285/head
2024-02-12  Florian ForsterMerge pull request #4278 from octo/6/swap
2024-02-12  Florian ForsterMerge pull request #4275 from octo/6/memory
2024-02-07  Florian Forsterswap plugin: Add the `system.paging.faults` metric. 4278/head
2024-02-07  Florian Forstermemory plugin: Report the `system.linux.memory.availabl... 4275/head
2024-02-07  Florian ForsterUpdate ChangeLog for version 6.0.0.rc2. collectd-6.0.0.rc2
2024-02-07  Florian ForsterAdd GitHub Action to automatically build and upload...
2024-02-07  Florian ForsterMerge pull request #4274 from octo/6/cirrus_macos
2024-02-06  Florian Forsterversion-gen.sh: Add the `--tags` flag to `git describe`.
2024-02-06  Florian Forster.cirrus.yml: Use proper capitalization for MacOS and... 4274/head
2024-02-06  Florian Forster.cirrus.yml: Remove "or cat log" in favor of uploading...
2024-02-06  Florian Forster.cirrus.yml: Remove "clang" task.
2024-02-06  Florian Forstercirrus.yml: Remove the "default toolchain" tasks.
2024-02-06  Florian Forster.cirrus.yml: Run `distcheck` with default configure...
2024-02-06  Florian Forster.cirrus.yml: Build with `-gdwarf-4` when using clang.
2024-02-06  Florian Forster.cirrus.yml: FreeBSD: install "git".
2024-02-06  Florian Forster.cirrus.yml: Mac OS X: Pass `DEFAULT_CONFIG_OPTS` to...
2024-02-06  Florian Forster.cirrus.yml: Disable `CIRRUS_CLONE_SUBMODULES` and...
2024-02-06  Florian Forster.cirrus.yml: Use `${CIRRUS_CPU}` on Mac OS.
2024-02-06  Florian Forster.cirrus.yml: Add macos_task for Mac OS X.
2024-02-06  Florian ForsterMerge pull request #4272 from octo/6/time_metrics
2024-02-03  Florian ForsterMerge pull request #4259 from octo/6/cirrusci
2024-02-03  Florian Forsterdisk plugin: Report time metrics in seconds. 4272/head
2024-02-03  Florian Forstercpu plugin: Report `system.cpu.time` in seconds, using...
2024-02-03  Florian Forstercommon: Add support for floating point counters …
2024-02-02  Florian ForsterMerge pull request #4266 from octo/6/fpcounter
2024-02-02  collectd botAuto-Merge pull request #4270 from octo/6/format_stackd...
2024-02-02  Florian Forsterformat_stackdriver: Add proper error handling to `sd_ou... 4270/head
2024-02-02  Florian Forsterformat_stackdriver: Remove `int` cast from `yajl_gen_do... 4266/head
2024-02-01  collectd botAuto-Merge pull request #4268 from octo/6/format_stackd...
2024-02-01  Florian Forsterformat_stackdriver: When JSON generation fails, reset... 4268/head
2024-02-01  Florian Forstersrc/utils/value_list/value_list.h: Drop outdated comment.
2024-02-01  Florian Forsterformat_open_telemetry: Move the "never reached" comment...
2024-02-01  Florian Forstersrc/daemon/utils_cache.c: Avoid `default` in the `famil...
2024-01-31  Florian Forstersrc/daemon/metric.h: Add an `IS_CUMULATIVE` macro.
2024-01-31  Florian Forsterformat_kairosdb: Log an error when `uc_get_rate()`...
2024-01-31  Florian Forsterformat_json: Don't access `(value_t).gauge` when the...
2024-01-31  Florian Forstersrc/daemon/metric.h: Order metric types by value.
2024-01-31  Florian Forstervalue_list: Move `DS_TYPE_TO_STRING` out of `src/daemon...
2024-01-31  Florian Forsterformat_{graphite,influxdb,kairosdb,stackdriver}: Fix...
2024-01-31  Florian Forsterwrite_prometheus plugin: Add support for `METRIC_TYPE_F...
2024-01-31  Florian Forsterformat_stackdriver: Add support for `METRIC_TYPE_FPCOUN...
2024-01-31  Florian Forsterformat_open_telemetry: Add support for `METRIC_TYPE_FPC...
2024-01-31  Florian Forsterformat_kairosdb: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian Forsterformat_json: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian Forsterformat_influxdb: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian Forsterformat_graphite: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian Forstercmds: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian Forstercommon: Add support for `METRIC_TYPE_FPCOUNTER`.
2024-01-31  Florian ForsterDaemon: Add a new metric type for floating point counters.
2024-01-31  Florian ForsterMerge pull request #4265 from octo/6/cache
2024-01-31  Florian Forstersrc/daemon/utils_cache_test.c: Add a test case for... 4265/head
2024-01-31  Florian Forsterformat_stackdriver: Add missing `break` statements.
2024-01-31  Florian Forsterformat_stackdriver: Consistently handle `METRIC_TYPE_UN...
2024-01-31  Florian Forstersrc/daemon/utils_cache.h: Unify comment style.
2024-01-31  Florian Forsterformat_stackdriver: Use the new `uc_first_metric()...
2024-01-31  Florian Forstersrc/daemon/utils_cache.c: Let `uc_get_rate()` return...
2024-01-31  Florian Forstersrc/daemon/utils_cache.c: Add documentation for `uc_get...
2024-01-31  Florian Forstersrc/daemon/utils_cache.c: Change `uc_first_metric(...
2024-01-31  Florian Forstersrc/daemon/utils_cache.c: Automatically initialize...
2024-01-31  Florian Forsterchore: Add unit test for `uc_get_rate`.
2024-01-31  Florian ForsterMerge pull request #4264 from eero-t/gcc-extra
2024-01-31  Florian ForsterMerge pull request #4262 from eero-t/gcc-pedantic-func
2024-01-30  Eero Tamminenmessage_parser.c: fix -Wextra warnings 4264/head
2024-01-30  Eero Tamminenproc_pids.c: fix signed vs. unsigned comparison warnings
2024-01-30  Eero Tamminenformat_stackdriver.c: use counter_t instead of casts
2024-01-30  Eero Tamminenmdevents.c: fix -Wpedantic warnings on array initialization 4262/head
2024-01-30  Eero Tamminenrest of plugins: __FUNCTION__ -> __func__ (C99)
2024-01-30  Eero Tamminendpdk*.c: __FUNCTION__ -> __func__ (C99)
2024-01-30  Eero Tamminenutils/dpdk/dpdk.*: __FUNCTION__ -> __func__ (C99)
2024-01-30  Eero Tamminenutils/ovs/ovs.c: __FUNCTION__ -> __func__ (C99)
2024-01-30  Eero Tamminenutils/cmds/cmds_test.c: fix -Wpendantic/-Wformat warning
2024-01-30  Eero TamminenMerge pull request #4261 from eero-t/gcc-extra
2024-01-30  Eero Tamminenutils/metadata/meta_data.c: fix -Wnull-dereference... 4261/head
2024-01-30  Eero Tamminenplugin.c: use union as generic callback type
2024-01-29  Eero Tamminenutils_cache.c: fix obsolete comment
2024-01-29  Florian ForsterMerge pull request #4258 from octo/6/write_redis
2024-01-29  Florian Forster.cirrus.yml: Rename `checks_script` to `make_distcheck_... 4259/head
2024-01-29  Florian Forstersrc/daemon/utils_cache.c: Add comment about initializin... 4258/head
2024-01-29  Florian ForsterMerge pull request #4257 from octo/6/dispatch_metric_family
2024-01-29  Florian Forstersrc/daemon/plugin.c: Log a debug message when a metric... 4257/head
2024-01-29  Florian Forsterping plugin: Call `plugin_dispatch_metric_family` uncon...
2024-01-29  Florian Forsterirq plugin: Call `plugin_dispatch_metric_family` uncond...
2024-01-29  Florian Forsteripc plugin: Call `plugin_dispatch_metric_family` uncond...
2024-01-29  Florian Forsterdisk plugin: Call `plugin_dispatch_metric_family` uncon...
2024-01-29  Florian Forsterdf plugin: Call `plugin_dispatch_metric_family` uncondi...
2024-01-29  Florian Forsterchrony plugin: Call `plugin_dispatch_metric_family...
2024-01-29  Florian Forsterfix: Handle metric families with zero metrics gracefully.
2024-01-29  Florian ForsterUpdate ChangeLog for version 6.0.0.rc1. collectd-6.0.0.rc1
2024-01-29  Florian Forstersrc/collectd.conf.pod: Fix typos and an incoherent...
2024-01-29  Eero Tamminenwrite_redis plugin: Avoid duplication of an int literal.
2024-01-29  Florian Forsterformat_json: Use `STATIC_ARRAY_SIZE` when iterating...
2024-01-29  Florian Forsterwrite_redis plugin: Set the default timeout to one...
2024-01-29  Florian Forster.cirrus.yml: Upload `.log` files as artifacts.
2024-01-27  collectd botAuto-Merge pull request #4243 from eero-t/gcc-pedantic
2024-01-26  Eero Tamminenplugin.c: -Wpendantic cast fixes for callback handling 4243/head
2024-01-26  Eero Tamminenvl_lookup_test.c: -Wpedantic lookup_create() arg cast...
2024-01-26  Eero Tamminenvalue_list_test.c: add missing include
2024-01-26  Eero Tamminenutf8_test.c: fix -Wpedantic sign issue
2024-01-26  Eero Tamminen.gitignore: simplify + add more things to ignore
next