Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 760 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 760 Bytes

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Fix compatbility with go.opentelemetry.io/otel/exporters/prometheus v0.33.0
  • Fix request_size bytes bucket
  • Otel exporter will auto append postfix like "bytes" or "milliseconds" according to meter unit, fix request size histogram exporting

Miscellaneous Tasks

  • Bump go.opentelemetry.io/otel/metric from 0.31.0 to 0.33.0
  • Bump go.opentelemetry.io/otel/exporters/prometheus
  • Bump github.com/labstack/echo/v4 from 4.9.0 to 4.9.1
  • Use Registerer interface

Refactor

  • Use DefaultAggregationSelector since we have custom views applied

[0.1.0] - 2022-10-18

Miscellaneous Tasks

  • Init repo