Releases: fastly/fastly-exporter
v7.3.0
What's Changed
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 by @dependabot in #116
- Add a random, exponential increasing delay when there are no results for a service by @leklund in #117
New Contributors
Full Changelog: v7.2.5...v7.3.0
v7.2.5
What's Changed
- Add documentation how to install fastly-exporter via Helm by @arslanbekov in #109
- Bump github.com/peterbourgon/ff/v3 from 3.1.2 to 3.3.0 by @dependabot in #110
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #111
- Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #112
- Allow service-refresh flag to be greater than 10 minutes if configured by @phamann in #113
New Contributors
- @arslanbekov made their first contribution in #109
- @dependabot made their first contribution in #110
Full Changelog: v7.2.4...v7.2.5
v7.2.4
v7.2.3
What's Changed
- cmd/fieldgen: use go:generate to generate pkg/gen/gen.go by @shawnps in #98
- pkg/prom: add TestRegistryEndpoints cases for "text/html" and "application/json" accept headers by @shawnps in #99
- trigger workflows on PRs by @shawnps in #104
- Update Go dependencies by @SuperQ in #102
- origin inspector by @shawnps in #101
- cmd/fastly-exporter: move roundTripperFunc, userAgentTransport into main.go, allowing "go run cmd/fastly-exporter/main.go" by @shawnps in #105
New Contributors
Full Changelog: v7.2.2...v7.2.3
v7.2.2
What's Changed
Release after transferring the repo to the fastly
GitHub organization.
- prepare for repo transfer to fastly org by @thommahoney in #97
New Contributors
- @thommahoney made their first contribution in #97
Full Changelog: v7.2.1...v7.2.2
v7.2.1
This tiny little enhancement release makes the fastly-exporter behave slightly nicer to the Fastly API, by requesting more service metadata JSONs in each HTTP request to the service metadata endpoint. We could all use a little more kindness in our lives, don't you think?
This is all what's changed:
Full Changelog: v7.2.0...v7.2.1
v7.2.0
This right here is a bugfix release in which the inimitable @phamann un-beans some programming I really beaned it on earlier, when parsing out "next" links from paginated responses in the Fastly API. Or, as the changelog would say it: Fix pagination link extraction. Sorry about that.
v7.1.0
Look at these machine-generated release notes!!
- Refactor service_cache to use pagination by @phamann in #88
- Start up OK even if api.fastly.com is unreachable by @peterbourgon in #89
- Bake UserAgent into http.Clients by @peterbourgon in #92
The full changelog? Oh yeah. We've got that.
v7.0.1
All the fun of v7.0.0 with proper Docker image tags.
v7.0.0
This release includes several significant changes, including one breaking change — the -endpoint http://localhost:8080/metrics
flag is removed and replaced by -listen localhost:8080
, which means the /metrics
endpoint is no longer configurable. That breaking change is one of several changes which provide compatibility with the new generic HTTP service discovery feature of Prometheus. See #73 for more information. Also, "official" Docker images are now available as ghcr.io/peterbourgon/fastly-exporter
and visible on the GitHub packages page.
Changelog highlights:
- Support for new Compute@Edge metrics — #72
- Refactor for Prometheus HTTP service discovery — #73
- Update README with example http_sd_config — #76
- Publish Docker images — #75
- Add last_successful_response metric — #78
- Add datacenter_info metric — #80, #81
- Add partial tags to Docker images — #83
Full Changelog: v6.1.0...v7.0.0