June 2020 Summaries
2 posts from Lumigo
Filter
Month:
Year:
Post Summaries
Back to Blog
Gartner has named Lumigo a cool vendor in its recent Cool Vendors in Performance Analysis for Cloud-Native Architectures report, highlighting the company's novel SaaS-based approach to microservices and serverless monitoring and distributed tracing. The platform provides real-time visualization of cloud-native applications through dashboards and application maps, captures logs and metrics, and offers a command line interface tool for automation tasks. Lumigo aims to bridge the gap between development and operations teams by providing developers with essential tools to monitor and troubleshoot their cloud applications.
Jun 25, 2020
454 words in the original blog post.
AWS Lambda has added a new feature that allows integration with Amazon Elastic File System (EFS) natively. This enables the use of EFS for storing and managing large files, which was previously limited by the 512MB /tmp directory storage limit. The EFS integration provides several benefits, including improved performance, scalability, and security. However, it also introduces some caveats, such as high latency on file operations, which may be a concern for latency-sensitive applications. To mitigate this, Provisioned Concurrency can be used to initialize the Lambda function module before putting it into active use. The feature opens up new use cases for machine learning workloads and provides a more cost-efficient alternative to S3 in some scenarios. Despite its drawbacks, the EFS integration with Lambda is expected to unlock many use cases for serverless applications.
Jun 16, 2020
2,858 words in the original blog post.