grafana/k6

Update protobuf library

Open

#4,585 opened on 2022年11月8日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Go (1,537 forks)batch import
area: prometheusrwenhancementevaluation neededgood first issuetriage

Repository metrics

Stars
 (30,564 stars)
PR merge metrics
 (平均マージ 11d 15h) (30d で 47 merged PRs)

説明

grafana/xk6-output-prometheus-remote#49 is going to replace the current golang/protobuf with gogo/protobuf so it aligns with the library currently used by Prometheus. gogo has a good reputation for performance efficiency, but unfortunately, it has been deprecated so it would be better to switch to a more reliable library. planetscale/vtprotobuf could be a good alternative.

Benchmarks and tests should be added for a good comparison.

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