---
title: Catalog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Internal Developer Portal > Catalog
---

# Catalog

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com, us2.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ({% placeholder "user-datadog-site-name" /%}).
{% /alert %}

{% /callout %}

## Overview{% #overview %}

[Catalog](https://app.datadoghq.com/services) provides a centralized, dynamic view of your software ecosystem and infrastructure resources, giving you a single point of entry to understand every layer of your stack. Built on real-time telemetry and automated metadata collection, the Catalog integrates with observability, security, and cost management tools. This empowers engineering, SRE, security, and platform teams to maintain visibility, optimize operations, and promote service reliability at scale.

{% video
   url="https://docs.dd-static.net/images/tracing/internal_developer_portal/catalog/tour.mp4" /%}

## What you can do in Catalog{% #what-you-can-do-in-catalog %}

Catalog offers multiple views to help you explore and manage your entities. To quickly find what you need most, pin frequently accessed views using Saved Views.

- [**Ownership**](https://docs.datadoghq.com/internal_developer_portal/catalog/set_up/ownership.md): Access your team's Slack, repo, or on-call information.
- **Reliability**: Address risks by surfacing entities with recent deploys, rising error rates, open incidents, or failing monitors.
- **Performance**: Compare latency, traffic, error rate, and Apdex by environment.
- **Security**: Find vulnerable libraries and live attacks from a single list to harden security posture.
- **Costs**: Track AWS costs linked to code and infrastructure changes to control cloud spend.
- **Software Delivery**: Monitor CI pipeline health, static analysis violations, and DORA metrics to shorten delivery cycles.
- **Relationships**: See the dependency graph for services and hover over any service card to see the infrastructure resources it runs on.
- **Infrastructure**: Browse your cloud infrastructure resources in a dedicated section of the Catalog. Infrastructure resources link to the software entities that run on them. You can click any service in the dependency graph to navigate directly to the infrastructure it runs on.

See the [Use Cases documentation](https://docs.datadoghq.com/internal_developer_portal/use_cases.md) to learn how teams use Datadog Catalog to centralize knowledge, streamline processes, improve operational efficiency, and more.

## What appears in Catalog{% #what-appears-in-catalog %}

Catalog includes an entity when:

- Datadog [detects it from telemetry](https://docs.datadoghq.com/internal_developer_portal/catalog/set_up/discover_entities.md),
- You [declare it in an Entity Definition](https://docs.datadoghq.com/internal_developer_portal/catalog/set_up/create_entities.md), or
- You [import it from a third-party source](https://docs.datadoghq.com/internal_developer_portal/catalog/set_up/import_entities.md) such as Backstage or ServiceNow.

You can view infrastructure resources when you [enable Resource collection](https://docs.datadoghq.com/infrastructure.md). Resource collection is free for any Infrastructure Monitoring customer.

[Learn more](https://docs.datadoghq.com/internal_developer_portal/catalog/entity_model/native_entities.md) about entity types and how to configure them for your needs.

**Notes**:

- Use the entity type for more precise filtering than the legacy `type` filter (from the `span.type` attribute). For example, use the `datastore type` facet to filter by specific datastore technology.
- Span summaries and service and resource statistics are retained for up to 30 days. For deeper analysis on APM trace metrics, use Metric Explorer. [Learn more about data retention for APM](https://docs.datadoghq.com/data_security/data_retention_periods.md).

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com, us2.ddog-gov.com



### Service types{% #service-types %}

Every monitored service is associated with a type. Datadog automatically determines type based on the `span.type` attribute attached to incoming spans data. The type specifies the name of the application or framework that the Datadog Agent is integrating with.

For example, if you use the official Flask Integration, the `Type` is set to "Web". If you are monitoring a custom application, the `Type` appears as "Custom".

The service type can be one of:

- Cache
- Custom
- DB
- Serverless function
- Web

Some integrations alias to certain types. For example, Postgres, MySQL, and Cassandra map to the type "DB". Redis and Memcache integrations map to the type "Cache".


{% /callout %}

## Further reading{% #further-reading %}

- [Turn feedback into action across your engineering org with Datadog Forms](https://www.datadoghq.com/blog/datadog-forms)
- [Learn about Catalog Use Cases](https://docs.datadoghq.com/internal_developer_portal/use_cases.md)
- [Managing Services with Catalog](https://learn.datadoghq.com/courses/managing-software-catalog)
