Skip to content

Filtering Internal Event Spans#839

Open
CagriYonca wants to merge 1 commit intomainfrom
internal-spans
Open

Filtering Internal Event Spans#839
CagriYonca wants to merge 1 commit intomainfrom
internal-spans

Conversation

@CagriYonca
Copy link
Contributor

No description provided.

@CagriYonca CagriYonca self-assigned this Feb 6, 2026
@CagriYonca CagriYonca force-pushed the internal-spans branch 2 times, most recently from 36fd507 to a06c130 Compare February 6, 2026 10:18
@CagriYonca CagriYonca marked this pull request as ready for review February 19, 2026 11:16
@CagriYonca CagriYonca requested a review from a team as a code owner February 19, 2026 11:16
@CagriYonca CagriYonca changed the title INSTA-51078 Filtering Internal Event Spans Filtering Internal Event Spans Mar 2, 2026
@CagriYonca CagriYonca force-pushed the internal-spans branch 4 times, most recently from 27a05d9 to f583dd9 Compare March 3, 2026 09:41
@CagriYonca CagriYonca requested review from GSVarsha and pvital March 3, 2026 09:41
Copy link
Member

@pvital pvital left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few change requests.

return span_filters
else:
return []
return {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "default" return of parse_filtered_endpoints() is a list, so I think it's interesting to keep the same here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the old ignore-endpoints we kept rules inside a list. Here in span filters, we keep it as a dictionary, so it seems better to use the default value as a dictionary.
What do you say, @pvital ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then, please, adapt the code to reflect the new changes correctly.

…ltering mechanism

Signed-off-by: Cagri Yonca <cagri@ibm.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 4, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants