惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
D
Docker
B
Blog
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
G
Google Developers Blog
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Empower your engineering teams with Self-Service Actions ...
2025-04-10 · via Datadog | The Monitor blog
Paige Andrews

Paige Andrews

Dan Green

Dan Green

Engineering teams constantly balance the need for speed and standardization, but achieving both goals at the same time often feels impossible. Developers’ dependence on platform engineers for support with infrastructure and tooling can create bottlenecks for routine operational tasks such as provisioning environments, troubleshooting incidents, and managing deployments. Additionally, as organizations grow, it becomes increasingly difficult to ensure that every new service, infrastructure request, and system update aligns with best practices. Developers face long wait times for approvals, while platform teams struggle with manual, repetitive tasks that could be automated. Without an efficient process in place, misconfigurations, inconsistencies, and security gaps become inevitable.

Self-Service Actions in Datadog Internal Developer Portal (IDP) directly address these challenges by giving developers the tools to act independently while ensuring alignment with organizational standards for security, compliance, and reliability. Platform teams can now create standardized templates through Datadog App Builder so that developers can take action without leaving Datadog.

In this post, we’ll explain how Self-Service Actions can help teams:

Screenshot of Self-Service Actions in Datadog Internal Developer Portal.

Easily provision cloud infrastructure

Traditionally, provisioning infrastructure such as databases, compute instances, and Kubernetes clusters is a lengthy process that involves multiple teams, manual approvals, and security checks. These steps not only slow down development but also increase the risk of misconfigurations and infrastructure drift. A simple request for an Amazon S3 bucket or PostgreSQL database can take days due to approvals, security checks, and platform team intervention.

With Self-Service Actions, developers can provision cloud resources instantly through pre-approved, standardized infrastructure templates. Developers can:

  • Select from a catalog of infrastructure templates (for example, Kubernetes clusters, Amazon RDS databases, S3 buckets)
  • Automatically apply security policies and governance rules, reducing misconfigurations
  • Enable automatic deprovisioning to prevent resource waste
  • Use infrastructure as code (IaC) for consistency, version tracking, and auditability
Complete a form to provision pre-approved infrastructure such as a new Amazon S3 bucket.
A form to provision an Amazon S3 bucket.
Complete a form to provision pre-approved infrastructure such as a new Amazon S3 bucket.

Manage infrastructure with increased efficiency and security

Managing infrastructure often involves repetitive and error-prone manual tasks. Developers traditionally have to navigate multiple consoles or command-line interfaces to perform simple actions such as restarting services or managing message queues.

Self-Service Actions help teams move faster by making common infrastructure tasks available directly from the platform that developers already use to monitor and troubleshoot their systems. With clear permissions and a single click, developers can take safe, direct action—without leaving Datadog or breaking their flow.

Let’s use an example of Amazon SQS queues. When a downstream service recovers, developers often need to redrive messages from a dead-letter queue. With App Builder, platform engineers can create a simple interface for developers to peek, purge, or redrive queues—all without opening the AWS console. This functionality reduces context switching and helps teams resolve issues quickly while using the data they already trust in Datadog.

Manage cloud infrastructure such as Amazon SQS queues.
Screenshot of SQS Queue Manager in Self-Service Actions.
Manage cloud infrastructure such as Amazon SQS queues.

When incidents occur, developers often lack the context or tools to efficiently diagnose and resolve issues. They might need to escalate problems to site reliability engineers (SREs), a process that delays resolution.

Self-Service Actions place diagnostic tools, runbooks, and automated remediation functionality directly in developers’ hands. Teams can instantly trigger remediation actions (such as restarting failed services or scaling resources), access contextual runbooks alongside incident dashboards, and initiate automated rollbacks or escalations in Datadog On-Call.

With self-service remediation, developers can resolve incidents faster and improve overall reliability while reducing the workload on platform and SRE teams.

If an incident occurs, perform remediation such as restarting a Kubernetes deployment.
Screenshot of functionality in Self-Service Actions to restart Kubernetes deployments.
If an incident occurs, perform remediation such as restarting a Kubernetes deployment.

Scaffold services with embedded best practices

Launching new microservices typically involves tedious manual steps, delays, and frequent handoffs between teams. Imagine if developers could instantly set up new services with all your organization’s best practices included—no waiting, no back-and-forth.

Platform engineers define reusable templates (also known as scaffolding) directly within their source-code management (SCM) tools such as GitHub or GitLab, packaging everything required to successfully launch a microservice. These templates typically include skeleton projects that contain essential source code, dependencies, automated CI/CD pipelines, preconfigured observability settings (such as monitors, logs, and service level objectives [SLOs]), and built-in security policies. By connecting their SCM repositories to Datadog through our integrations, platform engineers make these templates easily discoverable. Developers can then quickly locate and select the right template in Datadog to rapidly create new, compliant services.

One example is the blueprint to scaffold a new project in GitHub, which includes the Scaffolder app to help developers create new software components from template repositories. Developers can quickly generate a new repository or a pull request (PR) based on the provided data and the template.

Use blueprints and the Scaffolder app to build services from pre-approved templates.
Screenshot of a blueprint that includes a form for the Scaffolder app to create a new project in GitHub.
Use blueprints and the Scaffolder app to build services from pre-approved templates.

Extend and customize existing tooling

Every organization operates differently, with unique processes, tooling, and standards. To meet this range of needs, Self-Service Actions provide extensive flexibility and customization.

Teams can easily adapt their workflows to align with their existing infrastructure and operational practices. Whether they need to automate approvals, build custom user interfaces, or integrate with essential tools such as Terraform, Kubernetes, or PagerDuty, Datadog offers the necessary functionality. As a result, organizations aren’t forced to change their processes. Instead, Datadog enhances and fits naturally into their existing ecosystem.

Get started with Self-Service Actions today

Self-Service Actions reduce friction in service creation, remediation, infrastructure provisioning, and deployments. As a result, developers can work faster without sacrificing security, observability, reliability, or governance. To get started, check out the Self-Service Actions documentation.

If you don’t already have a Datadog account, you can sign up for a 14-day free trial.