mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Expose telemetry API to scripting land
This commit is contained in:
parent
d4466db5ce
commit
2bac354e43
20 changed files with 887 additions and 11 deletions
|
@ -14,6 +14,10 @@ Manager::~Manager()
|
|||
{
|
||||
}
|
||||
|
||||
void Manager::InitPostScript()
|
||||
{
|
||||
}
|
||||
|
||||
IntCounterFamily Manager::IntCounterFam(std::string_view prefix,
|
||||
std::string_view name,
|
||||
Span<const std::string_view> labels,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue