]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2024-01-03  Florian ForsterGitHub Actions: Fetch submodules when checking out...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Update copyright headers.
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Document configuration...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Remove the unused "Path...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Set up the build system...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Implement gRPC sending...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Implement conditional...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: s/cached/staged/
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Wrap headers with `extern...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Initial commit.
2024-01-03  Florian ForsterNew utility: format OpenTelemetry.
2024-01-03  Florian Forstergit submodule add https://github.com/open-telemetry...
2024-01-03  Florian ForsterMerge pull request #4188 from octo/6/write_http_otlp_json
2024-01-03  Florian Forsterwrite_http plugin: Remove `WH_FORMAT_OTLP_PROTO`. 4188/head
2024-01-03  Florian Forsterformat_json: Add the `unit` field to the OpenTelemetry...
2024-01-03  Eero Tamminencollectd.conf(5): Improve wording.
2024-01-03  Florian Forstercollectd.conf(5): spell "time series database" consiste...
2024-01-03  Florian Forsterwrite_http plugin: Adapt to changed resource_metrics...
2024-01-03  Florian Forsterwrite_http plugin: Clear the response buffer before...
2024-01-03  Florian Forsterwrite_http plugin: Make the OTLP_JSON output configurable.
2024-01-03  Florian Forsterwrite_http plugin: Add OTLP JSON support using resource...
2024-01-03  Florian Forsterformat_json: Fix unit test.
2024-01-03  Florian Forsterformat_json: Emit only one `ScopeMetrics` per `Resource...
2024-01-03  Florian Forsterformat_json: Update `format_json_open_telemetry` to...
2024-01-03  Eero Tamminenformat_json: Move conditional error logging to a separa...
2024-01-03  Florian Forsterformat_json: Use `yajl_gen_double` to encode gauge...
2024-01-03  Florian Forsterformat_json: Add a missing "array open" call.
2024-01-03  Florian Forsterformat_json: Add a unit test for the OpenTelemetry...
2024-01-03  Florian Forsterformat_json: add special error handling to `json_add_st...
2024-01-03  Florian Forsterformat_json: only log errors when a `yajl_gen_` call...
2024-01-03  Florian Forsterwrite_http plugin: Add initial support for exporting...
2024-01-03  Florian Forsterformat_json: Add `format_json_open_telemetry` for creat...
2024-01-03  Florian ForsterMerge pull request #4219 from octo/6/memory
2024-01-03  Florian Forstermemory plugin: Align metrics with OpenTelemetry recomme... 4219/head
2023-12-29  Florian ForsterMerge pull request #4220 from octo/6/write_prometheus
2023-12-29  Florian Forsterwrite_prometheus plugin: Remove invalid characers from... 4220/head
2023-12-29  Florian Forstercontrib/format.sh src/write_prometheus.c
2023-12-29  Florian Forsterwrite_prometheus plugin: Use the `unit` field to create...
2023-12-28  Florian ForsterMerge pull request #4194 from octo/6/unit
2023-12-28  Florian Forstercontrib/format.sh src/daemon/unit.h 4194/head
2023-12-28  Florian Forstersrc/daemon/unit.h: Reference OpenTelemetry docs.
2023-12-28  Florian Forstersrc/daemon/unit.c: Use `string_has_suffix()` from ...
2023-12-28  Florian Forstersrc/daemon/unit.c: Add reference link to metric names...
2023-12-28  Florian Forstersrc/daemon/metric.h: Add doc comment for the `unit...
2023-12-28  Florian Forstersrc/daemon/plugin.c: Automatically determine the unit...
2023-12-28  Florian Forstersrc/daemon/unit.[ch]: Add utility for determining the...
2023-12-28  Florian Forstersrc/daemon/metric.[ch]: Add `unit` to `metric_family_t`.
2023-12-28  Florian ForsterMerge pull request #4212 from octo/6/names
2023-12-28  Florian ForsterMakefile.am: Fix inconsistent indentation. 4212/head
2023-12-28  Florian ForsterMerge branch 'collectd-6.0' into 6/names
2023-12-28  Florian ForsterMerge pull request #4213 from octo/6/write_prometheus
2023-12-28  Florian Forsterwrite_prometheus plugin: Emit a single `target_info... 4213/head
2023-12-28  Florian Forsterwrite_prometheus plugin: Insert a newline between metri...
2023-12-28  Florian Forsterresource_metrics: Compile into a library.
2023-12-28  Florian Forsterresource_metrics: Fix an incorrect pointer type.
2023-12-28  Florian Forsterwrite_prometheus plugin: Emit the "target info" label...
2023-12-28  Florian Forsterwrite_prometheus plugin: Improve label sanitation.
2023-12-28  Florian Forstersrc/daemon/metric.[ch]: Export `label_set_get` and...
2023-12-28  Florian Forsterwrite_prometheus plugin: Improve metric family name...
2023-12-28  Florian Forsterwrite_prometheus plugin: Emit resource attributes only...
2023-12-28  Florian Forsterwrite_prometheus plugin: Translate between resource...
2023-12-28  Florian Forsterwrite_prometheus plugin: Emit special a "target info...
2023-12-28  Florian Forstersrc/daemon/metric_test.c: Add invalid inputs for `metri...
2023-12-28  Florian Forstersrc/daemon/metric.c: Allow arbitrary UTF-8 strings...
2023-12-28  Florian Forstersrc/daemon/metric_test.c: Add test for `metric_parse_id...
2023-12-28  Florian Forsterutf8: Handle `NULL` inputs gracefully.
2023-12-28  Florian Forsterutf8: Make `decode` idempotent by returning the new...
2023-12-28  Florian Forsterutf8: Remove the unused `codep` argument.
2023-12-28  Florian Forsterutf8: Iterate over the input string using a for loop.
2023-12-28  Florian Forsterutf8: Make `decode` a void function -- its return value...
2023-12-28  Florian Forsterutf8: Change return value to `bool`.
2023-12-28  Florian Forsterutf8: Change argument from `uint8_t *` to `char const *`.
2023-12-28  Florian Forsterutf8: Rename `IsUTF8` to `utf8_valid` to match collectd...
2023-12-28  Florian Forsterutf8: Add unit test.
2023-12-28  Florian Forsterutf8: Add a header file.
2023-12-28  Florian Forsterutf8: Make utility build.
2023-12-28  Florian Forstercontrib/format.sh src/utils/utf8/utf8.c
2023-12-28  Florian Forsterutf8: Import code from http://bjoern.hoehrmann.de/utf...
2023-12-28  Florian ForsterMerge pull request #4214 from octo/label_set_delete
2023-12-28  Florian Forstersrc/daemon/metric.[ch]: Export `label_set_format`. 4214/head
2023-12-28  Florian Forstersrc/daemon/metric.c: Fix memory corruption in `label_se...
2023-12-28  Florian Forstersrc/daemon/metric_test.c: Test the integrity of `metric...
2023-12-28  Florian ForsterMerge pull request #4199 from octo/6/resource
2023-12-28  Florian Forstersrc/daemon/resource.c: Allow default resource attribute... 4199/head
2023-12-28  Florian Forstersrc/collectd.conf.pod: Describe "resources" in more...
2023-12-28  Florian Forsterlibplugin_mock: Add `src/daemon/resource.[ch]`.
2023-12-28  Florian Forsterconfigfile: Avoid allocating a buffer for the resource...
2023-12-28  Florian Forsterresource: Add an option to configure resource attributes.
2023-12-27  Florian ForsterMerge pull request #4208 from octo/6/built-plugins
2023-12-27  Florian Forster.expected-plugins/debian_unstable: Import expected... 4208/head
2023-12-27  Florian Forster.expected-plugins/fedora_main: Import expected plugins...
2023-12-27  Florian Forster.github/workflows/build.yml: Add "Check expected plugin...
2023-12-27  Florian Forster.expected-plugins/fedora38: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/ubuntu20.04: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/ubuntu22.04: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/debian10: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/debian11: Import expected plugins...
2023-12-27  Florian Forster.github/workflows/build.yml: Add a "Check expected...
2023-12-27  Florian Forster.expected-plugins/centos9: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/fedora39: Import expected plugin...
next