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

2.0.0

Compare
Choose a tag to compare
@MrAlias MrAlias released this 24 Oct 19:11
· 45 commits to master since this release
3540c51

Added

  • Travis CI configuration to validate and build this project.
  • A --log-level command flag to specify the user desired minimum logging level.
  • A log package to unify the adapter logging function.

Changed

  • Switched to using the upstream New Relic Go telemetry SDK instead of the internal nrsdk package.
  • Unified the adapter logging. Logs should now have a unified format and be configurable globaly to set the logging level.
  • The metric.BuildHandler and trace.BuildHandler functions no longer take an Istio adapter Logger interface as an argument.
  • The helm-charts now have a logLevel value to specify the adapter logging level during the deploy.

Removed

  • The --debug command flag is now replaced by setting the --log-level flag to debug.