You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: