Skip to content

v8.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 22:32
8aafcaa

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