getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

Add instrumentation to Stresstest #1296

Closed Swatinem closed 9 months ago

Swatinem commented 10 months ago

This adds the stacktraces, tracing, sentry and metrics to the stresstest.

The purpose of this is to also measure and profile the effect that various instrumentation has on the performance.

For this, all the various pieces of instrumentation are being initialized with configuration that is as close to real-world as possible, except all the logging and instrumentation is going to the void.

This is not yet fully complete, it is still missing dummy HTTP and UDP servers that Sentry envelopes and metrics data can be sent to.

skip-changelog