Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Logs: optimize performance #1862

Copy link
Copy link

Description

@jpnurmi
Issue body actions

In sentry-unreal, UE_LOG can be wired into sentry-native logs. That means the native SDK may receive not only explicit game/application logs, but also high-volume Unreal Engine logs from many engine and game threads.

This makes log ingestion a hot path: in busy Unreal-like workloads, every log reads the global scope to apply attributes and then passes through the native log batcher. Under bursty multi-threaded logging, that exposes two main bottlenecks:

  • logger/producer threads: global scope lock for applying attributes (#ff0000)
  • batcher/consumer thread: log item serialization (#0000ff) and cleanup (#00ff00)
Image
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Improvementimprovement for existing featuresimprovement for existing featuresLogs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.