Hacker News new | ask | show | jobs
Ask HN: Standards for trackng service/microservice interaction?
2 points by RogerAlsing 3897 days ago
Are there any official standards to help with monitoring service/microservice interactions?

I'm thinking as we have things like HATEOAS + HAL for design and representation of resources, shouldn't there also be something to help with tracking interactions?

A naive approach to this might be to just add a few standardized log entries into something like ElasticSearch.

I am not talking about monitoring in the sense of availability/SLA but rather a form of monitoring that tracks your service topology.

I found out about `zipkin` today, which seems to be somewhat in that direction, but my impression is that it is more of a product than a shared standard.

Thoughts?