Change all instruments to only handle doubles

This commit is contained in:
Tim Wojtulewicz 2024-05-24 14:51:19 -07:00
parent 6eab954fd2
commit 46ff48c29a
35 changed files with 635 additions and 1148 deletions

View file

@ -403,8 +403,8 @@ private:
FuncPtr rotation_format_func;
FuncPtr log_stream_policy_hook;
std::shared_ptr<telemetry::IntCounterFamily> total_log_stream_writes_family;
std::shared_ptr<telemetry::IntCounterFamily> total_log_writer_writes_family;
std::shared_ptr<telemetry::CounterFamily> total_log_stream_writes_family;
std::shared_ptr<telemetry::CounterFamily> total_log_writer_writes_family;
zeek_uint_t last_delay_token = 0;
std::vector<detail::WriteContext> active_writes;