grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
133 stars 22 forks source link

introduce LOG_TAGs, avoid repetitive prefixes #10

Closed drahnr closed 2 years ago

omarabid commented 2 years ago

@drahnr It's not documented but there are three main components in this library: Agent, Timer and Session. Each one has its own thread. I think a better approach is to have a local Tag for every part instead of a global one.

drahnr commented 2 years ago

Rebased and reduced

omarabid commented 2 years ago

@drahnr Can you check my comment regarding the unwrap"s" for the drop function?