bumptech/glide

Recommended ways to track cache/request statistics?

Open

#2235 aperta il 11 ago 2017

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Java (6176 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (35.023 star)
Metriche merge PR
 (Merge medio 4g 10h) (11 PR mergiate in 30 g)

Descrizione

Glide Version: 4.0

Integration libraries: OkHttp3

Issue details / Repro steps / Use case background: One neat feature of Picasso is that it has a cache snapshots + statistics API that allows you to gather and report statistics however you want. It would be great to get some similar information from Glide (so I guess this is part question, possibly feature request). Looking for some suggestions/guidance on how this could be done today.

Some references:

Some good use cases of this are for signal in crash reporting, general production stats, debugging (such as showing in a debug drawer, like the u2020 app demonstrates), performance tracking, etc.

Guida contributor