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

推荐订阅源

B
Blog RSS Feed
B
Blog
N
Netflix TechBlog - Medium
量子位
月光博客
月光博客
博客园_首页
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
M
MIT News - Artificial intelligence
J
Java Code Geeks
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
腾讯CDC
Engineering at Meta
Engineering at Meta
云风的 BLOG
云风的 BLOG
L
LangChain Blog
GbyAI
GbyAI
IT之家
IT之家
Y
Y Combinator 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
Optimize Cloud Foundry cluster health with Datadog
Abril Loya McCloud · 2017-06-13 · via Datadog | The Monitor blog
Abril Loya McCloud

Abril Loya McCloud

Cloud Foundry is an open source platform for developing applications and deploying them on any infrastructure. Cloud Foundry also provides a number of features that support distributed systems and microservice architectures. Because of the central role played by the Cloud Foundry platform in deployment and operations, monitoring your Cloud Foundry components is a must for maintaining the health and performance of your applications. Datadog is happy to announce our new Cloud Foundry integration, designed to help Cloud Foundry operators automatically monitor the health of their clusters.

A Cloud Foundry dashboard comes out-of-the-box in Datadog.
Cloud Foundry template dashboard in Datadog
A Cloud Foundry dashboard comes out-of-the-box in Datadog.

Understanding Cloud Foundry

Before diving into how you can monitor Cloud Foundry clusters along with the rest of your infrastructure in Datadog, we’ll quickly review how Cloud Foundry works. Cloud Foundry serves as a layer between your applications and your infrastructure, making your applications infrastructure-unaware. Cloud Foundry automatically provisions resources and services for your applications, which can run in virtually any environment. To accomplish this, Cloud Foundry uses four main components, as outlined in their documentation:

  • BOSH: creates and deploys cluster components and VMs that Cloud Foundry runs on top of your physical infrastructure.

  • Cloud Controller: API server that provides endpoints for clients to access system resources.

  • Router: routes incoming traffic to VMs and containers to meet demand when used with a load balancer.

  • Diego: container orchestrator.

Each Cloud Foundry component, including the Cloud Controller VM and router VM, generates logs and metrics. Loggregator aggregates these logs and metrics into a data stream called the Firehose. Log and metric outputs in the Firehose can be filtered by applying “nozzles.”

Monitoring Cloud Foundry

Datadog collects metrics via a Firehose nozzle to determine cluster health by component and by resource consumption. Metrics are collected from critical Cloud Foundry components, including BOSH, Cloud Controller, Loggregator, router, and Diego. Datadog also monitors the nozzle providing data to ensure it is keeping up with Firehose for accurate metric and event information. The full list of metrics can be accessed in our Cloud Foundry documentation.

Metrics from these components are collected and visualized so you can monitor their performance, identify patterns and anomalies, and create alerts. An unexpected increase in the rate of 5xx code responses from your router, for example, could be symptomatic of flawed application code being deployed and would warrant immediate investigation. Setting an anomaly alert on any metric will automatically notify you when performance deviates from the norm, helping you make sure your application development and deployment go smoothly.

Get started

To monitor your Cloud Foundry clusters automatically, you can upload the Datadog Agent release to your BOSH Director, configure the Agent as an add-on to deploy, and add a UAA client for the Datadog nozzle as outlined in our documentation. You can also monitor BOSH deployments by configuring the BOSH Health Monitor Datadog Plugin as detailed here. Once you’re set up, the Agent will automatically monitor the function and processes of each component through the Firehose nozzle.

If you’re already a Datadog customer, you can start monitoring your Cloud Foundry clusters immediately. Otherwise, sign up for a free trial to gain deeper insight into your cluster health.