|
|
|
|
|
by im_down_w_otp
988 days ago
|
|
We have a use case for some of our stuff that's not too dissimilar to part of what you're talking about here. One of our products is basically a trace-based verification tool that consumes a bunch of different kinds of telemetry from a bunch of different layers of a tech stack across a bunch of different devices and then leverages that data to do system-level testing. It turns out that it's not too hard to instrument the tools of business processes in a manner similar to how one might instrument embedded devices or REST APIs. That business process data can be written to our causal graph datastore like anything else and then be analyzed for fault-localization or used for verification just like machine telemetry from a rover, satellite, or robotaxi would be. |
|