TNS
VOXPOP
Will JavaScript type annotations kill TypeScript?
The creators of Svelte and Turbo 8 both dropped TS recently saying that "it's not worth it".
Yes: If JavaScript gets type annotations then there's no reason for TypeScript to exist.
0%
No: TypeScript remains the best language for structuring large enterprise applications.
0%
TBD: The existing user base and its corpensource owner means that TypeScript isn’t likely to reach EOL without a putting up a fight.
0%
I hope they both die. I mean, if you really need strong types in the browser then you could leverage WASM and use a real programming language.
0%
I don’t know and I don’t care.
0%
Kubernetes / Observability

Intel’s Snap Points the Way to Composable Monitoring

Aug 22nd, 2016 11:44am by
Featued image for: Intel’s Snap Points the Way to Composable Monitoring

Intel continues to invest deeply in systems monitoring, judging from presentations at the Intel Developer Forum 2016 last week, where it demonstrated an integration of its open source Snap telemetry platform with Grafana, the popular data visualization, and analytics service.

Scale is creating the demand for new enterprise tooling to better understand and manage ever disparate workloads across devices, cars, buildings, etc. There were examples of this trend in almost all of the IDF keynotes and sessions we attended as well as additional discussions that focused on how Snap, Grafana, and platforms such as Kubernetes serve as ways to manage workloads and lots of data.

Snap is an open source framework for collecting, processing and publishing data via a single API from disparate metrics for a data center. It can be fed into orchestration engines or data analytics pipelines and other environments. It’s part of Intel’s “Intelligent Resource Orchestration” (IRO) approach for users to better understand and manage workloads across physical, virtualized and container-based workloads.

An important distinction to realize with Snap is that it has a pluggable architecture, decoupled in a manner that provides the user with a way to take a modular approach, something more like the Voltron animated warrior than anything else. That’s at least according to Jason Dixon, who in a blog post several years ago discussed why this cartoon superhero is symbolic of open source monitoring in our age of complex workloads and endless data streams.

An open source monitoring platform should be like Voltron; Dixon wrote and later presented. It has well-defined responsibilities, interfaces, and protocols. It does not require root access or an operations person to deploy. It is resilient and can withstand outages. It is automated and can model relationships between services. And it is beautiful and easy to use.

Coming full circle, Dixon now works at raintank, the company overseeing the Grafana open source project.

 

Composable Snap

 

snap___Welcome

According to GitHub and the web pages for the project, Snap runs an agent that connects to plugins that fall into three categories: collector, processors and publishers:

  • Collectors: Telemetry data gets pulled into the collectors and is designed to work with other telemetry environments such as collectd, Facter and Ohai. It also works with Intel plugins and plugins from the community.
  • Processors:  These plugins allow for the telemetry to be changed in some manner. The payload can be encrypted; and remove queries can be injected into workflows for tokens, filtering or other external calls, according to the Snap GitHub page.
  • Publishers: The publisher plugins sink the data into another system that consumes the telemetry, according to a post by Nick Weaver when the platform was introduced in December. RabbitMQ, Kafka, MySQL, or InfluxDB are some of the platforms that work with Snap. It can also integrate with email, files, or do custom publishing to a private API.

Grafana is a popular open source platform for visualizing measurement data. It has plugins for data sources, visualization and application plugins, including ones for Snap. Like Snap, Grafana is a pluggable, composable system, one that integrates with multiple different platforms such as Graphite, Elasticsearch, Amazon CloudWatch and Prometheus. The value comes in the graphing capability, the styling, and themes that can be produced. It has authentication built in and can be annotated with data.

Snap and Grafana have a fit as an architectural pattern in the new retooling of the enterprise. They allow for a more granular way to manage complex services. In this context, we notice a new way of thinking about how to view automation and what people do well and what systems do for them.

Intel is a sponsor of The New Stack.

Group Created with Sketch.
TNS owner Insight Partners is an investor in: The New Stack.
THE NEW STACK UPDATE A newsletter digest of the week’s most important stories & analyses.