Join us

ContentUpdates and recent posts about Grafana Tempo..
News FAUN.dev() Team Trending
@kaptain shared an update, 4 weeks, 1 day ago
FAUN.dev()

Google Breaks Kubernetes Limits Again: Inside the 130,000-Node GKE Cluster

Google Kubernetes Engine (GKE) kueue

Google successfully operates a 130,000-node Kubernetes cluster to enhance GKE's scalability for AI workloads.

Control plane throughput: Sustaining up to 1,000 operations per second for both Pod creation and Pod binding during intense scheduling phases.
 Activity
@kaptain added a new tool kueue , 4 weeks, 1 day ago.
News FAUN.dev() Team
@devopslinks shared an update, 4 weeks, 1 day ago
FAUN.dev()

Inside Cloudflare's Worst Outage Since 2019: How a Single Config File Broke the Internet

Cloudflare Cloudflare Workers

A database permissions change led to a Cloudflare outage by creating an oversized feature file, causing network failures initially mistaken for a DDoS attack.

Inside Cloudflare's Worst Outage Since 2019: How a Single Config File Broke the Internet
News FAUN.dev() Team
@devopslinks shared an update, 4 weeks, 1 day ago
FAUN.dev()

Valkey 9.0 Released: Faster Clusters, New TTL Controls, and Big Networking Gains

Valkey

Valkey 9.0 debuts with atomic slot migrations, hash field expiration, and improved cluster mode support, enhancing data management and scalability.

Valkey 9.0 Released: Faster Clusters, New TTL Controls, and Big Networking Gains
 Activity
@devopslinks added a new tool Valkey , 4 weeks, 1 day ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 4 weeks, 1 day ago
FAUN.dev()

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix

Grafana

Grafana 12.3 enhances user experience with interactive learning, improved logs visualization, and a critical security fix, alongside new features like dashboard image export and expanded data source support.

Grafana 12.3 Lands With New Learning Tools, Better Logs, and a Critical Security Fix
News FAUN.dev() Team
@kala shared an update, 4 weeks, 1 day ago
FAUN.dev()

Google Unveils Antigravity: An Agentic IDE Built for Autonomous Coding

Google Antigravity

Google introduces Antigravity, an AI-driven platform enhancing IDEs with autonomous coding capabilities, now in public preview.

Google Unveils Antigravity: An Agentic IDE Built for Autonomous Coding
 Activity
@kala added a new tool Google Antigravity , 4 weeks, 1 day ago.
News FAUN.dev() Team
@kala shared an update, 4 weeks, 1 day ago
FAUN.dev()

Finally: AI Image Generation That Handles Text Correctly - Meet Nano Banana Pro

Nano Banana Pro

Google DeepMind introduces Nano Banana Pro, an advanced image generation and editing model, enhancing creative capabilities and available globally in the Gemini app.

Finally: AI Image Generation That Handles Text Correctly - Meet Nano Banana Pro
 Activity
@kala added a new tool Nano Banana Pro , 4 weeks, 1 day ago.
Grafana Tempo is a distributed tracing backend built for massive scale and low operational overhead. Unlike traditional tracing systems that depend on complex databases, Tempo uses object storage—such as S3, GCS, or Azure Blob Storage—to store trace data, making it highly cost-effective and resilient. Tempo is part of the Grafana observability stack and integrates natively with Grafana, Prometheus, and Loki, enabling unified visualization and correlation across metrics, logs, and traces.

Technically, Tempo supports ingestion from major tracing protocols including Jaeger, Zipkin, OpenCensus, and OpenTelemetry, ensuring easy interoperability. It features TraceQL, a domain-specific query language for traces inspired by PromQL and LogQL, allowing developers to perform targeted searches and complex trace-based analytics. The newer TraceQL Metrics capability even lets users derive metrics directly from trace data, bridging the gap between tracing and performance analysis.

Tempo’s Traces Drilldown UI further enhances usability by providing intuitive, queryless analysis of latency, errors, and performance bottlenecks. Combined with the tempo-cli and tempo-vulture tools, it delivers a full suite for trace collection, verification, and debugging.

Built in Go and following OpenTelemetry standards, Grafana Tempo is ideal for organizations seeking scalable, vendor-neutral distributed tracing to power observability at cloud scale.