This repository was archived by the owner on Dec 15, 2021. It is now read-only.
2.0.0
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
andtrace.BuildHandler
functions no longer take an Istio adapterLogger
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 todebug
.