Join us

ContentUpdates and recent posts about Grafana Tempo..
 Activity
@ilobe added a new tool Weights & Biases , 1 week, 5 days ago.
 Activity
@ilobe started using tool Python , 1 week, 5 days ago.
 Activity
@ilobe started using tool Docker Desktop , 1 week, 5 days ago.
Link Lightrun Team
@ek121268 shared a link, 1 week, 6 days ago
VP of Product Marketing, http://checkmarx.com

Securing the Museum of Software in an AI Coding Tsunami

In Securing the Museum of Software in an AI Coding Tsunami, Eran Kinsbruner argues that software now consists of legacy, modern, and rapidly AI-generated code, creating unprecedented complexity and risk. Traditional AppSec can’t keep up with machine-speed development. He calls for a unified, developer-first, agentic AppSec platform that embeds security into coding workflows to prevent, fix, and secure all code eras before vulnerabilities reach repositories.

ChatGPT Image Nov 21, 2025, 09_43_10 AM
Story FAUN.dev() Team Trending
@eon01 shared a post, 1 week, 6 days ago
Founder, FAUN.dev

100 GitHub Projects That Defined 2025: A Community-Driven Ranking

This article ranks the 100 developer tools developers acted on most in 2025, based on real interaction data from across FAUN·dev() ecosystem.

100 GitHub Projects That Defined 2025
Story Trending
@laura_garcia shared a post, 1 week, 6 days ago
Software Developer, RELIANOID

🔐🌱 Cybersecurity and industrial sustainability: a moment to reflect as the year comes to an end

We shared this article a few months ago, but year-end is the perfect time to revisit it and reflect on where the industry is heading in the year ahead. Cybersecurity and sustainability can no longer be treated as separate disciplines. They share a common goal: ensuring ethical, resilient, and respon..

Story FAUN.dev() Team
@eon01 shared a post, 2 weeks, 2 days ago
Founder, FAUN.dev

Enshittification is not a bug

Docker Helm Kubernetes

Bitnami charts are still high quality, but their public image distribution is going away. Instead of rewriting everything, many teams can keep the charts and switch the underlying images (for example, to Docker Hardened Images) to minimize disruption and maintain security.

Bitnami vs Docker Hardened Images
Story
@laura_garcia shared a post, 2 weeks, 5 days ago
Software Developer, RELIANOID

🚀 Deploy RELIANOID CE v7 on AWS with Terraform

Quickly deploy RELIANOID Community Edition v7 on AWS using the official Terraform module. ✔️ VPC, Subnet & Security Group ✔️ EC2 with RELIANOID AMI ✔️ SSH & Web GUI ready ✔️ Easy cleanup with terraform destroy ⚠️ AMI is region-specific (default: us-east-1) 🔐 Always secure your SSH private key #Terra..

Story
@viktoriiagolovtseva shared a post, 2 weeks, 5 days ago

How To Create a Jira Test Case Template To Boost Efficiency

Many agile teams prefer Jira for managing test cases. Even though it’s not a dedicated tool, it provides a straightforward way to organize the testing process, track progress, and share results with stakeholders. Additionally, it enhances collaboration between QA and development teams.

Using test case templates in Jira allows you to manage this process even more efficiently. These templates save time, promote standardization, and provide a structured foundation for test execution. In this short tutorial, I will show you how to create a Jira test case template and use it with automation to simplify your testing process.

Zrzut ekranu 2025-12-23 155342
 Activity
@derynleigh started using tool Snyk , 2 weeks, 6 days 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.