]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2024-01-23  collectd botAuto-Merge pull request #4251 from octo/6/cirrusci 6.0.0-rc0
2024-01-23  Florian Forsterci: Remove the "statgrab" task from CirrusCI. 4251/head
2024-01-23  Florian ForsterMerge pull request #4250 from octo/6/cirrusci
2024-01-23  Florian Forster.cirrus.yml: Verbose make build steps for the statgrab... 4250/head
2024-01-23  Eero Tamminen.cirrus.yml: `$` is redundant for variable names within...
2024-01-23  Florian Forster.cirrus.yml: Use YAML multi-line string that preserves...
2024-01-23  Florian Forster.cirrus.yml: Run the non-standard tasks on PRs, too.
2024-01-23  Florian Forster.cirrus.yml: statgrab: Print `ldd` of failing plugins...
2024-01-22  Florian ForsterMerge pull request #4198 from octo/6/import_plugins
2024-01-22  Florian Forsterintel_pmu plugin: Fix formatting of `counter_t` values. 4198/head
2024-01-22  Florian Forstercontrib/format.sh src/cpufreq.c
2024-01-22  Florian Forstersrc/vmem.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/virt.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/ubi.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/swap.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/smart_test.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/processes.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/ovs_stats.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/nginx.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/mysql.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/intel_pmu.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/hugepages.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/cpufreq.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/collectd-nagios.c: Importing changes from `main`.
2024-01-22  Florian Forstersrc/bind.c: Importing changes from `main`.
2024-01-22  Florian ForsterMerge pull request #4246 from octo/6/memory
2024-01-22  Florian Forsterdocs: Fix the default value of the memory plugin's... 4246/head
2024-01-22  Florian ForsterMerge pull request #4217 from octo/6/disk
2024-01-22  Florian Forsterdisk plugin: Do submit metrics in the first iteration. 4217/head
2024-01-22  Florian Forsterdisk plugin: Remove the "avg time per op" calculation.
2024-01-22  Florian Forsterdisk plugin: Revamp the Linux code.
2024-01-22  Florian Forsterdisk plugin: Add `system.disk.io_time`, `system.disk...
2024-01-22  Florian Forsterdisk plugin: Consistently scale the `fam_disk_io_time...
2024-01-22  Florian Forsterdisk plugin: Improve metric descriptions.
2024-01-22  Florian Forsterdisk plugin: Remove ops_time metric for Solaris.
2024-01-22  Florian Forsterdisk plugin: Scale all time counters to microseconds.
2024-01-22  Florian Forsterdisk plugin: Use constants for the "direction" label...
2024-01-22  Florian Forsterdisk plugin: Fix incorrect type.
2024-01-22  Florian Forsterdisk plugin: Align metrics with OpenTelemetry recommend...
2024-01-22  Florian ForsterMerge pull request #4216 from octo/6/cpu
2024-01-22  Florian Forstercpu plugin: Fix function comment. 4216/head
2024-01-22  Florian Forstercpu plugin: Improve error checking; define and use...
2024-01-22  Florian Forstercpu plugin: Improve the description of the `system...
2024-01-22  Florian Forstercpu plugi: Consistently set the `finalized` field at...
2024-01-22  Florian Forstercpu plugin: Sort CPU states alphabetically.
2024-01-22  Florian Forstercpu plugin: Add "ReportUsage" to `config_keys`.
2024-01-22  Florian Forstercpu plugin: Apply code review suggestions.
2024-01-22  Florian Forstercpu plugin: Use a const instead of repeating a literal...
2024-01-22  Florian Forstercpu plugin: Fold `usage_global_rate` into `usage_rate`.
2024-01-22  Florian Forstercpu plugin: Remove the special "global" case from ...
2024-01-22  Florian Forstercpu plugin: Fold the `usage_global_count` function...
2024-01-22  Florian Forstercpu plugin: Rename `has_value` to `has_rate`.
2024-01-22  Florian Forstercpu plugin: Remove tests for `usage_global_ratio` and...
2024-01-22  Florian Forstercpu plugin: Fold testing for `CPU_ALL` into the tests...
2024-01-22  Florian Forstercpu plugin: Remove unused variable.
2024-01-22  Florian Forstercpu plugin: Link the unit test with libstatgrab, if...
2024-01-22  Florian Forstercpu plugin: Skip states that don't have any data.
2024-01-22  Florian Forstercpu plugin: Use the `cpu_num` field in `usage_t`.
2024-01-22  Florian Forstercpu plugin: Add a `cpu_num` field to `usage_t`.
2024-01-22  Florian Forstercpu plugin: Update code to use the `usage_t` type.
2024-01-22  Florian Forstercpu plugin: Move type definitions close together.
2024-01-22  Florian Forstercpu plugin: Implement `usage_global_count()`.
2024-01-22  Florian Forstercpu plugin: Implement `usage_count()`.
2024-01-22  Florian Forstercpu plugin: Move aggregation into a central finalize...
2024-01-22  Florian Forstercpu plugin: Implement `usage_global_ratio()`.
2024-01-22  Florian Forstercpu plugin: Test that `usage_rate(STATE_ACTIVE)` equals...
2024-01-22  Florian Forstercpu plugin: Implement `usage_ratio`.
2024-01-22  Florian Forstercpu plugin: Add `usage_global_rate`.
2024-01-22  Florian Forstercpu plugin: Aggregate all non-idle states into the...
2024-01-22  Florian Forstercpu plugin: Ensure unpopulated states return NAN.
2024-01-22  Florian Forstercpu plugin: Add a very simple `usage_t` type for aggreg...
2024-01-22  Florian Forstercpu plugin: Simplify the configuration options available.
2024-01-22  Florian Forstercpu plugin: Remove overly verbose prefix from "state...
2024-01-22  Florian Forstercpu plugin: Use constants for label names.
2024-01-22  Florian Forstercpu plugin: Align metrics with OpenTelemetry recommenda...
2024-01-20  Florian ForsterMerge pull request #4239 from eero-t/pkg-config-l0
2024-01-20  Eero Tamminengpu_sysman: change configure to use pkg-config for... 4239/head
2024-01-19  Florian ForsterMerge pull request #4244 from eero-t/its-history
2024-01-19  Eero Tamminensrc/daemon/utils_cache.c: remove unused uc_get_history() 4244/head
2024-01-19  collectd botAuto-Merge pull request #4218 from octo/6/df
2024-01-15  Florian Forsterdf plugin: Add the `ReportUsage` and `ReportUtilization... 4218/head
2024-01-15  Florian Forsterdf plugin: Use constants for state label values.
2024-01-15  Florian Forsterdf plugin: Report filesystem mode (ro/rw).
2024-01-15  Florian Forsterdf plugin: Use `STATIC_ARRAY_SIZE` to iterate over...
2024-01-15  Florian Forsterdf plugin: Update metric label names to match OpenTelem...
2024-01-15  Florian Forsterdf plugin: Populate the `unit` field.
2024-01-15  Florian Forsterdf plugin: Correctly report inode utilization.
2024-01-15  Florian ForsterMerge pull request #4236 from octo/6/compat
2024-01-15  Florian ForsterCI: Pass the `--enable-compatibility-mode` to all builds. 4236/head
2024-01-15  Florian Forsterconfigure.ac: Disable plugins using `value_list_t`...
2024-01-15  Florian ForsterMerge pull request #4224 from octo/6/memory
2024-01-15  Florian Forstermemory plugin: Update return value consistently. 4224/head
2024-01-15  Florian Forstermemory plugin: Sort list of states alphabetically.
2024-01-15  Eero Tamminenmemory plugin: Add comment about the other 2 options...
2024-01-15  Florian Forstermemory plugin: Report "shared" memory (Linux only).
2024-01-15  Florian Forstermemory plugin: Remove "slab" and "available" memory.
2024-01-15  Florian Forstermemory plugin: Remove overly verbose prefix from enum...
2024-01-15  Florian Forstermemory plugin: Add the "system.memory.limit" metric.
2024-01-15  Florian Forstermemory plugin: Enable utilization reporting by default.
2024-01-15  Florian Forstermemory plugin: Rename `ValuesPercentage` to `ReportUtil...
next