Florian Forster

Results 101 comments of Florian Forster

We run `make distcheck` (a superset of `make dist`) on only one distro, Debian 12 ("Bookworm", aka. Debian Stable). I have changed this somewhat recently, previously we ran `make distcheck`...

Solaris (`/opt/solarisstudio12.4/bin/cc`) apparently does not implement type-generic macros.

I'm undecided. I think the macro makes a common use case nicer and safer. It may be reasonable to break compatibility with an ancient compiler for this. However I don't...

I just recently ran into this issue as part of #4224 and ended up removing the "available" and "slab" metrics for collectd 6. The idea is that all the `memory/memory-*`...

`src/write_riemann_threshold.c` duplicates much of the original threshold code. This should be unified while fixing this IMHO.

> I'm trying to resolve this issue by following the two ways @octo says, To clarify, my suggestion was to put them behind a flag **and** use different plugin instance....

> Btw. Available is defined in OTEL spec: https://opentelemetry.io/docs/specs/semconv/system/system-metrics/#metric-systemlinuxmemoryavailable Note that this is a separate metric (`system.linux.memory.available` vs. `system.memory.usage`). That is becasue [aggregations over all attributes of a given metric...

Reworded the ChangeLog entry. I agree that the time-in-state info is much more meaningful than the point-in-time information. I'll see if I can find the cpufreq-stats kernel module on my...

I tried building the plugin in the CI system, but without success: * A bug in the Debian package prevents the configure script from finding the EPICS package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059706 *...

@matwey Looks like this is progressing nicely. Let me know when the PR is ready for a review :D