diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ceaf2..584f48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Fixed + +* The default tracing rule error for the incorrect parsed type in the rule expression is resolved. [#14](https://github.com/newrelic/newrelic-istio-adapter/issues/14) + ## 2.0.1 ### Added diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 1b2aec9..b0bcde3 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -681,6 +681,6 @@ telemetry: ## The following can be uncommented if spans for inter-service communication ## should be sent to New Relic. #newrelic-tracing: - # match: (context.protocol == "http" || context.protocol == "grpc") && destination.workload.name != "istio-telemetry" && destination.workload.name != "istio-pilot" && ((request.headers["x-b3-sampled"] | "0") == "1") + # match: (context.protocol == "http" || context.protocol == "grpc") && destination.workload.name != "istio-telemetry" && destination.workload.name != "istio-pilot" && ((request.headers["x-b3-sampled"] | "") == "1") # instances: # - newrelic-span