Services List

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Services page
The Services List is deprecated and being removed from Datadog. Use Service Catalog instead. Read more in the Service Catalog documentation.

Overview

After you instrument your application, your reporting services appear on the APM services page. The services list is a high-level view of all services reporting from your infrastructure. Select an individual service to view detailed performance insights. Read the dedicated service documentation to learn more.

Filtering the service list

Filter the services list by:

Facets

You can filter and search the services list using the facets on the left side of the list. Facets are tags that Datadog automatically attaches to your services. Filtering and searching by facets helps you scope down the view to show the most relevant services.

Types of facets:

  • Service type
  • Last deploy: Time of the last deployment for a service
  • Watchdog: Whether the service has Watchdog insights
  • Monitor status: Current active status of monitors
  • Infra type: Type of infrastructure

Services types

Every service monitored by your application is associated with a type. Datadog automatically determines this type based on the span.type attribute attached to your spans. 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 type of the service can be one of:

  • Cache
  • Custom
  • DB
  • Serverless function
  • Web

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

Changing service color

Service color is used in trace visualizations. Select your service color to change it:

Services colors

Selecting columns

Click the cog menu to choose what to display in your services list:

  • Last Deploy: Time of the last deployment for a service
  • Requests: Total amount of requests traced (per seconds)
  • Avg/p75/p90/p95/p99/Max Latency: Avg/p75/p90/p95/p99/Max latency of your traced requests
  • Error Rate: Amount of requests traced (per seconds) that ended with an error
  • Apdex: Apdex score of the service. Learn more about Apdex.
  • Monitor status: Status of monitors attached to a service
Services columns

Data retention

The services and resources statistics, and span summaries on the Service List and Service Page are retained for up to 30 days. For customized queries on APM trace metrics, use Metric Explorer. Learn more about data retention for APM.

Further Reading