grafana/k6

Update protobuf library

Open

#4,585 创建于 2022年11月8日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Go (1,537 fork)batch import
area: prometheusrwenhancementevaluation neededgood first issuetriage

仓库指标

Star
 (30,564 star)
PR 合并指标
 (平均合并 11天 15小时) (30 天内合并 47 个 PR)

描述

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.

贡献者指南