oh, and on windows as well.. Will be looking forward to seeing how this might fare with automation in the near future.
better-shampoo-48884
07/04/2021, 8:55 AM
I'm guessing the best bet would be to instrument my actual code with jaeger or something to find out which ones (if any) cause the slowness / usage. Maybe a child-span for each component resource and one for each group of resources within that again..
Yup - though I currently just end up with one very long `/pulumirpc.LanguageRuntime/Run`span 🙂 Hence my thought to go a bit deeper. Also, still curious about the memory situation - I'm guessing it correlates with the size/complexity of my stack? I'm just worried about CI/CD constraints in the future.