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

推荐订阅源

A
About on SuperTechFans
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
宝玉的分享
宝玉的分享
美团技术团队
量子位
The Cloudflare Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
爱范儿
爱范儿
J
Java Code Geeks
博客园 - Franky
Last Week in AI
Last Week in AI
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
GbyAI
GbyAI
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MyScale Blog
MyScale 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.