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

推荐订阅源

U
Unit 42
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
IT之家
IT之家
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
V
V2EX
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
I
InfoQ
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
H
Help Net Security
腾讯CDC
D
Docker
P
Proofpoint News Feed
GbyAI
GbyAI
博客园 - 三生石上(FineUI控件)
aimingoo的专栏
aimingoo的专栏

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
How GovPredict monitors data quality issues with Datadog
Neal Kemp · 2017-10-18 · via Datadog | The Monitor blog
Neal Kemp

Neal Kemp

This is a guest post from Neal Kemp, CTO of GovPredict.

GovPredict is a platform that provides unique data and insights to a wide variety of enterprise and government clients. To our clients, having the right data in hand can make a difference in whether you pass a law, elect a candidate, or close a large business deal. Therefore, it’s extremely important that we get our data right every time.

Complex data sources + manual monitoring

GovPredict serves up more than 50 types of data from thousands of different sources. To complicate things further, the data is collected in a variety of different ways—APIs, scraping, streaming, you name it! Needless to say, data accuracy is a difficult problem to solve.

Before using Datadog, we had a very manual and developer-intensive data monitoring stack. We were running a combination of various open source and system-specific monitoring tools. While this setup may work for some companies, it was pulling our developers off of building our product. We decided that we wanted to focus more on our core business and offload the monitoring responsibility to a hosted service.

Our primary goals with the switchover were to ease problem diagnosis, optimize system performance, ensure data quality, and reduce the developer burden of maintaining a monitoring stack.

Diagnosing data quality issues

Datadog nailed all of our problems after we set it up. We were able to integrate Datadog into most systems within the first day, and the rest within the first week. We now monitor all of our systems using Datadog and don’t plan on turning back.

Datadog dashboard showing GovPredict metrics

We set up a dashboard for each of our major importing systems. By superimposing import successes on failures, we can get quick insights into our error counts relative to the volume of successes. We can also filter by data type and source to dial in on source-specific data errors. Diagnosis of data quality issues now takes minutes rather than hours. These quick, visual insights allow us to jump in and fix errors without delay.

In terms of data quality, we were able to reduce diagnosis time significantly. We were also able to reduce the number of errors by identifying problems we would not have detected with our old monitoring systems. Overall, we have seen higher data consistency thanks to implementing and analyzing with Datadog.

Optimizing production apps and databases

It doesn’t stop with data quality, either—we also use Datadog to monitor all of our production applications and databases. It has been helpful in diagnosing downtime and finding opportunities to optimize database loads.

We discovered one unexpected benefit of Datadog while building a new piece of software. This new software analyzes more than 10,000 different data sources every day. We were a bit worried about performance, so we first built a prototype system that analyzed 200 sources per day. Using Datadog, we were able to benchmark performance and make improvements before building out the rest of the system. Using our old stack, it would have been very difficult or impossible to achieve the same results.