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

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
C
Check Point Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
Vercel News
Vercel News
腾讯CDC
GbyAI
GbyAI
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security 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
Monitoring Pokémon GO service status: Datadog catches it all
Jean-Mathieu Saponaro · 2016-07-19 · via Datadog | The Monitor blog
Jean-Mathieu Saponaro

Jean-Mathieu Saponaro

As you might know, Datadog allows you to monitor your entire infrastructure by collecting, aggregating, and graphing performance metrics from any part of your stack: servers, databases, containers, cache engines…

But did you know that you can use Datadog to monitor pretty much anything? For example, you can:

  • Write an Agent Check to collect metrics and events from any data source

  • Run an HTTP check to verify if a website is up or down

  • Instrument your applications to send custom metrics via API or using DogStatsD; that’s how many of our customers apply Datadog’s power to custom metrics such as counting specific user actions or monitoring proprietary infrastructure

Monitoring Pokémon GO: The recipe

Take a handful of Pokémon GO enthusiasts,

Simmer with the backend troubles users encountered during the launch of the game, plus a pinch of the frustration it created in our souls as trainers,

Stir with our driving obsession to monitor everything,

Bake with Datadog’s powerful features during a weekend side project,

And tadaaaa, this is what you get:

Pokemon GO service status dashboard

Every time Pokémon GO won’t work correctly, before you smash your phone on the nearest tree, you can now check www.IsPokemonGODownOrNot.com to see if it’s just you or if Pokémon GO is down for everyone.

  • Have Niantic’s servers been double slapped resulting in down time?

  • Is their latency abnormally high (probably due to Sleep Powder effect)?

  • Are logins working properly (whether you are in the U.S. or in Europe), or are they taking way too long?

  • Can you place a Lure Module right now without risking servers going down before the end of the 30 minutes (according to recent availability)?

Awesome! How does this actually work?

Server availability is based on HTTP checks against a Niantic data endpoint. These also calculate latency.

Then in order to measure login availability, both with Google and Pokémon Trainer Club accounts, we log in to Pokémon GO every 30 seconds, using this handmade API behind the scenes. We have servers in Europe and in the U.S., so we monitor both regions.

With this dashboard telling you if Pokémon GO is down or not, you have no excuse to not become the very best. Now go catch them all!

www.IsPokemonGODownOrNot.com

PS: if you want to instrument your app and use Datadog to monitor it or your infrastructure, you can sign up here.