This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 5be2fbcff3 Skip autest for PROXY protocol if the version of curl is
old (#12362)
new aa4dfaaefa stats_over_http: Add Prometheus format option (#12302)
new d732af048f stats_over_http: ensure BrotliEncoderDestroyInstance
(#12333)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/admin-guide/plugins/stats_over_http.en.rst | 35 ++-
plugins/stats_over_http/stats_over_http.cc | 336 +++++++++++++++------
tests/Pipfile | 3 +
.../gold/stats_over_http_0_stdout.gold | 4 -
...stderr.gold => stats_over_http_csv_stderr.gold} | 4 +-
...tderr.gold => stats_over_http_json_stderr.gold} | 2 +-
...gold => stats_over_http_prometheus_stderr.gold} | 4 +-
.../stats_over_http/prometheus_stats_ingester.py | 117 +++++++
.../stats_over_http/stats_over_http.test.py | 101 ++++++-
9 files changed, 491 insertions(+), 115 deletions(-)
delete mode 100644
tests/gold_tests/pluginTest/stats_over_http/gold/stats_over_http_0_stdout.gold
copy
tests/gold_tests/pluginTest/stats_over_http/gold/{stats_over_http_0_stderr.gold
=> stats_over_http_csv_stderr.gold} (70%)
copy
tests/gold_tests/pluginTest/stats_over_http/gold/{stats_over_http_0_stderr.gold
=> stats_over_http_json_stderr.gold} (85%)
rename
tests/gold_tests/pluginTest/stats_over_http/gold/{stats_over_http_0_stderr.gold
=> stats_over_http_prometheus_stderr.gold} (59%)
create mode 100644
tests/gold_tests/pluginTest/stats_over_http/prometheus_stats_ingester.py