Commit Graph

212 Commits (36a948965bd1051ea885434dcdf2e0f357d9a3ca)

Author SHA1 Message Date
Torkel Ödegaard 36a948965b Graph: added log base 16 and log base 1024 scales, #452 10 years ago
Torkel Ödegaard d81d0c8c44 Graph: Adds logarithmic scale option (log base 10), Closes #452 10 years ago
Torkel Ödegaard 2fec2c2fa0 Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255 10 years ago
Torkel Ödegaard b91b47fc46 Graph & Singlestat: Users can now set decimal precision for legend and tooltips (override auto precision), Closes #1253 10 years ago
Torkel Ödegaard 04d25dc58a Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 10 years ago
Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago
Torkel Ödegaard 65307c463a Refactoring opentsdb editor view, merging #1438, made Downsampling enabled by default 10 years ago
Torkel Ödegaard 9c8134f8bc Dashboard: Fixed memory leak when switching dashboards, Fixes #1497 10 years ago
Torkel Ödegaard 5b1727bcba Graph & Singlestat: Support for additional units, Fahrenheit (°F) and Celsius (°C), Humidity (%H), kW, watt-hour (Wh), kilowatt-hour (kWh), velocities (m/s, km/h, mpg, knot), Closes #1366 10 years ago
Torkel Ödegaard 7a14054057 Graph: Shared tooltip improvement, can now support metrics of different resolution/intervals, Closes #978, Fixes #1499 10 years ago
Torkel Ödegaard 596ce18aeb Worked on clone dashboard feature, #1488 10 years ago
Torkel Ödegaard ea5da627af Panel: Different time periods, panels can override dashboard relative time and/or add a time shift, #171, only works for graph panel for now, need feedback for how to do it for singlestat panel 10 years ago
Torkel Ödegaard b940f4a97d Timepicker: New option in timepicker (under dashboard settings), to change now to be for example now-1m, usefull when you want to ignore last minute because it contains incomplete data, Closes #1242, Closes #374 10 years ago
Torkel Ödegaard c2c81e7e6a Graph: Fix for all series tooltip showing series with all null values when Hide Empty option is enabled, Fixes #1359 10 years ago
Torkel Ödegaard 1508d0ac23 TemplatOCing: Fix to allow custom template variables to contain white space, now only splits on ',', Fixes #1363 10 years ago
Torkel Ödegaard d3c37bda71 Graphite: Fix for nested complex queries, where a query references a query that references another query (ie the #[A-Z] syntax), Fixes #1372 10 years ago
Torkel Ödegaard e1f410d32e Starting css refactor for grafana-target 10 years ago
Torkel Ödegaard 14e1bc8702 Graph & Singlestat: New axis/unit format selector and more units (kbytes, Joule, Watt, eV), and new design for graph axis & grid tab and single stat options tab views, #1331 11 years ago
Torkel Ödegaard ccbe055e5b Graph: Added right y axis label setting and graph support, Closes #599 11 years ago
Torkel Ödegaard 92c3d80189 SingleStatPanel: You can now use template variables in pre & postfix, Closes #1321 11 years ago
Torkel Ödegaard 1f1244f285 Upgrade Font-Awesome from 3.2 to 4.2 11 years ago
Torkel Ödegaard ffbbb5bc9e Graph: Fixed issue when using zero as a grid threshold, Fixes #1309 11 years ago
Torkel Ödegaard 63fa9f4535 InfluxDB: Fix handling of empty array in templating variable query, Fixes #1298 11 years ago
Torkel Ödegaard d4c3463f68 InfluxDB: auto escape column names with special characters, Closes #1296 11 years ago
Torkel Ödegaard 7c6f0ad445 Graphite: Added cumulative and minimumBelow graphite functions, Closes #1297 11 years ago
Torkel Ödegaard 38f348e642 Updated version to 1.9.1 11 years ago
Torkel Ödegaard fed06ef97d Graph: Fix for y axis and scaled units (GiB etc) caused rounding, for example 400 GiB instead of 378 GiB, Fixes #1251 11 years ago
Torkel Ödegaard a58330f4d8 InfluxDB: Support more than 10 series name segments when using alias patterns, Closes #1126 11 years ago
Torkel Ödegaard 5a46c2397b OpenTSDB: Downsample query field now supports interval template variable, Closes #1242 11 years ago
Torkel Ödegaard f79588c191 Annotations: mini fix for annotations editor and the list of annotations 11 years ago
Torkel Ödegaard 846cf934f5 Graph: New legend option hideEmtpy to hide series with only null values from legend, Closes #1028 11 years ago
Torkel Ödegaard acd944a649 Graphite: movingAverage / movingMedian parameter type impovement, now handles int and interval parameter, Fixes #1207 11 years ago
Torkel Ödegaard 69d56b8ed7 Graph: fix for series tooltip when one series is hidden/disabled, #1199 11 years ago
Torkel Ödegaard b53efed1ef formating fix for the changelog 11 years ago
Torkel Ödegaard 24519cbf78 Updated version to 1.9.0 11 years ago
Torkel Ödegaard 9594effb6c Graph: Fix for tooltip series order when series draw order was changed with zindex property, Fixes #1108 11 years ago
Torkel Ödegaard ac4524cf9b Firefox: Workaround for Firefox bug, casued input text fields to not be selectable and not have placeable cursor, Fixes #1123 11 years ago
Torkel Ödegaard d7ef6daeb8 SinglestatPanel: Fixed absolute drilldown link issue, Fixes #1150 11 years ago
Torkel Ödegaard ed2ca5fced Graph: Fix to legend value Max and negative values, Fixes #1136 11 years ago
Torkel Ödegaard a1d652d578 SinglestatPanel: Added null point handling, and value to text mapping, Closes #1130, Fixes #1120, #951 11 years ago
Torkel Ödegaard 3cde783d1d Graphite: Lexer fix, allow equal sign (=) in metric paths, Fixes #1114 11 years ago
Torkel Ödegaard de10bd4ef6 DrilldownLink: template variables in params property was not interpolated, Fixes #1095 11 years ago
Torkel Ödegaard 56321da9c1 Bug: Fixed position for drilldown link tooltip when dashboard requires scrolling, Fixes #1093 11 years ago
Torkel Ödegaard d0d1c5ea5f updated changelog 11 years ago
Torkel Ödegaard a677a4feff Updated changelog with share panel feature, #864, it was missing 11 years ago
Torkel Ödegaard 4f674c8d19 Updated changelog with RC1 release date 11 years ago
Torkel Ödegaard 640c558446 Graph: added export graph time series data as csv file feature, accessed from panel menu dropdown, #861 11 years ago
Torkel Ödegaard ebcf2c3f68 InfluxDB: Support for sub second resolution graphs, Closes #714, #728, #752 11 years ago
Torkel Ödegaard 1e6a5ff8ec Updated changelog with #1041 11 years ago
Torkel Ödegaard 81b1939f92 Graph: small fix to legend table mode 11 years ago