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
[metrics-generator] filter out spans based on policy #2274
[metrics-generator] filter out spans based on policy #2274
Changes from all commits
8d93769
504dc32
d7192ab
5b38fd4
85b574b
47257a5
c06443a
815bdd9
df84ba5
0f5a60d
676898b
604b0c9
b34607d
27f2060
887a007
08ff12e
d030644
6b91f32
faa54d7
ca4c226
ca74049
d5d3fdd
abc52b0
6ca1914
a081371
26f3f6f
ee6981d
082ece9
beb3047
3bc8e16
83521d5
a9f7c97
e8e8b9c
2fbdab0
bc3c9cd
91b81ce
cce79ef
df6c139
4f15bde
de30000
79151bb
ebe07dd
7b90d5a
fba090a
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.
nit: maybe something like "filter_policy" ? because I think "span_metrics" is already in the metrics name
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.
Yeah, this doesn't read well. Its used to indicate the number of spans rejected by the filter, so what about
spans_rejected
orfilter_policy_rejections
maybe? I was thinking that if we had another processor also filtering, differentiating between them would be nice. We could include a label to include a label perhaps for the name of the processor doing the rejecting. Not sure though.