【监控工具之Datadog 】

【监控工具之Datadog 】Datadogisamo scaleapplica bringingtoge databases tools andservicest Thesecapabil

Datadog is a monitoring service for cloud-scale applications, bringing together data from servers, databases, tools, and services to present a unified view of an entire stack. These capabilities are provided on a SaaS-based data analytics platform.

Datadog 允许你以单个主机、服务、流程和度量来构建图形和警告,或者使用它们的几乎任何组合构建。例如,你可以监控你的所有主机,或者某个特定可用区域的所有NGINX主机,或者您可以监视具有特定标签的所有主机的一个关键指标。

Technology

Datadog uses a Python based, open-source agentforked from the original created in 2009 by David Mytton for Server Density (previously called Boxed Ice). Its backend is built using a number of open and closed source technologies including D3, Apache Cassandra, Kafka, PostgreSQL, etc.

 

In 2014, Datadog support was broadened to multiple cloud service providers including Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform and Red Hat OpenShift. Today, the company supports over 150 integrations out-of-the-box.

 

 

 

History

Datadog was founded in 2010 by Olivier Pomel and Alexis Lê-Quôc, who met while working at Wireless Generation. After Wireless Generation was acquired by NewsCorp, the two set out to create a product that could reduce the friction they experienced between developer and system-admin teams, who were often working at cross-purposes.

 

They built Datadog to be a complete cloud infrastructure monitoring service, with an intuitive dashboard, effective alerting, and helpful visualizations of key metrics. As cloud adoption increased, Datadog grew rapidly and expanded its product offering to cover service providers including Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform, Red Hat OpenShift, and OpenStack.

 

In 2015 Datadog announced the acquisition of Mortar Data, bringing on its team and adding its data and analytics capabilities to Datadog’s platform. That year Datadog also opened a research and development office in Paris, putting its resources towards developing new technologies and services for its customers.

 

In 2016 Datadog moved its New York City headquarters to a full floor of the New York Times Building to support its growing team,which doubled over the course of the year. Datadog further cemented its leadership position in the cloud monitoring space with the beta-release of Application Performance Monitoring in 2016, offering for the first time a full-stack monitoring solution.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/217008.html原文链接:https://javaforall.net

(0)
上一篇 2026年3月18日 上午10:33
下一篇 2026年3月18日 上午10:33


相关推荐

  • PAT乙级习题解答C语言(汇总)「建议收藏」

    PAT乙级习题解答C语言(汇总)「建议收藏」题号 题名 1001 害死人不偿命的(3n+1)猜想 1002 写出这个数 1003 我要通过! 1004 成绩排名 1005 继续(3n+1)猜想 1006 换个格式输出整数 1007 素数对猜想 1008 数组元素循环右移问题 1009 说反话 1010 一元多项式求导 1011…

    2022年6月5日
    39
  • json转string转list转对象

    json转string转list转对象1 对象转 stringString JSONObject toJSONString T 2 string 转对象 Tt JSONObject parseObject pojo T tclass 3 Lits 转 stringString JSON toJSONString tList 4 String 转 listList lt

    2025年9月21日
    5
  • 什么是MiniPCIe?MiniPCIe的作用是什么?「建议收藏」

    什么是MiniPCIe?MiniPCIe的作用是什么?「建议收藏」2019年,中国正式进入5G商用元年。4G网络不管是速度、还是信号上都再无优势,那么4G网络会被淘汰吗?现在物联网应用最大的承载部分是在2G/3G网络,而现在的NB-IOT网络,不适用在高速率,低延时通信场景中。以前对速率,时延有一定要求的物联网设备将会向4G的LTE网络迁移,4G网络已经足够承载相关设备。也就是说,很长一段时间内就是作为物联网的承载网络的4G网络也不会被淘汰。StrategyAnalytics预计,在5G商用时代下,4G模组伴随着成本下降,市场的成熟,其销量将在将于2021年达到峰

    2025年10月7日
    6
  • DeepSeek怎么读取PDF文件 DeepSeek上传与分析文档功能使用教程

    DeepSeek怎么读取PDF文件 DeepSeek上传与分析文档功能使用教程

    2026年3月12日
    2
  • 从0到1打造一个知识库 AI Agent(智能体)

    从0到1打造一个知识库 AI Agent(智能体)

    2026年3月15日
    2
  • 简述Vue的响应式原理

    简述Vue的响应式原理当一个Vue实例创建时,vue会遍历data选项的属性,用Object.defineProperty将它们转为getter/setter并且在内部追踪相关依赖,在属性被访问和修改时通知变化。每个组件实例都有相应的watcher程序实例,它会在组件渲染的过程中把属性记录为依赖,之后当依赖项的setter被调用时,会通知watcher重新计算,从而致使它关联的组件得以更新。 巴拉巴拉:==…

    2022年5月7日
    69

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号