Hacker News new | ask | show | jobs
by pico-games 987 days ago
Being able to go through massive amounts of production logs quickly is super interesting - how can we pinpoint and trace requests quickly going through multiple microservices?
1 comments

Roei the CTO here :) During onboarding we preliminarily index some data about your microservice architecture so we have some "common language" with your Datadog instance. Couple that with run-of-the-mill distributed tracing deployed at the user's end, and our moose can start querying/reasoning about multi-service transactions, and/or at the finer granularity of individual requests and log lines.

Does this answer your question?