Off topic: there seems to be a growing trend at HN of posts reaching the homepage with a reasonable number of upvotes yet without comments. I don't know how to proceed with these posts (and this one), yet the temptation of mentally flagging these as friendly upvotes or point hoarders is strong, and I must admit that such posts receive less attention and more suspicion from me. YMMV.
The four pillars of data observability: metrics, metadata, lineage, and logs
21–30 of 30 posts
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#22Earlier quoted context omitted.
Edit: I went and read TFA, and must say there were some red flags. CS people who add "PhD" beside their name are not only pretentious, but are trying to throw their academic weight around instead of letting their ideas and presentation stand on its own. Filled with more marketing fluff than useful information. Ugh. I'm siding with you on this. I've "undowned" you and upvoted instead; Sorry xcamber! -- If you're reall…
OP here, I only try to write and share things that I find personally interesting, so if it came across as marketing fluff that was the opposite of what I was aiming for :/. But I do appreciate you reading the whole thing. FWIW I also thought including PhD might be pretentious.
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#23We'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 metri…
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#24We'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 metri…
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#25Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#26Makes more sense this way, I think...
If you think about metrics, traces, and logs (software observability pillars) as three distinct things, it's hard to view metadata separate from metadata, lineage, or logs. Metadata is kind of the glue that holds everything together.
This article has more relevant sources, IMO, even if it is from a SaaS vendor.
https://www.montecarlodata.com/blog-what-is-data-observabili...
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#27Earlier quoted context omitted.
OP here, I only try to write and share things that I find personally interesting, so if it came across as marketing fluff that was the opposite of what I was aiming for :/. But I do appreciate you reading the whole thing. FWIW I also thought including PhD might be pretentious.
I would say inlcuding CEO is far more pretentious. A PhD at least means something more substantial, because it requires an external certification.
The thought is Google sees the article as from a “credible source” and ranks you higher.
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#28Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#29Off topic: there seems to be a growing trend at HN of posts reaching the homepage with a reasonable number of upvotes yet without comments. I don't know how to proceed with these posts (and this one), yet the temptation of mentally flagging these as friendly upvotes or point hoarders is strong, and I must admit that such posts receive less attention and more suspicion from me. YMMV.
Re: The four pillars of data observability: metrics, metadata, lineage, and logs
#30There's not enough information shared about what metrics people monitor and why. Accurately measuring complex system performance and utilization over time is hard work! Observability platforms such as DataDog and New Relic are very expensive. Engineering teams repeat mistakes, recording too much information, getting the bill, and rushing high-priority pruning exercises through engineering to stop the financial bleedi…