opentelemetry-profiling
opentelemetry-profiling copied to clipboard
OpenTelemetry Profiling (language independent code, benchmarks, experiments, etc)
Results
2
opentelemetry-profiling issues
Sort by
recently updated
recently updated
newest added
## Introduction The goal of this benchmark is to figure out how much space we can save by not sending symbols each time we send a pprof file. ## Methodology...
This PR moves benchmarking code to opentelemetry repo. It is based on the code from [this repo](https://github.com/petethepig/otel-profiling-benchmark). I made some additional changes and improvements: * added a pprof parser, so...