asymmetric-research / solana_exporter

Prometheus monitor for the Solana blockchain
Apache License 2.0
62 stars 33 forks source link

Switch from klog to zap for logging #27

Open SEJeff opened 2 months ago

SEJeff commented 2 months ago

Uber has a structured logging library named zap that is designed for high performance structured logging. The klog library makes more sense for a larger project like kubernetes and follows the google style logging a bit more.

Checklist

Dev79844 commented 2 months ago

Hello @SEJeff! I would like to work on this issue.

SEJeff commented 2 months ago

Hey @Dev79844 we were hoping to get to this feature in the next few months. If you would like to work on it before then that is great. If you can't, we will likely just go ahead and do it.

I would suggest you do a few things first:

Do you run solana nodes that you want to monitor?

Dev79844 commented 1 month ago

Hey @SEJeff! Sorry for the late reply. I will do the following things and I would like to work on this issue. I don't run any solana nodes.