There is a neat implementation of runners in gitlab: https://docs.gitlab.com/runner/
We can think about our analytic processes as runners. If we think this way, then we should not
accept connections from unknown analytic processes. So we can use https://docs.gitlab.com/runner/register/ , so analytic process needs an registrastion token to be able to get metrics from the server
There is a neat implementation of runners in gitlab: https://docs.gitlab.com/runner/ We can think about our analytic processes as runners. If we think this way, then we should not accept connections from unknown analytic processes. So we can use https://docs.gitlab.com/runner/register/ , so analytic process needs an registrastion token to be able to get metrics from the server