Nov_12_2023-Dev

This commit is contained in:
Ned Wright
2023-11-12 18:51:30 +00:00
parent 4c31ff880d
commit b4d92d54ac
2 changed files with 90 additions and 0 deletions

View File

@@ -128,6 +128,8 @@ typedef enum ngx_http_plugin_metric_type
AVERAGE_RSS_MEMORY_USAGE,
MAX_VM_MEMORY_USAGE,
MAX_RSS_MEMORY_USAGE,
REQUEST_OVERALL_SIZE_COUNT,
RESPONSE_OVERALL_SIZE_COUNT,
METRIC_TYPES_COUNT
} ngx_http_plugin_metric_type_e;