fastly / fastly-exporter

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

Fix pagination link extraction #94

Closed phamann closed 2 years ago

phamann commented 2 years ago

Fixes: #93

Diff is mainly whitespace change, best best viewed with ?w=1

peterbourgon commented 2 years ago

Aw beans okay. I'll add a test if it's not too hard, and will merge and cut a new release in a day or so.

phamann commented 2 years ago

Woops, apologies @peterbourgon I have now included a test which is a single link header value containing multiple links separated by a , instead of multiple link header values as the other tests assumed.