Skip to content

Commit

Permalink
remove deprecated start_child_span option (#1469)
Browse files Browse the repository at this point in the history
* remove deprecated start_child_span option

Signed-off-by: Pierre Tessier <[email protected]>

* remove deprecated start_child_span option

Signed-off-by: Pierre Tessier <[email protected]>

---------

Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck authored Mar 21, 2024
1 parent 4b093f7 commit f4eee80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ the release.
([#1448](https://github.com/open-telemetry/opentelemetry-demo/pull/1448))
* [cartservice] update .NET to .NET 8.0.3
([#1460](https://github.com/open-telemetry/opentelemetry-demo/pull/1460))
* [frontendproxy] remove deprecated start_child_span option
([#1469](https://github.com/open-telemetry/opentelemetry-demo/pull/1469))

## 1.8.0

Expand Down
1 change: 0 additions & 1 deletion src/frontendproxy/envoy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ static_resources:
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
start_child_span: true

clusters:
- name: opentelemetry_collector_grpc
Expand Down

0 comments on commit f4eee80

Please sign in to comment.