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

推荐订阅源

Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
腾讯CDC
D
Docker
G
Google Developers Blog
D
DataBreaches.Net
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
The Cloudflare Blog
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
量子位
美团技术团队
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
Use Datadog geomaps to visualize your app data by location
2021-02-23 · via Datadog | The Monitor blog

Being able to track and aggregate data by region is important when monitoring your application. It can provide visibility into where errors and latency might be occurring, where security threats might be originating, and more. Now, you can use Datadog geomaps to visualize data on a color-coded world map. This helps you understand geographic patterns at a glance, including where users are experiencing outages, app revenue by country, or if a surge in requests is coming from one particular location. This provides key business and application performance insights and also helps you make informed decisions about where to focus any troubleshooting efforts.

You can use geomaps to visualize your frontend metrics from Datadog RUM out of the box. You can also map data from any of your log and custom metrics that contain an attribute with a value in the standard country ISO code format. In this post, we’ll look at how you can use geomaps to visualize:

Monitor worldwide user experience

Geomaps are fully integrated with Datadog RUM, which means that you can use RUM Analytics to visualize frontend metrics, such as requests, latency, and errors, that impact user experience. Datadog automatically records the geographic location for all incoming RUM metrics, so you can group any RUM data by country ISO code (@geo.country_iso_code) to visualize it using a geomap.

The below example shows the distribution of unique user sessions (@session_id) generating the most long_task events, which happen when a task blocks the main thread for at least 50 ms and could indicate high latency and degraded user experience.

Geomap showing countries with highest distribution of long tasks

Once you’ve identified the top countries with users experiencing long_tasks, you can dive deeper by examining the RUM events to see which services are showing slowdowns. At that point, you might consider allocating more resources to the servers handling those services in the regions experiencing issues. You can then export the map to one of your dashboards as a widget so you can monitor it, or use it to create an alert that will trigger, for example, if any users in a region experience too many long_tasks.

Get key security insights

When monitoring for security threats, mapping log data can help you recognize patterns and detect unusual activity. You can add geomap widgets to your dashboards to visualize log events that have a country ISO code attribute. You can use Datadog’s GeoIP parser as part of a log processing pipeline to automatically parse out the appropriate country code based on a log’s IP address. Then, you’ll be able to group your logs by the country ISO code and visualize the data in a geomap.

Geomap widget showing requests by top countries

This makes it easy, for example, to track the origin of incoming requests to private endpoints. If you notice requests coming from certain origins unfamiliar to your team, it could indicate an attack on your application.

Make maps to fit your needs

Generating custom metrics from your application logs lets you monitor and alert on key data that you can then visualize using a geomap for insight into geographic trends. For example, if you have an online store that logs the amount of each transaction, you could create a custom metric to track overall revenue. Using the GeoIP parser, you can extract out each transaction’s ISO country code. This makes it easy to use a geomap to visualize revenue by country, and helps drive business decisions based on regional patterns.

Visualize your data with geomaps today

Monitoring data based on geographic region is key to understanding patterns in your application’s behavior and usage, whether it’s to track user experience, look for potential security threats, or guide important business decisions. Datadog’s geomap visualization lets you easily parse country-specific data at a glance, so you can monitor and alert on it alongside data from more than 1,000 other technologies.

See our documentation to get started. Or, if you’re not yet signed up with Datadog, start your free trial today.