]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2024-01-15  Florian Forstercommon: Reserve a null byte when calling `strncpy`.
2024-01-13  Florian ForsterMerge pull request #3795 from kenhys/v6-lua
2024-01-13  Kentaro Hayashilua: update data types section 3795/head
2024-01-13  Kentaro Hayashilua: migrate interface to v6 plugin API
2024-01-13  Kentaro Hayashilua: enable Lua
2024-01-11  collectd botAuto-Merge pull request #4231 from octo/6/submodules
2024-01-11  Florian Forster.gitmodules: Defaut to shallow submodules. 4231/head
2024-01-11  Florian Forster.github/workflows/: Only activate the opentelemetry...
2024-01-04  Florian Forstermemory plugin: Use a constant for label names.
2024-01-03  Florian ForsterMerge pull request #4180 from octo/open-telemetry
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Fix minor memory leak. 4180/head
2024-01-03  Florian Forstersrc/collectd.conf.in: Add a `LoadPlugin` line for write...
2024-01-03  Florian Forsterformat_open_telemetry: Add `return` statement to that...
2024-01-03  Florian ForsterWrite Open Telemetry plugin: Improve readability of...
2024-01-03  Florian Forsterformat_open_telemetry: Handle unexpected metric types...
2024-01-03  Florian Forsterformat_open_telemetry: Unify the `set_gauge` and `set_s...
2024-01-03  Florian Forsterformat_open_telemetry: Reuse local variable.
2024-01-03  Florian Forstersrc/daemon/metric.c: Drop redundant check from `metric_...
2024-01-03  Florian Forsterformat_open_telemetry: Populate the `unit` field.
2024-01-03  Florian Forster.cirrus.yml: Tell CirrusCI to also clone submodules.
2024-01-03  Florian Forster./contrib/format.sh src/write_open_telemetry.cc
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Adapt to changed resource_...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Configure the flush callba...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Use resource metrics to...
2024-01-03  Florian Forsterformat_open_telemetry: Accept a `resource_metrics_set_t`.
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Take the resource attribut...
2024-01-03  Florian Forster./contrib/format.sh src/utils/format_open_telemetry...
2024-01-03  Eero Tamminensrc/collectd.conf.pod: Fix typo.
2024-01-03  Florian ForsterFix .cc .h -> .proto mappings.
2024-01-03  Florian ForsterAdd OpenTelemetry .proto files to the distribution.
2024-01-03  Florian ForsterAdd `using opentelemetry::proto::resource::v1::Resource`.
2024-01-03  Florian ForsterAdd support for resource attributes.
2024-01-03  Florian ForsterMakefile.am: Only build OpenTelemetry protos if needed...
2024-01-03  Florian Forsterconfigure: Check whether protoc requires `--experimenta...
2024-01-03  Florian Forsterwrite_open_telemetry plugin: Fix "unused variable"...
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...
next