In the world of software development, quickly finding and fixing errors drives better experiences for both end-users and developers. One key tool in this process is the symbol map, which records debugging information that was lost in the compilation process. Symbol maps (or source maps if we're talking JavaScript) connect the code developers write to the minified code in production, making it easier to decipher crashes by pinpointing the exact source code that caused the error.
As 2023 draws to a close, we’re celebrating a full year since the release of SquaredUp Cloud – our revolutionary observability portal for product, engineering, and IT teams. In the last six months, we’ve packed in a ton of product improvements, including new visualizations, even more out-of-the-box dashboards, and a fast growing suite of pre-built plugins.
This blog post by Grafana Labs Senior Software Engineer Milan Plžík was originally published on the Kubernetes.io blog on Nov. 16, 2023. There’s been quite a lot of posts suggesting that not using Kubernetes resource limits might be a fairly useful thing (for example, For the Love of God, Stop Using CPU Limits on Kubernetes or Kubernetes: Make your services faster by removing CPU limits ).