prometheus/prometheus

replace uber atomic with stdlib atomic types

オープン

#14,866 opened on 2024/09/09

 (24 件のコメント) (0 件のリアクション) (1 人の担当者)Go (10,408 件のフォーク)batch import
help wantednot-as-easy-as-it-lookspriority/P3

Repository metrics

Stars
 (64,042 個のスター)
PR merge metrics
 (平均マージ 11d 5h) (30d で 118 merged PRs)

説明

Proposal

Go 1.19 added new atomic types. Migrate usage of go.uber.org/atomic to sync/atomic and drop the dependency.

See https://go.dev/doc/go1.19#atomic_types

コントリビューターガイド