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

推荐订阅源

月光博客
月光博客
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
H
Help Net Security
小众软件
小众软件
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
Last Week in AI
Last Week in AI
爱范儿
爱范儿
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
博客园 - 【当耐特】
V
Visual Studio Blog
大猫的无限游戏
大猫的无限游戏
博客园_首页
Jina AI
Jina AI
D
Docker
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志

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
Build custom monitoring and remediation tools with Datado...
Thomas Sobolik, Alex Flinois · 2023-11-27 · via Datadog | The Monitor blog

When you’re responding to an issue with your application in the heat of on-call, you need reliable, well-maintained tooling that’s painless to use. Otherwise, the time you’ll spend combing through monitoring data for context, connecting to hosts and other infrastructure resources, and pivoting between consoles for various managed services can add up quickly and slow your response.

By integrating your ops tools into your monitoring stack, you can cut down on context switching to perform complex monitoring and remediation tasks faster. And with the assurance that these tools are secure, work well at scale, and are accessible throughout your organization, you can comfortably rely on them in production. That’s why we’re pleased to announce Datadog App Builder, a new low-code interface for creating applications that you can use directly within the Datadog platform to manage your systems.

Apps are made up of pre-built UI components; Datadog data sources like metrics, logs, and monitors; 300+ out-of-the-box actions for key tools and platforms (including GitLab, GitHub, OpenAI, and a host of AWS and Azure services); and your own custom logic. Apps can handle complex tasks with little end-user effort—summarizing pull requests, scaling container clusters, running serverless functions, and much more. You can run apps as widgets in your dashboards or share them using a dedicated URL so users can interact with them on their own.

In this post, we’ll show you how to use the App Builder’s API and database connectors, integrations, and visualizations to quickly build internal tools without needing to write or maintain code.

Drag and drop components to quickly spin up apps

You can create apps with the App Builder by dragging and dropping UI components such as buttons, selection lists, tables, modals, and text inputs. You can then populate or contextualize these components by creating queries for integrations, API endpoints, and more. Once you’ve built an app, you can publish it so that other users in your organization can access it, add it to their dashboards, and iterate new versions.

For example, let’s say your team is managing an ECS cluster and wants the ability to quickly allocate more resources when their containers are experiencing CPU and memory overutilization. The App Builder integrates with ECS, which enables you to request information about your active clusters and services—as well as perform actions such as scaling a service—all from within the Datadog platform.

To build this app, you can start by dragging and dropping components that enable users to select a service and choose a number of tasks to allocate to it. The App Builder lets you populate the app’s UI with demo data at first, so you can preview and tweak it to your liking. Then, you can connect the app’s components to real data by building queries using Datadog’s ECS integration. To allow users to change the scaling of the selected service, you can add a button to trigger a new query called scaleService, which takes in the desired task count and service name. When the button is clicked, the query will submit a request to automatically update the specified service’s task count. Below, we can see the process of building our new ECS scaling app in action.

The App Builder lets you easily test your apps using a live preview before you publish them to the rest of your organization. Once your app is finalized, you can embed it in your team’s ECS dashboard, enabling any user to immediately respond to problems revealed in its resource metrics by quickly scaling services. You can even configure your app to respond to the dashboard’s template variable filters, so it stays in the same scope as the rest of the widgets. The following screen capture shows the active app in an ECS dashboard, with its data filtered to a service running on an ECS cluster.

Easily manage, access, and run your apps

The App Builder makes it easy to manage, access, and run your apps. All of your organization’s published apps are accessible via the All Apps page, where you can search for them by name or sort by author or last modified date. To manage access to your published apps, you can configure viewing and editing permissions on them. You can also clone any app with the click of a button to spin off a new version.

Browse for published apps in the App Builder list view

The App Builder features a set of blueprints that implement common use cases—such as managing EC2 instances, configuring Elastic Beanstalk applications, and managing incidents with PagerDuty—as templates that you can use as starting points for new apps. You can also inform your ideas for apps by browsing the Action Catalog, which provides a library of all the currently supported action integrations you can use to create queries. These integrations include cloud platforms like AWS and Azure, CDNs like Cloudflare and Fastly, CI/CD tools like GitLab and CircleCI, productivity tools like Jira and Notion, security tools like Signal Sciences and GreyNoise, and many more.

Browse for action integrations in the App Builder Action Catalog

Additionally, the App Builder’s included OpenAI action helps you use generative AI to create apps that leverage natural language processing, data generation, and anomaly detection. We’ve included a set of AI app blueprints to help you get started on building these applications. For example, the Regression Cause Finder can be implemented to look at the text description of an incident and the most recent commits related to it, and then identify the most likely causes of a code regression. In the following screenshot, you can see the Regression Cause Finder’s UI containing a list of potential causes and their associated PRs.

Use the OpenAI action to create apps with generative AI capabilities

Add your own code and create custom queries

In addition to leveraging the App Builder’s out-of-the-box query integrations and drag-and-drop elements, you can augment your apps with custom queries and logic. This helps you connect your apps to other internal tools, structure and process data, and fulfill use cases that go beyond the queries and actions supported by the included integrations. You can use custom queries to ping any HTTP endpoint and fetch data, perform an API test, trigger a function in your business logic, and more. For example, the following screenshot shows an app that uses an HTTP query to test token authentication on a web app’s homepage.

Use custom HTTP queries to populate your apps with data

And by including custom logic in your apps, you can augment their functionality with simple scripts without having to worry about UI implementation. You can add custom logic to your app’s queries by using the included JavaScript action or by adding code to your queries’ Post-Query Transformation. The following example shows a Post-Query Transformation that converts incident timeline data from the PagerDuty API into a more human-readable format.

Use custom logic in your queries to enhance your apps

Datadog App Builder makes it easy to build and run applications that enable you to perform complex monitoring and remediation tasks directly within the Datadog platform. This helps you fix issues faster and get richer insights, and increases the scope of what you can do with your monitoring stack. App Builder is now generally available for all Datadog customers. For more information about App Builder, see the documentation. If you’re brand new to Datadog, sign up for a free trial.