Nathan Baulch
Nathan Baulch
I've seen this before when pausing a run on my GPS watch then resuming hours later. If you look at the tool output stats for this file it shows a...
I did think about that but ultimately let the map extents automatically fit the data. I agree, this sounds useful if you want to animate different data with consistent bounds,...
Looks like this is already possible with a span processor instead of a sampler. ```go tp.RegisterSpanProcessor(&filterSpanProc{func(sd *export.SpanData) bool { return sd.InstrumentationLibrary.Name == "library/to/ignore" }}) type filterSpanProc struct { fn func(*export.SpanData)...
I ran into this problem too. The solution above from @kirides almost works however it causes the `OptionSetRenderBlankState(true)` option to be ignored. I think a better approach is to simply...
Bump!
Pretty sure this project is abandoned @henry-js . I've published my version on NuGet (per #4) if you need this or any of the other features I've added. 👍