|
|
|
|
|
by pbowyer
1406 days ago
|
|
We're good at logging text, but how do you handle logging assets (images, audio - anything non-textual but generated) and associating them with your logs? For example an image processing pipeline. You don't always want to log (it'd never scale) but as part of a trace you might want to keep the intermediate files so you can track down where the problem is. You've already got text logging for each step, recording metrics like duration and which filters were involved. I have saved files and referenced them in the logfile, but no log viewers I've seen understand anything beyond text. So I then have to build my own UI or open the images in turn. Is there a pattern to handle this? |
|
I've also heard of people storing those links in a database like Snowflake then creating displays on top using Tableau or Looker, to avoid having to build a web app from scratch.