Operations | Monitoring | ITSM | DevOps | Cloud

Turn Data into Insight with Cortex's New Engineering Intelligence Tools

Our first turnkey dashboard gives you a real-time pulse on engineering health. Every chart is interactive: click any bar or data point to drill down into the underlying PRs, commits, or incidents. And we’re just getting started; more dashboards are already on the way!

Developer self-service made easy with Cortex Workflows

Whether it's ensuring a new service is fully equipped with security scanning, logging, and monitoring from the start, enforcing production readiness checks during deployment, or providing temporary credentials for a production database, Workflows directly support Engineering Excellence Initiatives around modernization and standardization.

Introducing Entity Relationships: Define your data model

Today we’re thrilled to announce the launch of Entity Relationships, a powerful new capability that gives you more flexibility and control over the data model in your IDP. By allowing you to create custom relationships between entities in your catalog, you can model your internal developer portal to accurately reflect your own organization’s taxonomy, letting you better answer deep questions about your environments, releases, packages, and beyond.

Solve service ownership in minutes with Cortex's AI prediction model

Today marks an exciting milestone not just for Cortex, but for every organization looking to foster a culture of engineering excellence. Knowing who owns what is one of the hardest and most important challenges for engineering teams. Without clear ownership, incidents take longer to resolve, migrations stall, and enforcing standards becomes nearly impossible.

Easily & quickly bring all your data into Cortex with the Axon Framework

With over 50 built-in integrations, Cortex customers have an always-up-to-date, single interface for their engineering priorities, tools, and tasks. But large organizations have a lot of tools. And if you're running internally hosted tools, or for policy or security reasons would prefer to keep your access tokens private, that used to limit what was possible in your internal developer. Not anymore.

What are Microservices? A Path to Scalability and Agility

If developing scalable, agile applications is a priority for your business, microservices may provide a compelling solution. But what are microservices exactly? The proper microservices definition refers to a modern architectural approach where an application is built as a collection of loosely coupled services. Each service is independent, self-contained, and designed around a specific business capability.

Debugging Microservices

Debugging microservices is tough, especially when you're juggling multiple services and relying only on logs. This video cuts through the complexity by showing you how to implement distributed tracing using Sentry. You'll see a practical demonstration in a food ordering app (built with React and Go) of how tracing can give you a clear view of your entire request flow, from the initial button click to the final operation across all your services.

Monolith or Microservices: Architecture Choices for Python Developers

Every Python development team, at some point or within a specific project, encounters a core architectural decision, choosing between microservices vs monolithic architecture. The decision further guides how teams build, scale, and maintain their software. Due to this fact, the right approach can truly bring your project to success.