Best Tools/Open Source Libs

Netflix Atlas for monitoring operational intelligence

Atlas was developed by Netflix to manage dimensional time series data for near real-time operational insight. Atlas features in-memory data storage, allowing it to gather and report very large numbers of metrics, very quickly.

Atlas captures operational intelligence. Whereas business intelligence is data gathered for analyzing trends over time, operational intelligence provides a picture of what is currently happening within a system.

Main goals for Atlas were to build a system that provided:

  1. A Common API – To have flexibility for backend implementations, and provide merged views across backends,there is need for a query layer that can be hierarchically composed.Sample netflix setup :
  2. Scale – To handle large quantity of data (close 2 million metrics) and can scale with the hardware to analyze and store it.
  3. Dimensionality – To support complex regular expressions to slice and dice the data based on the dimensions.

Also Atlas supports Stack Language for complex data queries in a URL-friendly format. It is loosely based on the RPN expressions supported by Tobias Oetiker‘s rrdtool. The following is an example of a stack language expression:

nf.cluster,discovery,:eq,(,nf.zone,),:by

This example pushes two strings nf.cluster and discovery onto the stack and then executes the command :eq. The equal command pops two strings from the stack and pushes a query object onto the stack. The behavior can be described by the stack effect String:key String:value – Query. We then push a list of tag keys to the stack and execute the command :by to group the results.

More on Stack Language : https://github.com/Netflix/atlas/wiki/Stack-Language

Quick start : https://github.com/Netflix/atlas/wiki/Getting-Started

Summary
Article Name
Netflix Atlas for monitoring operational intelligence
Description
Atlas was developed by Netflix to manage dimensional time series data for near real-time operational insight.
Author
Publisher Name
upnxtblog
Karthik

Allo! My name is Karthik,experienced IT professional.Upnxtblog covers key technology trends that impacts technology industry.This includes Cloud computing,Blockchain,Machine learning & AI,Best mobile apps, Best tools/open source libs etc.,I hope you would love it and you can be sure that each post is fantastic and will be worth your time.

Share
Published by
Karthik

Recent Posts

Looking Back at 2024: A Year of Innovation and Growth on Upnxtblog

As we wrap up 2024, it’s time to reflect on the incredible journey we’ve had…

3 weeks ago

Developing a Strong Disaster Recovery Plan for Your Business

Operating a business often entails balancing tight schedules, evolving market dynamics, and shifting consumer requirements.…

4 weeks ago

How to Secure Your WordPress Hosting by Upgrading Your Login URL

Of course, every site has different needs. In the end, however, there is one aspect…

4 weeks ago

Social Media Marketing: A Key to Business Success with Easy Digital Life

In today's digital-first world, businesses must adopt effective strategies to stay competitive. Social media marketing…

1 month ago

Best 7 AI Tools Every UI/UX Designer Should Know About

62% of UX designers now use AI to enhance their workflows. Artificial intelligence (AI) rapidly…

1 month ago

How AI Enhances Photoshop Workflow: A Beginner’s Guide

The integration of artificial intelligence into graphic design through tools like Adobe Photoshop can save…

2 months ago

This website uses cookies.