Skip to content

Releases: fastly/fastly-exporter

v8.0.0

18 Apr 21:42
f6a1c51
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Update TLSTotal Metric by @leklund in #133
  • Remove Billed, BilledBodyBytesTotal, and BilledHeaderBytesTotal metrics by @leklund in #135
  • Update ObjectStore metrics names to KVStore by @leklund in #138

Removed metrics:

  • object_store_class_a_operations_total renamed to kv_store_class_a_operations_total
  • object_store_class_b_operations_total renamed to kv_store_class_b_operations_total
  • object_store_read_requests_total
  • object_store_write_requests_total
  • billed_body_bytes_total
  • billed_header_bytes_total
  • billed_total

Changed metrics:

  • tls_total has label changes. If you have dashboards using the version label they will need to be updated.
    • removes "any" from the tls_version label.
    • updates the tls_version label with standard TLS version names:
      • v11 --> 1.1
      • v12 --> 1.2
      • v13 --> 1.3

New Features 🎉

  • Add Token Expiration gauge metric by @leklund in #164
  • Fix metric-blocklist for datacenter_info, service_info, and last_successful_response by @leklund in #162
  • Add new metrics by @leklund in #165

New Metrics:

  • token_expiration
  • bot_challenge_complete_tokens_checked_total
  • bot_challenge_complete_tokens_disabled_total
  • bot_challenge_complete_tokens_failed_total
  • bot_challenge_complete_tokens_issued_total
  • bot_challenge_complete_tokens_passed_total
  • bot_challenge_starts_total
  • bot_challenges_failed_total
  • bot_challenges_issued_total
  • bot_challenges_succeeded_total
  • compute_request_time_billed_total
  • ddos_action_downgrade_total
  • ddos_action_downgraded_connections_total
  • vcl_on_compute_hit_requests_total
  • vcl_on_compute_miss_requests_total
  • vcl_on_compute_pass_requests_total
  • vcl_on_compute_error_requests_total
  • vcl_on_compute_synth_requests_total
  • vcl_on_compute_edge_hit_requests_total
  • vcl_on_compute_edge_miss_requests_total

Dependencies

  • Bump github.com/peterbourgon/ff/v3 from 3.3.2 to 3.4.0 by @dependabot in #147
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #151
  • Bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #150
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #156
  • Bump github.com/prometheus/client_golang from 1.16.0 to 1.19.0 by @dependabot in #157
  • Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 by @dependabot in #158
  • Bump golang.org/x/sync from 0.4.0 to 0.7.0 by @dependabot in #160
  • Update go version in go.mod and run go mod tidy by @leklund in #163

Other Changes

New Contributors

Full Changelog: v7.6.0...v8.0.0

v8.0.0-beta2

06 Jul 18:00
8534cfa
Compare
Choose a tag to compare
v8.0.0-beta2 Pre-release
Pre-release

What's Changed

Bug Fix

Full Changelog: v8.0.0-beta...v8.0.0-beta2

v7.6.1

06 Jul 17:15
31b87f3
Compare
Choose a tag to compare

What's Changed

Bug Fix

Full Changelog: v7.6.0...v7.6.1

v8.0.0-beta

26 Jun 22:32
8aafcaa
Compare
Choose a tag to compare
v8.0.0-beta Pre-release
Pre-release

This is pre-release that contains breaking changes.

Removed metrics:

  • object_store_class_a_operations_total renamed to kv_store_class_a_operations_total
  • object_store_class_b_operations_total renamed to kv_store_class_b_operations_total
  • object_store_read_requests_total
  • object_store_write_requests_total
  • billed_body_bytes_total
  • billed_header_bytes_total
  • billed_total

Changed metrics:

  • tls_total has label changes. If you have dashboards using the version label they will need to be updated.
    • removes "any" from the tls_version label.
    • updates the tls_version label with standard TLS version names:
      • v11 --> 1.1
      • v12 --> 1.2
      • v13 --> 1.3

New Metrics

What's Changed

Breaking Changes 🛠

  • Update TLSTotal Metric by @leklund in #133
  • Remove Billed, BilledBodyBytesTotal, and BilledHeaderBytesTotal metrics by @leklund in #135
  • Update ObjectStore metrics names to KVStore by @leklund in #138

Full Changelog: v7.6.0...v8.0.0-beta

v7.6.0

26 Jun 21:15
4b2196f
Compare
Choose a tag to compare

This release has a bug when incrementing Origin Inspector histogram metrics -- please use v7.6.1

What's Changed

New Features 🎉

  • Extend Origin Inspector metrics with Compute@Edge and next-gen WAF support by @leklund in #132
  • New HTTPTotal Metric for all http requests by @leklund in #134

Dependencies

Full Changelog: v7.5.1...v7.6.0

v7.5.1

14 Jun 21:31
d515896
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v7.5.0...v7.5.1

v7.5.0

02 Jun 17:10
d6706bf
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Dependencies

Other Changes

Full Changelog: v7.4.0...v7.5.0

v7.4.0

01 Dec 18:13
0cb708d
Compare
Choose a tag to compare

What's Changed

  • Add product entitlement check for Origin Inspector before enabling the subscriber for origins. by @leklund in #118
  • Reduce load on service endpoint by excluding versions from the response by @leklund in #119

Full Changelog: v7.3.0...v7.4.0

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