Skip to content

issues Search Results · repo:Geal/grad language:Rust

Filter by

8 results
 (46 ms)

8 results

inGeal/grad (press backspace or delete to remove)

when hovering the pointer above the chart, there s no tooltip appearing to indicate the values of the nearest points
  • Geal
  • Opened 
    on Sep 13, 2018
  • #9

Showing some friendly information when invoked as grad --help would be nice.
  • Zash
  • 2
  • Opened 
    on Aug 28, 2018
  • #7

The metrics are only stored in memory and there s no persistence. Should we add a way to store them on the disk? If yes, how?
  • Geal
  • Opened 
    on Aug 27, 2018
  • #6

Right now, the metrics are stored in a very naive way: pub struct Metrics { series: HashMap String, Serie , counter: usize, } pub struct Serie { pub metric_type: MetricType, pub values: ...
  • Geal
  • Opened 
    on Aug 27, 2018
  • #5

Right now, we can only query on the metric s key, and cannot filter by period (only a past limit), by tag value, and we cannot aggregate results (mean, sum, percentiles, etc). How can we define a query ...
  • Geal
  • Opened 
    on Aug 27, 2018
  • #4

the current API returns all the points, starting at the since option s timestamp. To display graph, we should have a configurable way to aggregate points by time period, calculating their mean or sum. ...
  • Geal
  • 1
  • Opened 
    on Aug 27, 2018
  • #3

there is none :D Just an accumulation of graphs. Let s find a way to make it look nice! I m open to any idea and pull requests here. There s only one thing that will stay for now: using chartjs to display ...
  • Geal
  • 7
  • Opened 
    on Aug 27, 2018
  • #2

Right now, it will start listening on 0.0.0.0:8125 and look for dashboard configuration files in ./conf. This (and other future options) should be configurable. For now, command line options should be ...
  • Geal
  • 1
  • Opened 
    on Aug 27, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub