Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structured heartbeats #33

Open
savagematt opened this issue Oct 14, 2016 · 1 comment
Open

Structured heartbeats #33

savagematt opened this issue Oct 14, 2016 · 1 comment

Comments

@savagematt
Copy link
Collaborator

It would be nice to see how far through a job an agent is in the UI, e.g.:

{:current_ticker "VOD"
 :tickers_processed 234
 :total_tickers 2345
 :seconds_per_ticker 0.02}

We can allow agents to report back on progress of the job in their heartbeat message.

The server should hold onto only the last heartbeat message so we don't fill up the database.

Exposure of more detailed logs is covered elsewhere. Toshy should not become another mediocre log processor.

@savagematt
Copy link
Collaborator Author

savagematt commented Oct 14, 2016

In fact, the heartbeat metrics could include a URL where the complete logs of the agent can be found. A URL to Kibana or similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant