You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now our mirror code has steps in it for collecting data to show on Grafana. We also collect data to store for our native catalog metrics. There is some redundancy here, potentially slowing the flow down a bit.
Instead, we can just use the data we collect for catalog peerdb_stats and provide it to metrics.go.
For example, to get total records at target we could do:
Right now our mirror code has steps in it for collecting data to show on Grafana. We also collect data to store for our native catalog metrics. There is some redundancy here, potentially slowing the flow down a bit.
Instead, we can just use the data we collect for catalog
peerdb_stats
and provide it tometrics.go
.For example, to get total records at target we could do:
The text was updated successfully, but these errors were encountered: