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

推荐订阅源

博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
博客园 - Franky
IT之家
IT之家
V
Visual Studio Blog
博客园 - 【当耐特】
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
博客园 - 叶小钗
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
罗磊的独立博客
小众软件
小众软件
Jina AI
Jina AI

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
OSCON 2013: Our favorite talks
2013-07-30 · via Datadog | The Monitor blog

We had a great time attending last week’s OSCON conference in Portland, OR. Going stronger and stronger on its 15th edition, OSCON now attracts a large crowd of open-source users and authors.

The diversity of the crowd is a proof to how pervasive open-source software has become. Without the open-source community Datadog would not exist in its current form, so we are happy to contribute and share as much of our software as we can.

Here is a short list of talks we enjoyed last week.

An update on Open Compute

Open Compute is a project, originally started at Facebook to replicate the open-source transformation to the rest of the infrastructure, including physical elements like server racks and data centers.

Jay Parikh shared one particular application to demonstrate the Open Compute approach to solving large-scale computing problems: storing photos at the Facebook scale. He shared an interesting metric: 8% of their photos are accessed 82% of the time so storing all photos using the same storage substrate does not make a lot of financial sense to them.

At their scale the usual tweaks (compression, etc.) don’t make enough $ difference so they went back to the drawing board to design their cold storage fabric.

With a new data center design and new server racks they are able to achieve impressive results: 30% of the original $/GB cost, including an 80% saving on their data center costs compared to their conventional and already-optimized compute-heavy data centers.

To get there, they ripped out all electrical redundancy systems, packed 2PB of storage per rack, with only 2kW of power draw (25% of a normal rack, individual power consumption).

While few companies can boast to have problems at this scale, it is great to see the open-source spirit applied to the rest of the infrastructure.

Go is everywhere

2013 is the year of Go. It certainly felt like to back-end programming what Ruby was to front-end: refreshing, expressive and productive. Google is aggressively pushing the language forward with numerous sessions to win over the hearts and minds of the software community at large.

We have started to get our feet wet with Go and so far we like it.

Daemons, solved

Thanks to Caskey Dickson, SRE at Google, the community now has some proven blueprint to achieve something that is deceivingly hard to get right: making sure that processes stay up and running.

Since the inception of Unix 40 odd years ago, there has been a plethora of methods to start processes on boot and make sure they keep running or restart when they crash. Caskey’s argument is that none of them has completely cracked that nut.

His recipe relies on a few principles:

For more details, head over to the slides.

See you next year!

It was a great show. We will be back.

OSCON-Recap---Google-Drive