Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ the release.
([#2614](https://github.com/open-telemetry/opentelemetry-demo/pull/2614))
* [grafana] Update grafana version to 12.2.0
([#2615](https://github.com/open-telemetry/opentelemetry-demo/pull/2615))
* [chore] Upgrade OpenFeature and add fix deprecation warnings for dependency
injection
([#2644](https://github.com/open-telemetry/opentelemetry-demo/pull/2644))
* [frontend] Fix navigation and cart math
([#2660](https://github.com/open-telemetry/opentelemetry-demo/pull/2660))
* [feat] Add Product Review service with AI-generated summaries
([#2663](https://github.com/open-telemetry/opentelemetry-demo/pull/2663))
* [chore] Upgrade OpenFeature and add fix deprecation warnings for dependency
injection
([#2644](https://github.com/open-telemetry/opentelemetry-demo/pull/2644))
* [chore] Fix flagd-ui span error
([#2677](https://github.com/open-telemetry/opentelemetry-demo/pull/2677))
* [frontend] fix item calculation and shipping
([#2684](https://github.com/open-telemetry/opentelemetry-demo/pull/2684))

Expand Down
1 change: 0 additions & 1 deletion src/flagd-ui/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ if (process.env.NODE_ENV === "development") {
window.liveReloader = reloader
})
}

1 change: 1 addition & 0 deletions src/otel-collector/otelcol-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ processors:
# could be removed when https://github.com/vercel/next.js/pull/64852 is fixed upstream
- replace_pattern(name, "\\?.*", "")
- replace_match(name, "GET /api/products/*", "GET /api/products/{productId}")
- set(span.status.code, STATUS_CODE_UNSET) where span.attributes["http.status_code"] == 101

connectors:
spanmetrics:
Expand Down