TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Datadog raises $31M for cloud monitoring

92 点作者 clofresh超过 10 年前

6 条评论

socialist_coder超过 10 年前
Datadog is great. I converted my New Relic monitoring over to Datadog without too much hassle. I was only using the backend monitoring part of New Relic so I didn't miss any of those features. The dashboards are much better, the event stream is really cool, the AWS integrations are great, and the front end is pretty speedy. And the best part, it costs about 5-10x less (which is what prompted the conversion to Datadog in the first place).
评论 #8969898 未加载
Cyranix超过 10 年前
Kudos to Datadog. I'm not a current customer, but when I took it for a trial run several months ago I found it to be visually appealing, reliable, and intuitive. It didn't have some of the advanced features that you would get with Hosted Graphite or Librato at the time, but it was a very strong contender. All of us will benefit from the high-quality competition occurring in this space!
评论 #8968160 未加载
corford超过 10 年前
We're using Datadog to monitor job stats on a busy RabbitMQ host and it's fantastic.
javery超过 10 年前
We routinely pummel Datadog with massive amounts of data from hundreds of hosts and it does an amazing job of showing us the data we need and alerting us when something is wrong. Highly recommended.
sciurus超过 10 年前
Datadog is very nice. Here&#x27;s something I wrote when asked what value we were getting from it- <a href="https://gist.github.com/sciurus/3a1cd4c203891c8d33b2" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;sciurus&#x2F;3a1cd4c203891c8d33b2</a><p># Why datadog? #<p>I would break it down into four pieces. Datadog is<p>1. providing functionality<p>1. we need<p>1. in an easy-to-use manner<p>1. that would be difficult to build and maintain ourselves<p># 1) Functionality #<p>## The agent ##<p>It gathers system metrics, integrates with key software we use, and provides a standard interface to which our applications can send custom metrics.<p>## Integrations ##<p>Datadog has prebuilt integrations to pull data from almost every important service we use.<p>## Events ##<p>Through the integrations datadog generates a consolidated event stream that we can filter and earch as needed.<p>## Dashboards ##<p>Datadog lets us build dashboards that combine metrics from many different sources. We can combine and transform metrics to make them more useful. It also provides an powerful interface for interactive exploration of metrics.<p>## Alerting ##<p>Datadog has nice stream processing capabilities for generating alerts, and it can surface them in services we use like pagerduty and slack.<p># 2) Need #<p>## The Agent ##<p>We don&#x27;t get nearly enough insight from cloudwatch alone, we need an on-instance tool to gather system and app metrics.<p>## Integrations ##<p>There are lots of services with operational signficiance, but many of them don&#x27;t provide a good way to access their data.<p>## Events ##<p>We would spend <i>dramatically</i> longer investigating problems if we had to look at eash source of events in isolation. Many of our event sources don&#x27;t even provide a way for us to view past events or to query them.<p>## Dashboards ##<p>Per-service and per-instance dashboards are important for investigating problems quickly. The consolidation of data from multiple sources is again a key feature.<p>## Alerting ##<p>We need to do anaylze trends in our metrics and alert on them.<p># 3) Ease of use #<p>## The agent ##<p>The agent is deployable via a chef cookbook datadog wrote for us. It requires minimal configuration. It knows which system and application metrics are worth gathering.<p>## Integrations ##<p>Integrating with all the data sources is literally a few clicks.<p>## Events ##<p>The interface makes searching and filtering events straightforward.<p>## Dashboards ##<p>There are prebuilt dashbaords for lots of things we care about. Snazzy features like autocomplete and templating make building our own dashboards easy.<p>## Alerting ##<p>The guided steps and previewed outputs make creating alerts simple.<p># 4) Hard to replicate #<p>Here I described a system of collectd, custom code to pull metrics from cloudwatch, custom code to pull or receive events from various sources (airbrake, cloudtrail, chef, pagerduty, jenkins, etc) influxdb, and grafana.
评论 #8968605 未加载
Gigablah超过 10 年前
Something worth noting: Datadog is currently the only monitoring service that provides a Dockerized agent (so you can easily stick it into a CoreOS cluster, for example).