docs: add WASM filter emitter as the recommended approach for telemetry and billing attribution#177
Merged
JoseSzycho merged 3 commits intoJun 9, 2026
Conversation
…ry and billing attribution
4 tasks
|
Very nice approach |
scotwells
requested changes
Jun 9, 2026
scotwells
left a comment
Contributor
There was a problem hiding this comment.
When we get to a scale that aggregation is necessary, we'll add aggregation as a platform capability in the pipeline instead of something that's envoy specific. There's a lot this proposal isn't considering around the durability needs of the pipeline when something goes wrong.
At the current scale, per-request events without aggregation will be just fine.
…cess log scraping over WASM filters
Contributor
Author
|
@scotwells thanks for the review. I just updated the doc to leave the recommendation as it was before (Option A). |
…-request usage event forwarding #177 (review)
Contributor
Author
|
@kevwilliams @scotwells just updated the doc that Option A with out aggregation would be fine as an initial implementation. |
scotwells
approved these changes
Jun 9, 2026
8b96dc4
into
feat/service-catalog-registration-design
10 checks passed
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.
This PR adds a new alternative to the metering design document.
Related to: