• Currently working on the Ingest Processing team, which develops and maintains services that process all
datapoints within Splunk Observability. These services are responsible for parsing raw metric data, fetching
associated MTS data (Metric Time Series), matching metric rules and routing to the correct storage layer. These
services operate at a massive scale, processing billions of datapoints per minute.
• Leading development of a project to automatically route metrics to a cheaper storage layer, saving customers 10x on storage costs for their unused metrics.
• Developed Metrics Pipeline Management feature within Splunk Observability. This application on allows customers
to create custom metric pipelines to filter, aggregate, and route their data. This work consisted of creating and
implementing a database model for storing metric rules, gRPC API for internal services to create and update
metric rules, a REST API for external users to interact with metric rules, and finally a UI for a way to interact with
metric rules.