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

推荐订阅源

Y
Y Combinator Blog
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
小众软件
小众软件
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
The Cloudflare Blog
T
Tailwind CSS Blog
博客园 - 【当耐特】
Jina AI
Jina AI
量子位
有赞技术团队
有赞技术团队
博客园 - Franky
V
Visual Studio Blog
V
V2EX

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
Model your architecture with custom entities in the Datad...
2025-09-29 · via Datadog | The Monitor blog

Every software organization has its own unique architecture and workflows. Beyond services and APIs, teams rely on internal libraries, CI/CD jobs, data pipelines, AI agents, and more to keep systems running smoothly. But as architectures grow more complex and interconnected, it can become difficult to keep track of all the structural dependencies and interactions in one place.

With custom entity types in Datadog Software Catalog, platform teams can now define and manage any component—whether it’s a pipeline, a library, or an AI agent—so that their catalog mirrors the reality of their architecture while staying simple and discoverable for developers.

In this post, we’ll look at how teams can create custom entities to help them visualize dependencies and ownership of any library or tool, troubleshoot issues faster, and apply best practices at scale.

Visualize dependencies and ownership

Custom entity types make hidden dependencies visible. To create and manage custom entity types, go to Manage Entity Types in Software Catalog and select Create New Entry to define a custom entity and assign ownership.

A list for managing new entities, including custom entities.

Additionally, you can choose to automate entity creation with GitHub, the Datadog API, or Terraform, such as for declaring a library with links, tags, and owning teams:

apiVersion: v3

kind: library

metadata:

name: my-library

displayName: My Library

tags:

- tag:value

links:

- name: shopping-cart runbook

type: runbook

url: https://runbook/shopping-cart

- name: shopping-cart architecture

provider: gdoc

url: https://google.drive/shopping-cart-architecture

type: doc

- name: shopping-cart Wiki

provider: wiki

url: https://wiki/shopping-cart

type: doc

- name: shopping-cart source code

provider: github

url: http://github/shopping-cart

type: repo

contacts:

- name: Support Email

type: email

contact: team@shopping.com

- name: Support Slack

type: slack

contact: https://www.slack.com/archives/shopping-cart

owner: myteam

additionalOwners:

- name: opsTeam

type: operator

Whether you’re tracking an AI agent that relies on a downstream service or a shared library used by multiple teams, Software Catalog gives you a single place to see relationships across your ecosystem. This unified view helps engineers and platform teams better understand how components interact, reducing the chance of missed connections during critical workflows.

Metadata for a custom library entity.

Internal libraries and shared tools often lack explicit ownership, creating confusion when issues arise. With custom entity types, you can assign an owner to every component instead of only deployed services. This ensures accountability across your entire architecture, so developers always know who to contact when something breaks or when a question arises.

Apply best practices at scale

Different types of components require different standards, which is why custom entities allow you to apply targeted scorecard rules across your architecture. For example, you can require version updates for specific libraries or monitor the operational health of certain services. The rule in the screenshot below ensures that specific libraries and their dependencies have no unresolved critical vulnerabilities and exploits (CVEs).

A CVE rule for a particular custom library entity.

A failure means one or more dependencies contains CVEs, while a pass indicates compliance with the current security standards. These rules for custom entities enable consistent governance while respecting the unique needs of each component type.

Troubleshoot unique issues faster

Unmonitored or undocumented dependencies can delay incident response. By representing components like pipelines and CI/CD jobs as first-class entities in Software Catalog, engineers can understand upstream and downstream impacts, spot potential failure points, and quickly find the teams, docs, and runbooks for any component to resolve issues faster.

For example, let’s say a team ships an internal library update and a downstream service begins throwing errors in production. The downstream team investigating the issue opens Software Catalog and immediately sees that their service depends on the newly updated library because it has been registered as a custom entity. From the same view, they can pivot to correlated logs to confirm that the errors started right after the new release. Rather than spending hours tracking down the right contacts, they can page the owning team directly from the catalog entry.

Logs for a particular custom entity, that can be used to troubleshoot and confirm errors.

Model your architecture in your way

With custom entity types, Datadog Software Catalog adapts to your organization. By extending the catalog to cover every component of your architecture, you can drive ownership, uncover dependencies, troubleshoot faster, and enforce best practices at scale.

You can check out the documentation on custom entity types to learn more. If you’re new to Datadog, sign up for a 14-day free trial.