Skip to content

Monitor Tab Extremly Slow and Load Over 100MB Data in Total At Once #6224

Answered by jkowall
laggage asked this question in Q&A
Discussion options

You must be logged in to vote

The way to handle this is to use Otel collector to filter out the data which is not relevant (or possibly whitelist the things which are relevant). https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/filterprocessor/README.md

From perplexity.... to filter out specific spans with OpenTelemetry (OTel), you can use the filter processor in the OpenTelemetry Collector. Here are some methods to achieve this:

Using the Filter Processor

The filter processor allows you to drop spans based on various criteria. It utilizes the OpenTelemetry Transformation Language (OTTL) to define conditions for filtering.

Basic Filtering

To filter out specific spans, you can use th…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yurishkuro
Comment options

Comment options

You must be logged in to vote
1 reply
@laggage
Comment options

Answer selected by laggage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants