All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
N/A
- Add
WithMeterProvider
as a new Option. - Implement basic http server metrics.
- Add example of initialization of
MeterProvider
in the example. - Add README.md.
- Fix the bug when middleware calculating the size of the request body. (#1)
- Use semconvutil.HTTPServerRequestMetrics() for metric attrs to avoid the memory bloat. (#3)