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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(outcomes): Emit outcomes as client reports [INGEST-247] #1119
feat(outcomes): Emit outcomes as client reports [INGEST-247] #1119
Changes from 32 commits
57ff26e
4fad457
ed93929
64d6d5f
2bdab2c
a519519
e15501f
9496481
c2dd6ea
91a631c
64749c0
e0214ed
29581bc
d9a2ad9
2d73cee
d5556a9
20e01de
f6179bc
e9741f9
01c034a
73681af
e97d4b6
19c9333
3f9c410
bc2c141
85a6587
5646935
c73e9f5
0c6c629
1576c29
d534c1c
26767f2
8bf84d9
d602615
a09c68a
c8e1792
57401b4
84be868
d2a9f19
b13d136
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we set the default to
EmitOutcomes::AsClientReports
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think so, in that case we should write some warnings into the changelog imo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jjbayer this makes me think, maybe we should make the field in the config
Option<EmitOutcomes>
so explicitly setting the value to anything takes precedence over this. but not entirely sure. can leave it out for now