Remove everything related to aggregation

This commit is contained in:
Tim Wojtulewicz 2024-03-12 09:56:56 -07:00
parent c5476e8343
commit 5c20d81a6a
10 changed files with 51 additions and 155 deletions

View file

@ -13,16 +13,10 @@
@if ( Cluster::is_enabled() )
# Use Cluster::node as "endpoint" label
redef Telemetry::metrics_export_endpoint_name = Cluster::node;
redef Telemetry::metrics_endpoint_name = Cluster::node;
# The manager opens port 9911 and imports metrics from all nodes by default.
@if ( Cluster::local_node_type() == Cluster::MANAGER )
redef Telemetry::metrics_port = 9911/tcp;
redef Telemetry::metrics_import_topics = vector("zeek/cluster/metrics/");
@else
redef Telemetry::metrics_export_topic = "zeek/cluster/metrics/";
@endif
@endif