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

推荐订阅源

V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
J
Java Code Geeks
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
人人都是产品经理
人人都是产品经理
Martin Fowler
Martin Fowler
IT之家
IT之家
博客园_首页
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
B
Blog
U
Unit 42
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
博客园 - 聂微东
腾讯CDC
A
About on SuperTechFans

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
Monitor Azure Storage with Datadog
2017-05-03 · via Datadog | The Monitor blog

Microsoft Azure Storage is a cloud-based service that is designed to deliver highly available, geographically redundant storage for on-premise and cloud applications. Azure Storage offers client libraries for various languages, including PHP, Java, Python, and Ruby.

If you’re using Azure Storage, you will want to track its usage and get notified about any issues before the services and applications that rely on Azure Storage start to fail or degrade. That’s why we are pleased to announce that we have added Azure Storage to the growing list of Microsoft Azure cloud services that you can monitor with Datadog.

Datadog's out-of-the-box Azure Blob Storage dashboard displays key metrics from your resources.
Datadog's Azure Storage integration includes an out-of-the-box dashboard for Azure Blob Storage.
Datadog's out-of-the-box Azure Blob Storage dashboard displays key metrics from your resources.

Azure Storage overview

General-purpose Azure Storage accounts have access to four services that address different needs:

  1. Blob storage, or Object storage, is designed for unstructured data. Blobs are stored in containers, each of which can hold any number of blobs. There are three types of blobs:
    • block blobs: objects like image files and documents
    • page blobs: designed to support random read/write access, like a virtual hard disk
    • append blobs: designed to be append-only, not overwritten/deleted, making it suitable for log data, for example
  2. Table storage is meant for structured NoSQL data
  3. Queue storage is designed to buffer message delivery within and across various services
  4. File storage enables legacy applications to gain access to shared storage using the standard Server Message Block (SMB) protocol

Azure Storage offers several data redundancy options: locally redundant storage (multiple copies of your data in the same facility), zone-redundant storage (redundancy across multiple facilities), and geo-redundant storage (replication across more than one region).

Unpack your Azure Storage metrics

Datadog’s Azure Storage integration surfaces dozens of metrics that you can graph, alert on, or visualize in several out-of-the-box dashboards, including:

  • end-to-end successful request latency
  • percentage of requests that were successful
  • request throughput
  • bytes received/sent (ingress/egress)
Azure Table Storage transaction requests and successful request latency
Track and correlate trends in request throughput and latency right from your Azure Table Storage dashboard.
Azure Table Storage transaction requests and successful request latency
Track and correlate trends in request throughput and latency right from your Azure Table Storage dashboard.

In addition to Azure Storage, Datadog also integrates with other Microsoft cloud services—including Azure Redis Cache, Azure App Service, and Azure SQL Databases—to give you a comprehensive view of your entire Azure infrastructure.

Storage resource tags

If you are using Azure Resource Manager (ARM) to organize and manage your services, Datadog will automatically pull in resource metadata so that you can aggregate and filter your metrics using those same logical groups.

The integration automatically pulls in the following tags for all of your Azure Storage resources: resource_group, region, name, tenant_name, and subscription_name (e.g., pay as you go). It will also pick up any custom tags you may have added to your Azure resources through the Azure portal.

You can use these tags to filter and customize your dashboard to zoom in on specific subcategories of your Azure Storage resources. For example, in the screenshot below, we filtered the Azure Blob Storage dashboard to only display metrics from the andredemo resource group.

Filter views by using template variables in Datadog Azure Storage dashboard

Tags are also instrumental for creating targeted alerts that can help you surface insights and identify trends across specific subsets of your Azure resources.

For example, you could create an alert to get notified when an important resource group starts to experience an increased rate of throttling errors. If this issue is not temporary (e.g., someone is conducting load tests), you may want to look into optimizing your queries and/or repartitioning data so that you can distribute transactions across more than one partition. The service documentation contains more guidelines for troubleshooting issues like this once you’re alerted to them.

Monitor Azure Storage (and more)

If you’re already using Datadog and you’d like to start monitoring Azure Storage, simply set up the main Azure integration, if you haven’t done so already.

If you’re not currently using Datadog, but would like to get deeper visibility into your Azure cloud infrastructure and services, get started with a free 14-day trial.