Commit Graph

425 Commits (c522341136ecdacec95d2d9e0329c2fa373995e0)

Author SHA1 Message Date
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
Torkel Ödegaard 834daeecd0 OpenTSDB: updated change log with templating support PR #917 11 years ago
Torkel Ödegaard 6aa0208316 Updated changelog with #1030 11 years ago
Torkel Ödegaard c0539e483e Added singlestat panel to changelog 11 years ago
Torkel Ödegaard ecdcd10612 Graph: Series hide/show toggle changed to be default exclusive, so clicking on a series name will show only that series. (SHIFT or meta)+click will toggle hide/show. Closes #1007 11 years ago
Torkel Ödegaard 10ea140358 MetricEditors: Ability to reorder metric queries in metrics tag, Closes #716, Closes #856 11 years ago
Torkel Ödegaard a7b0f6dc9f ScriptedDashboard: datasource services are now available in scripted dashboards, you can query datasource for metric keys, generate dashboards, and even save them in a scripted dashboard (see scripted_gen_and_save.js for example), Closes #991 11 years ago
Torkel Ödegaard 4b79a5e9da OpenTSDB: merged PR #930 adding counter max and counter reset options to OpenTSDB query editor 11 years ago
Torkel Ödegaard 60a2d9f624 Dashboard: fix for collapsed rows became invisible when hide controls was enabled, Fixes #987 11 years ago
Torkel Ödegaard 16e7980982 Help: added help modal, accessed by shortcut '?', the help modal only contains a list of all shortcuts right now but will be extended in the future, #952 11 years ago
Torkel Ödegaard e3e08cf8e7 Graph: fix for second y axis tick unit labels wrapping on the next line, Fixes #505 11 years ago
Torkel Ödegaard 22db28d3e7 Graph: New series style override option 'Fill below to', useful to visualize max & min as shadow for the mean, #940 11 years ago
Torkel Ödegaard 1330488e13 Panel: plugins panels can now reside outsude the app/panels directory, added example plugin panel 11 years ago
Torkel Ödegaard c74eda20dc Graph: fix for legend values min & max, avg & current when series only has null values, Closes #923 11 years ago
Torkel Ödegaard 05cb97819c Updated changelog 11 years ago
Torkel Ödegaard ce972d4f19 Graph: css & scroll fix for dropdown menus in graph edit mode, Closes #855 11 years ago
Torkel Ödegaard 2d866b9298 Updated changelog with the new panel menu, Closes #770 11 years ago
Torkel Ödegaard 5f164d99ac Updated changelog with merged PR #850, shared multi series graph tooltip & crosshair 11 years ago
Torkel Ödegaard d5ffe6acef White theme: Fixes for hidden series legend text and disabled annotations color, Closes #852 11 years ago
Torkel Ödegaard bce6e75cfa InfluxDB: Fix for bug when saving dashboard where title is the same as slugified url id, Fixes #859 11 years ago
Torkel Ödegaard f4e24038fe Import: Fixes to import from json file and import from graphite. Issues was lingering state from previous dashboard. Closes #840, Closes #853 11 years ago
Torkel Ödegaard 81747e1623 Annotations: Fix for annotations not reloaded when switching between 2 dashboards with annotations, Fixes #851 11 years ago
Torkel Ödegaard af8fec941c Graph: Fix for series draw order not being the same after hiding/unhiding series, Fixes #847 11 years ago
Torkel Ödegaard 352ad3385a Updated changelog and package.json to new version 1.8.0 11 years ago
Torkel Ödegaard 40a491a80b Annotations: Elasticsearch annotation and field mapping fixes, small changes for PR #830 11 years ago
Torkel Ödegaard a97bcc3ca7 Elasticsearch: fix for issue when saving dashboard with title equal to slugified url, would cause the backward compatible fix to delete it, Closes #828 11 years ago
Torkel Ödegaard a0ab9113fc Graph: added percent y-axis format, Closes #818 11 years ago
Torkel Ödegaard d40e21a7e0 Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795 11 years ago
Alexey Remizov 26bb2e0193 fix typos 11 years ago
Torkel Ödegaard 96a0d0aefa fixed changelog 11 years ago
Torkel Ödegaard 15f2b2cf9a Annotations: fixed InfluxDB annotation query, added unit test for annotation query, Fixes #802 11 years ago
Torkel Ödegaard 682d2a1675 Dashboard: time range can now be read from URL parameters, will override dashboard saved time range, Closes #787, Closes #761 11 years ago
Torkel Ödegaard 4d4478d969 Added PR #785 to changelog 11 years ago
Torkel Ödegaard 3df592c702 Dashboard: elasticsearch dashboard storage now slugifies urls, #781 11 years ago
Torkel Ödegaard e0c9ddbfba Worked on variable initilization and sync to from url, #772 11 years ago
Torkel Ödegaard d749549135 Templating: Full support for InfluxDB, filter by part of series names, extract series substrings, nested queries, multipe where clauses! Closes #613 11 years ago
Torkel Ödegaard 58a2ab4fbd Templating: Can now use template variables in panel titles, Closes #312 11 years ago
Torkel Ödegaard cc96cfe0c7 Templating: Ability to use template variables for function parameters via custom variable type, can be used as parameter for movingAverage or scaleToSeconds for example, Closes #262 11 years ago
Torkel Ödegaard 0319051891 Extend template variable syntax to include , Closes #760 11 years ago
Torkel Ödegaard 5304221e46 fixed spelling in changelog concerning InfluxDB breaking changes 11 years ago
Torkel Ödegaard c6b1fe5349 updated change log with info about InfluxDB breaking changes, and fixes for stacked series and missing values, Fixes #534, Closes #743, Fixes #673,Fixes #674, Closes #756 11 years ago
Torkel Ödegaard 917cd35005 Dashboard: View dashboard json, edit/update any panel using json editor, makes it possible to quickly copy a graph from one dashboard to another. 11 years ago
Torkel Ödegaard 9f60745e57 Graphite: Graphite query builder can now handle functions that multiple series as arguments! #117 11 years ago
Torkel Ödegaard 666d640216 Graphite: Metric node/segment selection is now a textbox with autocomplete dropdown, allow for custom glob expression for single node segment without enter text editor mode, Closes #281 11 years ago
Torkel Ödegaard cb479d737b Graphite: Fix for nonNegativeDerivative function, now possible to not include optional first parameter maxValue, Closes #702 11 years ago
Torkel Ödegaard 39c068bd53 Graph: Fix for tooltip current value decimal precision when 'none' axis format was selected, Closes #733 11 years ago
Torkel Ödegaard b26dfd8246 Updated changelog with progress on filtering/template overhaul, and UI change 11 years ago
Torkel Ödegaard d4d3ae7530 Dashboard: Fix for zoom out causing right hand to range to be set in the future. Closes #724 11 years ago