]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
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
2024-02-20  Florian Forster.cirrus.yml: Pass `DEFAULT_CONFIG_OPTS` to configure... 4286/head
2024-02-20  Florian Forster.cirrus.yml: Fix CFLAGS of the bleeding_edge_compilers_...
2024-02-20  Florian Forster.cirrus.yml: Pass `-Wstrict-prototypes` to `make` but...
2024-02-20  Florian ForsterGitHub Actions: Pass `-Wstrict-prototypes` to `make...
2024-02-20  Florian Forsterconfigure.ac: Report why the bind plugin is disabled.
2024-02-20  Florian Forstercontrib/format.sh src/netlink.c
2024-02-20  Florian Forsterci: Build with `-Wstrict-prototypes` by default.
2024-02-20  Florian ForsterGlobal: Fix `-Wstrict-prototypes` warnings.
2024-02-20  collectd botAuto-Merge pull request #4285 from octo/6/write_prometh...
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...
next