Jan 06 2026 dev (#387)

* sync code

* update code to support brotli

* update code to support brotli

* update code to support brotli

* sync code

* fix findBrotli

* sync code

* sync code

* sync code

* sync code

---------

Co-authored-by: Ned Wright <nedwright@proton.me>
Co-authored-by: Daniel Eisenberg <danielei@checkpoint.com>
This commit is contained in:
Daniel-Eisenberg
2026-01-13 17:17:52 +02:00
committed by GitHub
parent c1058db57d
commit e7b6e51b31
216 changed files with 12601 additions and 2825 deletions

View File

@@ -14,7 +14,7 @@
#ifndef __NGINX_INTAKER_METRIC_H__
#define __NGINX_INTAKER_METRIC_H__
#include "nginx_attachment_common.h"
#include "nano_attachment_common.h"
#include "generic_metric.h"
#include "cpu/cpu_metric.h"
@@ -26,11 +26,11 @@ public:
void resetAllCounters();
ngx_http_plugin_metric_type_e EnumOfIndex(int i);
AttachmentMetricType EnumOfIndex(int i);
void addPluginMetricCounter(const ngx_http_cp_metric_data_t *recieved_metric_data);
void addPluginMetricCounter(const NanoHttpMetricData *recieved_metric_data);
uint64_t getPluginMetricCounter(ngx_http_plugin_metric_type_e _verdict) const;
uint64_t getPluginMetricCounter(AttachmentMetricType _verdict) const;
void notifyCPU() const { cpu_event.notify(); }