grafana/tempo

Replace go-kit/log with log/slog

Open

#4,819 opened on Mar 10, 2025

View on GitHub
 (7 comments) (2 reactions) (0 assignees)Go (727 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (5,370 stars)
PR merge metrics
 (PR metrics pending)

Description

Tempo dependencies like Prometheus have started migrating from go-kit/log to the built-in slog.

https://github.com/prometheus/prometheus/issues/14355

This can be a good opportunity to sunset go-kit

Contributor guide