Remove everything related to aggregation

This commit is contained in:
Tim Wojtulewicz 2024-03-12 09:56:56 -07:00
parent 643bb38419
commit 4718e5cf00
11 changed files with 60 additions and 166 deletions

View file

@ -125,8 +125,7 @@ public:
for ( const auto& ctr : counters ) {
auto label_values_vec = make_intrusive<VectorVal>(string_vec_type);
for ( const auto& [label_key, label] : ctr->Labels() )
if ( label_key != "endpoint" )
label_values_vec->Append(make_intrusive<StringVal>(label));
label_values_vec->Append(make_intrusive<StringVal>(label));
auto r = make_intrusive<zeek::RecordVal>(metric_record_type);
r->Assign(labels_idx, label_values_vec);