fastly / fastly-exporter

A Prometheus exporter for the Fastly Real-time Analytics API
Apache License 2.0
98 stars 36 forks source link

New HTTPTotal Metric for all http requests #134

Closed leklund closed 1 year ago

leklund commented 1 year ago

Fixes #122

Adds new HTTPTotal metric all requests by http_version:

fastly_rt_http_total{datacenter="BUR",http_version="1"}
fastly_rt_http_total{datacenter="BUR",http_version="2"}
fastly_rt_http_total{datacenter="BUR",http_version="3"}

This PR does not remove the existing HTTP2Total or HTTP3Total metrics so as not to introduce a breaking change.