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

推荐订阅源

D
Docker
人人都是产品经理
人人都是产品经理
小众软件
小众软件
博客园 - Franky
WordPress大学
WordPress大学
Jina AI
Jina AI
Google DeepMind News
Google DeepMind News
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
博客园 - 【当耐特】
IT之家
IT之家
G
Google Developers Blog
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
V
Visual Studio Blog
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
GbyAI
GbyAI
雷峰网
雷峰网

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
Introducing the container map view in Datadog
Michael Gerstenhaber · 2018-05-03 · via Datadog | The Monitor blog

To provide more insights into your container infrastructure, Datadog is excited to announce a new way to monitor and debug your containers in real time. Our container map gives you a global overview of your environment so that you can group, filter, and explore all of your containers on the fly. It builds on Datadog’s other container monitoring capabilities, including Autodiscovery, which detects newly launched containers and automatically begins monitoring the applications they’re running. It also complements our Live Container view, which enables you to drill all the way down to the process level for real-time debugging.

In the past few years we have seen enormous growth in the adoption of Docker and orchestration technologies. We often hear from customers that they find it nearly impossible to scale their container infrastructure with confidence if they don’t have comprehensive visibility into their dynamic orchestrated environments. To provide more comprehensive coverage for all types of environments, we’ve joined the Cloud Native Computing Foundation (CNCF) and added a new Prometheus check to make it easier for you to get more of your metrics into Datadog, wherever they originate. The container map is another step toward providing deeper visibility into modern infrastructure and applications, so that you can derive even more insights from your containerized workloads.

The new container map in Datadog

Putting containers on the map

Our container map provides a highly flexible and interactive overview of your container environment. Just as the host map does with individual instances, the container map enables you to easily group, filter, and inspect your containers using metadata such as services, availability zones, roles, partitions, or any other dimension you like. The container map allows you to see the big picture in your container infrastructure, but also captures all the details of these highly dynamic components.

Like the host map, our container map zips, expands, and reorganizes itself on demand to surface insights about your deployment when you input container-level resource metrics and tags. For example, you can filter to view a specific Docker image and visualize resource usage for that image across availability zones, to get a detailed, customized view of your containerized applications.

Using tags, you can filter and group using any metadata attached to your containers. Here, the container map is filtered to show only a specific Docker image and grouped by availability zone.
A container map in Datadog, filtered to a specific Docker image and grouped by availability zone
Using tags, you can filter and group using any metadata attached to your containers. Here, the container map is filtered to show only a specific Docker image and grouped by availability zone.

In the simple example below, we can quickly see which images our Docker containers are running—and digging further, we can see that some of them are pinned to latest, while others are pinned to specific versions. Specifying an image’s version is best practice, as you never know what changes will be introduced in a new version of some software you depend on. Still, if we choose to pin to a specific version, rather than latest, these packages may fall out of date, which means that we might miss critical improvements or security updates—or worse, we could end up running inconsistent versions across our environment. With the container map, it’s very easy to see exactly what’s going on at all times.

A container map in Datadog, grouped by container image name and version tag

Orchestrator integrations

A container map in Datadog, aggregated by Kubernetes deployment

In the example above, we are aggregating by kube_deployment, a tag that’s automatically ingested from our Kubernetes integration. Because Datadog also integrates with other orchestration tools like Amazon ECS and Mesos, you can also aggregate and filter the container map by specifying any of the tags from those integrations.

Zoom, filter, troubleshoot

From the container map, you can jump directly to the Live container view or to a dashboard of metrics from the host.
Inspecting metrics from an individual container
From the container map, you can jump directly to the Live container view or to a dashboard of metrics from the host.

Upon zooming in on a deployment group, we can see all the containers in that group and what they are running–in this case, Redis and some custom applications. Kubernetes is orchestrating our container infrastructure, which means that it dynamically determines the number of containers in each group, and which host should run each container.

Looking at our container map, we can see right away that one of the Redis containers is running hot in CPU. We can click through directly from that container to a host-level dashboard, where we quickly see that this host exhibits high levels of CPU steal due to co-tenancy. With this information in hand, we can try bouncing the node to fix the issue.

Inside the container

From the container map’s inspection panel, you can easily hop over to our Live Container view to drill further into your containers’ health and resource usage. In the Live Container view, you can sort the containers by resource consumption, and drill down to inspect process-level system metrics at two-second resolution.

Inspecting a container’s process tree in the Live Container view

Next stop: The container map

Accessing the container map in Datadog

If you’re running dynamic container environments, you can immediately start using Datadog’s new container map to explore, debug, and monitor your container infrastructure in real time. To view the container map, click on “Containers” in the dropdown menu on the upper-left corner of the host map page. If you’re new Datadog, start a 14-day free trial to get deeper visibility into your container infrastructure today.