Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Release 2.0.2

Compare
Choose a tag to compare
@MrAlias MrAlias released this 13 Jul 16:49
· 4 commits to master since this release
6255b08

Changed

  • The project .gitignore now contains the name of the Kubernetes manifest generated by running the README described process to deploy the adapter.

Update

  • The helm-charts docs now include information on the logLevel variable.

Added

  • Helm configuration to specify HTTP(S) proxies the adapter should use. #16
  • CODEOWNER file.

Fixed

  • The default tracing rule error for the incorrect parsed type in the rule expression is resolved. #14
  • The gRPC health check endpoint is now specified to be targeted at localhost instead of just the port. #16
  • Duration conversion now does not truncate nanoseconds. #34