Home / Companies / Coralogix / Blog / October 2024

October 2024 Summaries

2 posts from Coralogix

Filter
Month: Year:
Post Summaries Back to Blog
In a landscape dominated by microservices and distributed systems, effectively visualizing request traces is crucial for understanding system performance and troubleshooting issues. The text discusses four visualization techniques: the Gantt graph, Flame graph, Span Node Graph, and the newly introduced Service Node Graph, each offering unique insights. The Gantt graph provides a time-based view for identifying latency and understanding request sequences. The Flame graph highlights span hierarchies, helping locate performance bottlenecks in nested operations. The Span Node Graph offers a granular perspective on the interaction between individual spans, revealing detailed component relationships. Lastly, the Service Node Graph aggregates spans by their corresponding services, offering a clearer representation of microservices interactions and simplifying the complexity of large traces. Together, these tools allow developers to address performance issues, debug errors, and optimize request flows from various angles.
Oct 21, 2024 880 words in the original blog post.
A Software Bill of Materials (SBOM) is a detailed inventory of the components used in building software, gaining prominence due to rising software supply chain attacks like the SolarWinds incident. Recognizing its importance, the National Cybersecurity Strategy Implementation Plan (NCSIP) in the U.S. emphasizes SBOMs for improved software transparency and accountability. Organizations are advised to manage SBOMs continuously throughout the software lifecycle to track dependencies and enhance security and compliance, with formats like CycloneDX and SPDX being widely used. Coralogix aids in SBOM management by providing features such as automated generation, visualization, and monitoring of software components to detect unauthorized changes and enhance supply chain security. The platform supports various regions through AWS and offers customer support for seamless integration, emphasizing the importance of SBOMs in mitigating security and legal risks associated with software development and distribution.
Oct 10, 2024 1,335 words in the original blog post.