Skip to content
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

[PIP-264] OTel should support pushdown predicate #21123

Closed
3 of 9 tasks
asafm opened this issue Sep 4, 2023 · 5 comments
Closed
3 of 9 tasks

[PIP-264] OTel should support pushdown predicate #21123

asafm opened this issue Sep 4, 2023 · 5 comments
Assignees
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

Comments

@asafm
Copy link
Contributor

asafm commented Sep 4, 2023

Overview

Pulsar PIP-264 will introduce a filter to reduce amount of metrics exported, which is especially relevant when number of topics is large (10k - 100k per broker). This filter must be implemented inside OpenTelemetry SDK, otherwise there will be a large penalty of high memory usage, garbage collection and probably CPU, as demonstrated in this draft PR.
The goal here is to modify OTel specifications to include a filter and subsequently implement it in OTel Java SDK.

Parent issue: #21121

Tasks

@asafm asafm added the type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages label Sep 4, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

The issue had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Oct 5, 2023
@asafm
Copy link
Contributor Author

asafm commented Oct 9, 2023

Still working on the PR to be approved: open-telemetry/opentelemetry-specification#3566
Some progress have been made.

@github-actions github-actions bot removed the Stale label Oct 10, 2023
Copy link

github-actions bot commented Nov 9, 2023

The issue had no activity for 30 days, mark with Stale label.

@github-actions github-actions bot added the Stale label Nov 9, 2023
@asafm
Copy link
Contributor Author

asafm commented Nov 9, 2023

Still working. Mainly blocked on a question I have in this PR

@github-actions github-actions bot removed the Stale label Nov 10, 2023
@asafm
Copy link
Contributor Author

asafm commented Jan 3, 2024

Moved the plan into a single page plan here

@asafm asafm closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Projects
None yet
Development

No branches or pull requests

1 participant