Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

How IoT -- and Grafana -- Are Enabling Electrification Across Rural Africa

The Internet of Things has transformed people’s lives, enabling everything from “smart homes” to remote health monitoring. And now a startup called AMMP Technologies is using IoT – and Grafana – to help bring electricity to rural Africa. Hendrik Broering, COO and cofounder of AMMP, told the audience at GrafanaCon L.A. about a village in Tanzania called Changombe, with a population of about 2,000 and no access to electricity until 2017.

To VPC or not to VPC? Pros and Cons in AWS Lambda

When you’re working with EC2 or containers, VPCs have long been viewed as a must-have. Without them, you will face a constant barrage of attacks aimed at your infrastructure and OS, such as brute force login attacks. But are VPCs still needed when it comes to AWS Lambda? What do you actually get when you put a function inside a VPC? And what are the downsides?

How To Get Real-Time Visibility Into Serverless Apps

As CEO and co-founder of IOpipe, Adam Johnson works with both individual developers and engineering teams at global enterprises to get real-time visibility into the detailed behaviors of their serverless applications. According to The New Stack’s 2018 ebook, serverless adoption has grown by 75 percent since 2017, but developers continue to cite concerns about application performance, risk, and monitoring as drawbacks to building on a serverless architecture.

Incident Review: Caches are Good, Except When They Are Bad

Between Wednesday, April 17th and Friday, April 26th, Honeycomb had four separate periods of downtime affecting the Honeycomb API, resulting in approximately 38 minutes of total downtime. At Honeycomb, we believe that visibility into production services is important, especially when service outages are making your users unhappy. We take the impact of outages on our customers seriously, and believe that transparency is key to you trusting in and using our service.

The State of AIOps is Strong

The OpsRamp State of AIOps report confirms AIOps adoption, use cases and more. Artificial intelligence for IT operations, or AIOps, is still in its infancy. It’s only been a few years since Gartner coined the term, and yet, 30% of IT teams in large enterprises will roll out AIOps initiatives by 2023. Of course, like any new enterprise technology, the jury on measurable AIOps outcomes is still out.

Understanding Istio Ingress

Istio is a hot technology right now. Giants such as Google and IBM have devoted entire teams of engineers to the project to push it to production readiness. Since 1.0 has been released recently, I wanted to write down some of the things that confused me coming from a strictly Kubernetes only world where we have Ingress controllers and Service load balancers and how Istio takes these same concepts but on stimulants.

Developing a Go app with Docker Compose

Writing Go applications in an isolated environment with Docker comes with some great advantages. You get a clean GOPATH, the bare essentials for developing, and you can easily change which Go version you’re developing against. In this quick tutorial, we’re going to show you how to structure a Go application with Docker Compose as your development environment.