Skip to content

Commit

Permalink
Ensure ad and cart service do not generate errors by default
Browse files Browse the repository at this point in the history
Addresses open-telemetry#1628 and adds variability to errors for cart service
  • Loading branch information
flands committed Jun 30, 2024
1 parent 60754cb commit fa2bcb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ the release.

## Unreleased

* ([chore] ensure ad and cart service do not generate errors by default
([#1641](https://github.com/open-telemetry/opentelemetry-demo/pull/1641))

## 1.11.0

* [accountingservice] convert from Go service to .NET service, uses
Expand Down
10 changes: 8 additions & 2 deletions src/flagd/demo.flagd.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"targeting": {
"fractional": [
["on", 10],
["off", 90]
["off", 100]
]
}
},
Expand All @@ -68,7 +68,13 @@
"on": true,
"off": false
},
"defaultVariant": "off"
"defaultVariant": "off",
"targeting": {
"fractional": [
["on", 10],
["off", 100]
]
}
},
"paymentServiceFailure": {
"description": "Fail payment service charge requests",
Expand Down

0 comments on commit fa2bcb5

Please sign in to comment.