Operations | Monitoring | ITSM | DevOps | Cloud

Mike Long and DORA Community Discussion - Software Delivery Governance

Manual governance in regulated industries is like steering a ship with last year’s map. Approvals, ticket queues, and after-the-fact evidence collection slow delivery and increase risk. By the time an audit arrives, teams are scrambling to prove they followed the process. Watch Kosli’s Mike join Nathen Harvey at DORA to unpack why this happens — and what continuous, automated governance can do to fix it.

Sentry MCP server monitoring

We just launched MCP server monitoring in beta. You can instrument most server-side JavaScript SDK based MCP servers with one line of instrumentation code within your MCP SDK implementation using: wrapMcpServerWithSentry(McpServer) See details like protocol usage, client usage, traffic, tool usage, and performance across your MCP implementation so you you can get visibility into all the sharp edges that your MCP server has — who’s using it, how it’s working (or not), and get alerted when things break.

Iceberg Topics for Apache Kafka: Zero ETL, Zero Copy

We’re rolling out table-formatted topics for Apache Kafka, enabling open-source users to ingest, process, and emit data natively as Apache Iceberg tables. We’ve developed a new class of topics in Apache Kafka that stream data into lakehouse formats such as Apache Iceberg. The developer experience, similar to Diskless, is flexible, and the topics are opt-in via cluster configuration.

Simplify XML log collection and processing with Observability Pipelines

In Microsoft-based environments, Windows event logs capture critical security events like user logins, privilege escalations, and system changes. These logs are vital for compliance and investigations. However, they’re natively formatted in XML, a verbose and deeply nested structure that is hard to search without preprocessing and inefficient to store.

You built the MCP server. Now track every client, tool, and request with Sentry.

TL;DR - Starting today, you can instrument most server-side JavaScript SDK based MCP servers with one line of instrumentation code within your MCP SDK implementation. Click to Copy Click to Copy With this in place, you’ll be able to see details like protocol usage, client usage, traffic, tool usage, and performance across your MCP implementation.

Optimize Your E-Commerce Platform with PHP Performance Monitoring

In e-commerce, seconds can mean millions. A one-second delay during checkout can slash conversion rates by 7% and send frustrated customers straight to your competitors. Most modern e-commerce platforms, such as Magento and WooCommerce, and Laravel-based solutions, run on PHP, making PHP application performance monitoring (APM) not just a nice-to-have, but a revenue-critical necessity.

Optimizing PHP-FPM: Tips to Boost Your PHP Application Performance

When your PHP-based application starts attracting thousands of visitors, the way you run PHP becomes critical. A slow-loading page or a server crash during peak hours can cost you revenue, users, and reputation. PHP-FPM (PHP FastCGI Process Manager) is the default way most high-performance websites run PHP. While its default configuration works fine for small to medium workloads, high-traffic applications need custom tuning to handle large volumes of requests efficiently.