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
And we tag them in prometheus based on the file name, nft, libgen, etc.
Everything that doesn't match gets some other tag (or none?)
For now we can probably store them (as bytes) in a HashMap.
If things get big (> 1M tracked CIDs, back of the envelope calculation) we could think of something more fancy :)
The text was updated successfully, but these errors were encountered:
We should have some system to add sets of CIDs to the
wantlist-client
such that wantlist entries for them get tagged in prometheus.I'm thinking of maybe a system that watches a given directory and reads lists of CIDs from files.
Something like:
And we tag them in prometheus based on the file name,
nft
,libgen
, etc.Everything that doesn't match gets some other tag (or none?)
For now we can probably store them (as bytes) in a HashMap.
If things get big (> 1M tracked CIDs, back of the envelope calculation) we could think of something more fancy :)
The text was updated successfully, but these errors were encountered: