icinga2/lib/perfdata
Alexander A. Klimov 77e842c27f Consistently use Atomic, and not std::atomic
Atomic enforces usage of its only safe constructor,
in contrast to std::atomic.

"The default-initialized std::atomic<T> does not contain
a T object, and its only valid uses are destruction and
initialization by std::atomic_init, see LWG issue 2334."
 -- https://en.cppreference.com/w/cpp/atomic/atomic/atomic
2026-04-20 11:37:23 +02:00
..
CMakeLists.txt Add OTLPMetricsWriter 2026-04-01 12:18:21 +02:00
elasticsearchwriter.cpp Add warnings to deprecated features indicating removal in v2.18 2026-03-27 14:20:55 +01: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 Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
gelfwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.cpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
graphitewriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01: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 Merge pull request #10668 from Icinga/perfdata-writers-connection-handling 2026-03-17 15:10:57 +01:00
influxdbcommonwriter.hpp Consistently use Atomic, and not std::atomic 2026-04-20 11:37:23 +02: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 Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
opentsdbwriter.hpp Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
opentsdbwriter.ti Use PerfdataWriterConnection in perfdata writers 2026-03-17 12:11:26 +01:00
otlpmetricswriter.cpp Allow users to provide additional resource attributes 2026-04-01 12:18:21 +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 Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00
perfdatawriterconnection.hpp Add PerfdataWriterConnection class 2026-03-06 10:55:05 +01:00