grafana/k6

Update protobuf library

Open

#4.585 geöffnet am 8. Nov. 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Go (30.564 Stars) (1.537 Forks)batch import
area: prometheusrwenhancementevaluation neededgood first issuetriage

Beschreibung

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.

Contributor Guide