fastly / fastly-exporter

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

Increase the service cache request page size from 100 to 1000 #96

Closed phamann closed 2 years ago

phamann commented 2 years ago

TL;DR

We have recently increased the maximum result page size of the /service endpoint from 100 to 1000. Therefore, this PR bumps the size the exporter uses to fetch the serivce list to 1000 and should hopefully reduce requests to the Fastly API by 10x.