mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
telemetry: Move callbacks to Zeek
Now that we run callbacks on the main loop, we can move callback support for Counter and Gauge instances directly into Zeek and don't need to patch prometheus-cpp anymore.
This commit is contained in:
parent
c7fcdc4050
commit
48dd89ef33
15 changed files with 143 additions and 186 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <string_view>
|
||||
|
||||
#include "zeek/Span.h"
|
||||
#include "zeek/Val.h"
|
||||
|
||||
namespace zeek::telemetry {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue