Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.03 KB

TODO.md

File metadata and controls

31 lines (24 loc) · 1.03 KB

TODO

General

  1. assign route (assign metrics and cache uids)
  2. Should pagination of metric list be supported? or ability to supply suggestion; e.g., cpu.cp, net.util, mem., etc, just as one does in the search box? see doc-metrix
  3. annotations get route; may need something similar to mQuery, tQuery for annotations: aQuery!. Also support for put, post, delete.
  4. Include browserify instructions; client-side demo.
  5. extend mock OpenTSDB
    • TCP socket
    • writes
    • full API, etc
  6. db stats query route (ability to poll; allow for monitoring) (http://opentsdb.net/docs/build/html/user_guide/stats.html) --> this should be separate module
  7. tsmeta data routes (e.g., get units, notes, displayName)
  8. uidmeta data route
  9. split components into separate repos and simply glue them together in this library. Each component as separate module. Should still include the complete documentation here.
    • components:
      • s-server
      • stats (see #10)
  10. contributing guide (styles, etc)
  11. relative time formatting