Redwood City, California, United States
Shoreline provides real-time monitoring and automated incident management on their customers’ computing fleet. On the execution and platforms team, I helped extend the service from AWS to include Azure and implemented performance optimizations.
I increased the efficacy of fleet-wide metric queries and linux commands by pruning the data sent from
backend to Shoreline agents running on each computing instance to include only the necessary data. I reduced large-scale metric queries execution time from 4-5 seconds to less than 1 second for a 200-agent environment.
In my main project, I expanded Shoreline’s target cloud providers by developing new Azure agent to run on Azure VMs, in addition to AWS EC2 instances. I Implemented resource discovery of VM’s, including both registering and de-registering a VM host, along with its relevant tags and attributes, in the Shoreline database. For deregistration, I used a gRPC connection with protocol buffers for communication across microservices. I adapted metrics collection for Azure VMs, and added tests to CI/CD pipeline to ensure every code change additionally gets tested on Azure platform.