CI/CD security: How to secure your GitHub ecosystem
This article details how to apply threat modeling to GitHub to improve CI/CD security. It identifies key inputs (authentication, source code, configurations, secrets) and associate…
This article details how to apply threat modeling to GitHub to improve CI/CD security. It identifies key inputs (authentication, source code, configurations, secrets) and associate…
To combat subtle performance regressions in Datadog's Bits AI SRE agent, the team developed a custom, replayable evaluation platform that simulates diverse production incidents usi…
NTT DATA tackled the challenge of deploying dependable agentic AI systems in production by combining Amazon Bedrock AgentCore and Datadog LLM Observability. They found that while b…
AI-assisted development accelerates coding but introduces new security risks like vulnerabilities and exposed secrets. Datadog’s Code Security MCP addresses this by scanning code *…
Datadog’s Session Replay now offers custom heatmap backgrounds, allowing users to directly capture specific UI states from their live site instead of relying on potentially inaccur…
Datadog’s Bits Assistant is a new conversational interface that allows users to query and interact with their Datadog data using natural language, eliminating the need to switch be…
Datadog's Session Replay now includes AI-powered features – AI summaries and smart chapters – to dramatically improve how teams analyze user sessions. These features automatically …
Datadog’s new Database Monitoring for ClickHouse provides a unified view of query performance for both cloud and self-hosted deployments, addressing the difficulty of understanding…
Datadog redesigned its on-call notification sounds to prioritize engineer well-being, recognizing that traditional alerts contribute to burnout and alert fatigue. They partnered wi…
Datadog Experiments is a new platform designed to streamline and accelerate A/B testing for product and engineering teams. It integrates behavioral analytics, performance telemetry…
This article explains how to diagnose query timeouts by separating “round trip time” (total query duration) from “database time” (time spent *within* the database). Datadog’s tools…
This article discusses the importance of caching in modern JavaScript applications for improved performance and user experience. It details various JavaScript caching methods – inc…