================ Website | Twitter | Slack | Email
Raintank Apps is the backend service for a number of Grafana Apps provided through grafana.com
Version | Date | Notes |
---|---|---|
0.0.1 | 2016-09-01 | initial release |
1.0.0 | 2018-04-07 | Removal of SNAP dependencies and fix known bugs • unit tests added • now runs within docker • docker-compose files provided for development |
update to use v2 and ensure all tests pass
- docker-compose needs a sample tsdb-gw to verify metrics out are working
- Kubernetes example should also include a tsdb-gw
- implement internal metrics and publisher
- add internal metrics for no-agents connected (state critical) metric is "agent.connections.active"
- add internal metrics for task-agents created automatically
- add database encryption for all sensitive data
- verify OrgId is being set appropriately
- update task needs to be completed
- adding a task should use the specified interval (was hardcoded to 300 seconds)
- removeTask implementation
- add code to self-register agent to allow for rolling update/scaling
- needs to report metrics for failing jobs
- send internal metrics even when there are no tasks active
- align current NS1 Grafana plugin with metrics being sent
- add task needs unit test
- remove task needs unit test
- update task needs unit test
- voxter plugin needs to be converted (API not functioning, stubbed out plugin only)