grafana/k6

Update protobuf library

Aperta

#4585 aperta il 8 nov 2022

 (1 commento) (0 reazioni) (1 assegnatario)Go (1537 fork)batch import
area: prometheusrwenhancementevaluation neededgood first issuetriage

Metriche repository

Star
 (30.564 stelle)
Metriche merge PR
 (Merge medio 11g 15h) (47 PR mergiate in 30 g)

Descrizione

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.

Guida contributor