Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Intro to Config Migration

In this webinar, you will learn from real life case studies how to avoid migration roadblocks and how CircleCI is set up to support you in implementing a predictable migration strategy. In addition, Brian O’Halloran, Senior Solutions Engineer, and Zan Markan, Senior Developer Advocate, explain how CircleCI is built differently, and how it can adapt to the needs of your software delivery process.

Hacking the Cloud and Things to Watch Out for - Civo.com

Why should we be discussing cloud security in terms of internal infrastructure? This is exactly what Gillian Vanhauwaert from Defense.com spoke about in the final talk of the evening, as she outlined how aspects such as vendor lock-in, external facing, and phishing can impact your journey into the cloud.

NetFlow: Application metrics | Online help Site24x7

What are application metrics? Each network device runs applications that consume traffic. However, as a network administrator, it is vital to know which applications consume the most bandwidth or if any application takes up more than its fair share of network traffic. How does Site24x7 allow users to view application metrics? Here's where Site24x7 makes things easier for you. In its NetFlow Analyzer, Site24x7 allows you to view the amount of traffic consumed by each application and the percentage of traffic it uses.

Streaming conversion of Apache Kafka topics from JSON to Avro with Apache Flink

Pushing data in JSON format to an Apache Kafka topic is very common. However, dealing with messages not having a predefined structure can create some problems, specifically when trying to sink the data via connectors, like the JDBC sink, which require the knowledge of the message structure. Transforming the messages from JSON to AVRO can enforce a schema on messages and allow the usage of a bigger variety of connectors.

AMA: Getting Started with OpenTelemetry and Sentry

Join the Sentry developers who built Sentry’s OpenTelemetry support and learn how to understand the performance of your OTel instrumented applications. As the leading open standard for observability, thousands of companies use OpenTelemetry to capture data across their services - but capturing raw logs, traces, and metrics is only the first step in improving software performance.

Learn How SumUp Implemented SLOs to Mitigate User Outages and Reduce Customer Churn

Blake Irvin and Matouš Dzivjak from SumUp’s Software Engineering team, Honeycomb Solution Architect Michael Sickles and Account Executive Nathan Leary, discuss how SumUp incorporated observability, specifically, SLOs, to identify and resolve issues before they grew into customer-noticeable problems.

Amazon and Atlassian layoffs, Curl is 25 and more news

Amazon lays off 9,000 more workers, and that's just scratching the surface of recent job cuts. Back in 2008, Atlassian bucked trends and increased hiring when everyone else was firing. This time, they cut 5 percent of their workforce. Is Amazon using return to office mandates as a way to cut jobs? On a lighter note, Happy 25th Anniversary to command line tool, Curl!

How Geometric Search Works for Hexagons in Elasticsearch

Geographic grid systems allow zooming into maps at progressively higher resolutions and finer grids. For rectangular grids, this is very simple, but for hexagonal grids, the situation is much more complex, since child hexagons are not fully contained within parent hexagons. This video demonstrates how we can still achieve efficient parent-child search in Elasticsearch using the H3 hexagonal grid.