Operations | Monitoring | ITSM | DevOps | Cloud

%term

New in Grafana v6.3: Introducing Loki's Log Row Context Viewer

With the release of Grafana v6.3, we are introducing a significant improvement to Loki’s log exploration workflow in Grafana Explore. Launched at KubeCon North America last December, Loki is a Prometheus-inspired service that optimizes storage, search, and aggregation while making logs easy to explore natively in Grafana. Loki is designed to work easily both as microservices and as monoliths, and correlates logs and metrics to save users money.

Watching the Chaos: Monitoring and Chaos Engineering

The online world is full of contrasts. On the one hand, you have site reliability engineers whose job is to keep the business running by ensuring an app’s smooth operations. On the other hand, you have the DevOps staff, whose goal is to minimize cycle time—the time from business idea to feature in production. These two teams can have conflicting objectives.

What 20 acquisitions taught us about post-merger integration

Maybe your company just merged with another organization. Or perhaps you were a member of a group that was just bought out. Chances are you’ve been there: more than 75 percent of industries have become more concentrated since the late 1990s and the mergers and acquisitions boom is only expected to grow.

New Automatic Citrix Discovery and Dependency Map

Goliath's enhanced Topology View, the new Automatic Citrix Discovery and Dependency Map, gives you the only automatic dynamic overview of your entire Citrix infrastructure with true end-to-end visibility of the health of your Citrix infrastructure, configured from a single console.

SQS and Lambda: a Quick Tutorial and How to Handle Failure Modes

Since Lambda added SQS as an event source, there has been a misconception that SQS is now a “push-based” service. This seems true from the perspective of your function because you no longer have to poll SQS yourself. However, SQS itself hasn’t changed – it is still very much a “poll-based” service. The difference is that the Lambda service is managing the pollers (and paying for them!) on your behalf.