Single TypeSafe Console for 2 different machines which are running its own actor system

StackOverflow https://stackoverflow.com/questions/18707585

  •  28-06-2022
  •  | 
  •  

Pergunta

We have same Akka application deployed on multiple machines. How do we configure typesafe console to get statistics from all machines and displayed on single console?

Foi útil?

Solução

You to start a atmos collector on each of the machines, configure it with the same database. Then on one system run the atmos analyze, atmos query and console processes, all configured with the same database as before.

As far as I know, you can do this only with a license, the free developer version only allows in-memory storage, therefore you cannot run the atmos modules separately. The licensed version also comes with an expanded documentation, where an example with collecting data from multiple modes is described.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top