Skip to content

Releases: fastly/fastly-exporter

v7.3.0

17 Nov 15:29
7f51742
Compare
Choose a tag to compare

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

14 Sep 15:54
v7.2.5
d3671d2
Compare
Choose a tag to compare

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

Full Changelog: v7.2.4...v7.2.5

v7.2.4

24 Jun 02:22
1c50f02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.3...v7.2.4

v7.2.3

23 May 22:25
396dba4
Compare
Choose a tag to compare

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

04 May 16:58
53cd95b
Compare
Choose a tag to compare

What's Changed

Release after transferring the repo to the fastly GitHub organization.

New Contributors

Full Changelog: v7.2.1...v7.2.2

v7.2.1

25 Mar 20:21
3a9a786
Compare
Choose a tag to compare

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:

  • Increase the service cache request page size from 100 to 1000 by @phamann in #96

Full Changelog: v7.2.0...v7.2.1

v7.2.0

04 Mar 16:43
102cb14
Compare
Choose a tag to compare

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

19 Jan 13:27
fa14e95
Compare
Choose a tag to compare

Look at these machine-generated release notes!!

The full changelog? Oh yeah. We've got that.

v7.0.1

06 Dec 02:28
296103d
Compare
Choose a tag to compare

All the fun of v7.0.0 with proper Docker image tags.

v7.0.0

04 Dec 15:18
b546967
Compare
Choose a tag to compare

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