graphite-project / carbon

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
http://graphite.readthedocs.org/
Apache License 2.0
1.5k stars 490 forks source link

[Q] Flush a carbon-cache to see what metrics were in it waiting to be written? #949

Open itinneed2022 opened 11 months ago

itinneed2022 commented 11 months ago

Is there any way to output the current metrics in carbon-cache to file? I can't get the manhole to work so I'm trying to figure out if carbonlink can't find metrics because the cache genuinely doesn't have them (related issue: 940) or if the metrics are in the cache and carbonlink cannot read them.

deniszh commented 10 months ago

I'm afraid manhole is only working way. I fixed #940, so should work now, Just use MANHOLE_PUBLIC_KEY = None

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.