/metricio

⚡ Simple framework for easily creating dashboards to display metrics ⚡

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Maintainability

Metricio

Metricio (🔊) is a dashboard framework that helps you display metrics and monitor systems and APIs.

Simple to get started and quick to create build screens for all your teams.

Metricio has a similar design and achitecture to Dashing, which was my "goto" framework for dashboards for years. Unfortunately, Dashing is no longer maintained. But if you still prefer to write CoffeeScript and Ruby then that framework is still awesome!

Metricio allows you to:

  • Build widgets with React components
  • Create jobs with Node.js and async/await
  • Support for multiple dashboards
  • CRON like scheduling with node-scheduler
  • Caching handled with Redis
  • Event-based communication with socket.io
  • Number formatting with Numeral

The UI aims to use little resource as possible. Enabling your dashboards to run without crashing for prolonged lengths of time on even the most neglected Raspberry Pi.

See the Docs for more information

Example

Test

npm run test

Coverage

npm run coverage

Contributing

Any help is welcomed and appreciated.

License

Distributed under the MIT license