icinga2/lib/perfdata
Johannes Schmidt b35ecb6796
Some checks failed
Container Image / Container Image (push) Has been cancelled
Linux / alpine:bash (push) Has been cancelled
Linux / amazonlinux:2 (push) Has been cancelled
Linux / amazonlinux:2023 (push) Has been cancelled
Linux / debian:11 (linux/386) (push) Has been cancelled
Linux / debian:11 (push) Has been cancelled
Linux / debian:12 (linux/386) (push) Has been cancelled
Linux / debian:12 (push) Has been cancelled
Linux / debian:13 (push) Has been cancelled
Linux / fedora:41 (push) Has been cancelled
Linux / fedora:42 (push) Has been cancelled
Linux / fedora:43 (push) Has been cancelled
Linux / fedora:44 (push) Has been cancelled
Linux / opensuse/leap:15.6 (push) Has been cancelled
Linux / opensuse/leap:16.0 (push) Has been cancelled
Linux / registry.suse.com/bci/bci-base:16.0 (push) Has been cancelled
Linux / registry.suse.com/suse/sle15:15.6 (push) Has been cancelled
Linux / registry.suse.com/suse/sle15:15.7 (push) Has been cancelled
Linux / rockylinux/rockylinux:10 (push) Has been cancelled
Linux / rockylinux:8 (push) Has been cancelled
Linux / rockylinux:9 (push) Has been cancelled
Linux / ubuntu:22.04 (push) Has been cancelled
Linux / ubuntu:24.04 (push) Has been cancelled
Linux / ubuntu:25.04 (push) Has been cancelled
Linux / ubuntu:25.10 (push) Has been cancelled
Linux / ubuntu:26.04 (push) Has been cancelled
Windows / Windows (push) Has been cancelled
Merge pull request #10857 from Icinga/freeze-perfdata-arrays
Freeze perfdata arrays and remove locks in code using them
2026-06-17 19:06:36 +02:00
..
CMakeLists.txt Add OTLPMetricsWriter 2026-04-01 12:18:21 +02:00
elasticsearchwriter.cpp Freeze perfdata arrays and remove locks in code using them 2026-06-17 15:15:46 +02:00
elasticsearchwriter.hpp Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01:00
elasticsearchwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.cpp Merge pull request #10857 from Icinga/freeze-perfdata-arrays 2026-06-17 19:06:36 +02:00
gelfwriter.hpp Fix potential nullptr-dereference in perfdata writer stats functions 2026-06-17 15:16:37 +02:00
gelfwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.cpp Merge pull request #10857 from Icinga/freeze-perfdata-arrays 2026-06-17 19:06:36 +02:00
graphitewriter.hpp Fix potential nullptr-dereference in perfdata writer stats functions 2026-06-17 15:16:37 +02:00
graphitewriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
influxdb2writer.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdb2writer.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdb2writer.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbcommonwriter.cpp Freeze perfdata arrays and remove locks in code using them 2026-06-17 15:15:46 +02:00
influxdbcommonwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
influxdbcommonwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
influxdbwriter.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbwriter.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
influxdbwriter.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
opentsdbwriter.cpp Merge pull request #10857 from Icinga/freeze-perfdata-arrays 2026-06-17 19:06:36 +02:00
opentsdbwriter.hpp Fix potential nullptr-dereference in perfdata writer stats functions 2026-06-17 15:16:37 +02:00
opentsdbwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
otlpmetricswriter.cpp Freeze perfdata arrays and remove locks in code using them 2026-06-17 15:15:46 +02:00
otlpmetricswriter.hpp Allow users to provide additional resource attributes 2026-04-01 12:18:21 +02:00
otlpmetricswriter.ti OTLP: Set enable_ha to true by default 2026-04-01 12:18:21 +02:00
perfdatawriter.cpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriter.hpp Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriter.ti Replace all existing copyright headers with SPDX headers 2026-02-04 14:00:05 +01:00
perfdatawriterconnection.cpp Correctly create AsioTlsStream with host argument 2026-04-17 10:08:20 +02:00
perfdatawriterconnection.hpp Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00