3930 Commits

Author SHA1 Message Date
567a42a756 docs(http_api): updated http docs and mentioned basic auth option 2015-07-13 22:20:58 +02:00
3e3980dbac made snapshot post url http scheme agnostic, #1725 2015-07-13 09:37:10 +02:00
9f6c9cd6ff fix(graphite): raw query mode (disable graphite query editor mode) is now persisted property on the query, Fixes #2328, Fixes #2307 2015-07-12 18:18:04 +02:00
ca1cd89190 Updated singlestat docs again 2015-07-10 15:53:39 +02:00
9f8eae908d Updated singlestat docs 2015-07-10 15:34:54 +02:00
d9936f2dff Merge pull request #2329 from mattttt/patch-2
Update Singlestat Docs
2015-07-10 15:24:48 +02:00
3774114a4c Update Singlestat Docs
Need some additional clarification in Spark Line and Value to text before this is merged.
2015-07-10 09:13:45 -04:00
4bc5b37c09 Merge pull request #2321 from gmembre/master
Adding GOPATH
2015-07-10 13:33:15 +02:00
ac1ca639d6 Merge pull request #2327 from languitar/hide-in-legend-override
Series override option to hide legend entries
2015-07-10 13:32:35 +02:00
83b67c0693 Fixed link to CLA, Fixes #2326 2015-07-10 13:31:21 +02:00
244e682c2b Series override option to hide legend entries
Adds a series override option to hide certain series from the legend.

* public/app/components/timeSeries.js: boolean flag to decide display in
  legend and application of override option for this flag
* public/app/panels/graph/legend.js: exclude hidden series
* public/app/panels/graph/seriesOverridesCtrl.js: add legend override
  option

This fixes #2324
2015-07-10 12:16:41 +02:00
3fa228dcbb Correcting typo 2015-07-09 22:49:27 +02:00
14e25100d4 Adding GOPATH 2015-07-09 22:17:12 +02:00
b2c0eefbbc Merge pull request #2313 from alaverty/master
Fixed invalid json example, added missing comma
2015-07-09 22:05:35 +02:00
8eee0d574c Merge branch 'influxdb-09-fields-enhancements' 2015-07-09 17:17:46 +02:00
150fd869a0 Finalized work on influxdb field and func selection, #2311 2015-07-09 17:17:17 +02:00
50795adcf0 feat(influxdb 0.9): field lookup and other enhancements, #2311 2015-07-09 16:36:47 +02:00
3f2c1de28d fix(OpenTSDB): fixed issue with OpenTSDB and query to result matching, Fixes #2315 2015-07-09 09:00:13 +02:00
dca45f177f Fixed invalid json example, added missing comma 2015-07-09 11:50:29 +10:00
597c1f6a41 feat(influxdb): began work on some influxdb enhancements, #2311 2015-07-08 17:41:36 +02:00
c2da54139a Merge pull request #2306 from davewongillies/grafana_ini_perms
set mode 0640 and group grafana on /etc/grafana/grafana.ini
2015-07-08 14:49:17 +02:00
afcc388d8a Merge pull request #2308 from davewongillies/config_mysql_sessions
Minor update to documentation for MySQL sessions
2015-07-08 14:48:17 +02:00
5cd1c5c522 Minor update to documentation for MySQL sessions 2015-07-08 22:40:43 +10:00
63f8800007 fix(docs): Updated getting started docs, Closes #2273, Closes #1978 2015-07-08 14:17:53 +02:00
a958965e64 set mode 0640 and group grafana on /etc/grafana/grafana.ini 2015-07-08 22:13:38 +10:00
5d7c485991 fix(templating): can now use template vars in collapsed row title, Fixes #2305 2015-07-08 13:44:36 +02:00
3b39c43193 Updated docs version and version fragment 2015-07-08 11:06:11 +02:00
b746b63036 Updated config docs with info about [dashboards.json] section , #2302 2015-07-08 10:53:06 +02:00
7c707017e7 Merge pull request #2303 from Dieterbe/datasource-docs
fix datasource api docs
2015-07-08 10:51:24 +02:00
ce155a1d87 Merge pull request #2301 from tmonk42/influxdb_quoting
add double quotes around tags
2015-07-08 09:42:14 +02:00
66ba19b7ba clearer errors
"Not found" should only be for http path/method not found (404)
if it's about specific resources, we should be explicit for clarity
2015-07-08 08:55:31 +02:00
ac37b54ddb fix datasource api docs
reflects change in e2f6633d57624664654463578e8d2502bfd7ffef
2015-07-07 16:07:56 -07:00
56c332a3dd more test updates for influxdb quoting 2015-07-07 13:19:15 -07:00
cd53c78449 updating tests for influxdb quoting 2015-07-07 13:15:51 -07:00
f237cac074 add double quotes around tags 2015-07-07 11:56:36 -07:00
f6ad386ba7 Fixed capital G in Graphite in docs, reviewed annotation docs, Closes #2275 2015-07-07 17:14:57 +02:00
24e527ae02 Updated Graphite docs, Closes #2271 2015-07-07 14:50:23 +02:00
8d7ac3862c Fixed issue with dashlinks/panellinks and sending template variable value 'All', Fixes #2297 2015-07-07 14:28:49 +02:00
af50188a60 Removed alpha notice for influxdb 0.9 data source config 2015-07-06 17:16:17 +02:00
572d35506b Removed some editor srv properites from data sources, they are not needed there anymore, they are in plugin.json, Closes #2283 2015-07-06 15:58:16 +02:00
a4b8a88ae5 Worked on templating docs, Closes #2274 2015-07-06 15:01:57 +02:00
dbd46a523f Work arround for slower template variable dropdown when variable has many thousand values, now only top 1000 values are rendered to html, you can still search all values, Closes #2246 2015-07-06 13:43:08 +02:00
3c86c9908c Added docs for dashboard list panel, #2276 2015-07-06 12:24:11 +02:00
37d75905ed Added min span option for panel repeater, #1888 2015-07-06 09:57:00 +02:00
19812feb62 Increased max metric suggest count to 1000 for OpenTSDB, Closes #2281 2015-07-06 09:22:34 +02:00
90ecb4c544 Merge pull request #2286 from awiddersheim/fix/parenthesis_typo
Fix 'paranthesis' typo to 'parenthesis'
2015-07-06 09:03:52 +02:00
42926c48e5 Merge pull request #2287 from awiddersheim/feature/allow_pipe_graphite_lexer
Allow pipe ('|') in Graphite lexer
2015-07-06 09:00:43 +02:00
e20e2117f7 Fix 'paranthesis' typo to 'parenthesis'
This typo is most noticable in the Graphite lexer error hint message.
2015-07-05 21:22:40 -04:00
7f602feff4 Allow pipe ('|') in Graphite lexer
Allow for Graphite lexer to understand metric names like
'net|usage_average'.
2015-07-05 21:19:12 -04:00
a79c1cb23f Merge pull request #2280 from Dieterbe/patch-1
fix config flag
2015-07-04 08:00:19 +02:00