]> git.sesse.net Git - nageru/history - metrics.cpp
Add the GPU memory metrics to the Grafana dashboard.
[nageru] / metrics.cpp
2017-06-21 Steinar H. GundersonFix another Prometheus NaN problem.
2017-06-17 Steinar H. GundersonFix compilation with Clang.
2017-06-17 Steinar H. GundersonSwitch to summaries instead of histograms for latency...
2017-06-15 Steinar H. GundersonMake separate latencies per card, instead of just min...
2017-06-15 Steinar H. GundersonFix a problem where Prometheus cannot handle negative...
2017-06-13 Steinar H. GundersonAdd support for bus audio level metrics, which includes...
2017-06-13 Steinar H. GundersonPre-serialize only the labels for metrics; the ordering...
2017-06-12 Steinar H. GundersonStore the metrics sorted.
2017-06-12 Steinar H. GundersonExpose the start time point instead of the uptime,...
2017-06-11 Steinar H. GundersonAdd exported metrics for all the latency measurements.
2017-06-11 Steinar H. GundersonMake the histograms more flexible.
2017-06-11 Steinar H. GundersonAdd a histogram of output crf values from x264.
2017-06-11 Steinar H. GundersonExport some metrics from x264 speed control.
2017-06-09 Steinar H. GundersonFix that metrics are being called nageru_nageru_*.
2017-06-09 Steinar H. GundersonRework metrics serialization.
2017-06-09 Steinar H. GundersonStreamline the metrics member function names a bit.
2017-06-09 Steinar H. GundersonPrint out int metrics in full precision, not as doubles.
2017-06-09 Steinar H. GundersonMark the appropriate metrics as gauges.
2017-06-08 Steinar H. GundersonPrefix all metrics with nageru_ automatically.
2017-06-08 Steinar H. GundersonAdd the first beginnings of Prometheus metrics.