feat(ext_proc): add support for observability mode#9461
Draft
lboynton wants to merge 14 commits into
Draft
Conversation
Signed-off-by: Jake Oliver <jake@truelayer.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
Signed-off-by: Jake Oliver <jake@truelayer.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Lee Boynton <lee.boynton@truelayer.com>
1696e34 to
77bca28
Compare
…t/ext_proc/obsv_mode Signed-off-by: Lee Boynton <lee.boynton@truelayer.com>
77bca28 to
b1eab97
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9461 +/- ##
==========================================
+ Coverage 75.34% 75.58% +0.23%
==========================================
Files 252 252
Lines 41492 41850 +358
==========================================
+ Hits 31263 31633 +370
+ Misses 8116 8088 -28
- Partials 2113 2129 +16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
… test Signed-off-by: Lee Boynton <lee.boynton@truelayer.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
PR Checklist
git commit -s). See DCO: Sign your work./api), the API was discussed and agreed before the implementation. The API change can be in a separate PR, or in the same PR, but the API must be agreed before implementation. N/A if this PR does not contain API changes.make generate gen-check,make lint, and the unit-test/coverage build pass. (Flaky e2e failures are not considered breakages, butgen-check,lint, and coverage MUST pass.)release-notes/current/<section>/<pr-number>-<slug>.md(seerelease-notes/current/README.mdfor sections and naming). N/A if this PR does not contain non-trivial changes.make gen-checkand committed the result if API/helm charts/modules changed.release-notes/current/breaking_changes/.