Torkel Ödegaard
3b4c095b49
Merge branch 'time-independent-prometheus-metrics' of https://github.com/arthurdandrea/grafana into arthurdandrea-time-independent-prometheus-metrics
2015-10-26 14:35:17 +01:00
Torkel Ödegaard
2e155bdeda
fix(dashboard): minor function name fixes, removed insert row above/below because it did not work, #2909
2015-10-26 14:33:55 +01:00
Torkel Ödegaard
8305fd0451
Merge branch 'master' of github.com:grafana/grafana
2015-10-26 14:21:49 +01:00
Torkel Ödegaard
7477667df1
docs(elasticsearch): initial elasticsearch docs, closes #2862
2015-10-26 14:21:38 +01:00
Torkel Ödegaard
a066d7ddcb
Merge pull request #2909 from utkarshcmu/title
...
Added move row to top and bottom and insert row capability.
2015-10-26 14:15:42 +01:00
Torkel Ödegaard
a5c742cee5
docs(elasticsearch): began work on elasticsearch docs #2862
2015-10-26 13:36:00 +01:00
Torkel Ödegaard
cac142b134
Merge pull request #2937 from mtanda/scripted_datemath
...
Use dateMath in ScriptedDashboard
2015-10-26 12:51:09 +01:00
Torkel Ödegaard
da7ae2b0ab
fix(build/aws): updated aws dependency and fixed minor build issue, fixes #3026
2015-10-26 12:48:30 +01:00
Torkel Ödegaard
052c9aca15
Merge branch 'master' of github.com:grafana/grafana
2015-10-26 12:16:13 +01:00
Torkel Ödegaard
b0e975bfce
Merge pull request #3025 from utkarshcmu/docs
...
Added OpenSuse documentation
2015-10-26 08:22:52 +01:00
Torkel Ödegaard
d4664507f1
Merge pull request #3029 from mlbarrow/patch-1
...
Fix small typo in docs for InfluxDB (influxdb.md)
2015-10-26 08:22:34 +01:00
mlbarrow
21f3f859b9
Update influxdb.md
...
Typo fix
2015-10-24 20:58:19 -07:00
Utkarsh Bhatnagar
54be4c5e2c
Made installation doc consistent
2015-10-23 23:21:00 -07:00
ubhatnagar
45cdbe0a18
Rearranged installation docs for OpenSuse
2015-10-23 23:03:58 -07:00
ubhatnagar
6c76e9728e
Added OpenSuse installation command
2015-10-23 22:53:30 -07:00
Arthur D'Andréa Alemar
0a6a3f9ab7
fix(prometheus): use time independent API to list metrics and labels names
...
Using the "/api/v1/query" endpoint to extract information about metrics
and labels are limited to the metrics available at the time parameter
(that is set to current time), this can lead to labels not showing
because they have no value in the current time even when the dashboard
is displaying historic data.
On the other hand "/api/v1/series" returns results including every
metric and label known to Prometheus, independent of time and value.
2015-10-23 17:18:34 -02:00
Torkel Ödegaard
bad8ab232d
Merge pull request #3020 from utkarshcmu/docs
...
Fixed 3014
2015-10-23 17:40:29 +02:00
Torkel Ödegaard
91a814d295
Merge pull request #3017 from volter/master
...
"No limit" was not effective for ES terms aggregation
2015-10-23 17:39:44 +02:00
ubhatnagar
7205cf8ce1
Fixed 3014
2015-10-23 07:29:15 -07:00
Torkel Ödegaard
6fe6a33da3
Merge pull request #3019 from sathieu/patch-2
...
Fix LimitNOFILE in RPM systemd unit
2015-10-23 16:17:45 +02:00
Torkel Ödegaard
9b59fc1c94
Merge pull request #3018 from sathieu/patch-1
...
Fix LimitNOFILE in Debian systemd unit
2015-10-23 16:17:28 +02:00
Mathieu Parent
e7834b885a
Fix LimitNOFILE in RPM systemd unit
2015-10-23 15:13:41 +02:00
Mathieu Parent
4ec6691ea9
Fix LimitNOFILE in Debian systemd unit
2015-10-23 15:12:52 +02:00
Volker Fröhlich
6b9b08da30
Remove declaration of unused variable size
2015-10-23 12:00:20 +02:00
Volker Fröhlich
184307816f
"No limit" was not effective for ES terms aggregation
...
This may belong to #2827
2015-10-23 11:40:40 +02:00
Mitsuhiro Tanda
c1d592b72c
fix, call linkToPrometheus() directly
2015-10-23 09:58:42 +09:00
Torkel Ödegaard
2d23251da9
spelling: fixed selling in influxdb annotation partial, fixes #3012
2015-10-22 18:24:43 -04:00
Torkel Ödegaard
5b01e9ec97
fix(elasticsearch): minor fix to elasticsearch unit tests so that they work in any timezone, fixes #3010
2015-10-22 16:58:31 -04:00
Torkel Ödegaard
8526230b59
fix(influxdb_08): fixed influxdb 08 query editor issue, fixes #3009
2015-10-22 16:53:34 -04:00
Torkel Ödegaard
9d04a4c4f0
Merge branch 'master' of github.com:grafana/grafana
2015-10-22 16:23:31 -04:00
Torkel Ödegaard
ae93f2b936
fix(elasticsearch): fixed proper json escaping for lucene query, fixes #2981
2015-10-22 16:23:21 -04:00
Mitsuhiro Tanda
fcaecf4782
revert prometheus link
2015-10-23 01:35:34 +09:00
Torkel Ödegaard
0b28db7fae
Merge pull request #3005 from felixbarny/elastic_ds_min_interval
...
Ability to set a low limit for Elasticsearch date histogram interval
2015-10-22 12:35:23 -04:00
Torkel Ödegaard
87715d6231
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
2015-10-22 12:33:42 -04:00
Torkel Ödegaard
3228c4f41a
changelog: updated with info about new units PR #2955
2015-10-22 12:27:22 -04:00
Torkel Ödegaard
ce5b4089b5
Merge branch 'new-units' of https://github.com/counsyl/grafana into counsyl-new-units
2015-10-22 12:19:21 -04:00
Torkel Ödegaard
0903aa4596
Merge pull request #2980 from tdyas/linkSrv_fix_query_string_appending
...
fix appending query strings in linkSrv
2015-10-22 12:18:27 -04:00
Torkel Ödegaard
26a45c8dc0
Merge pull request #3000 from utkarshcmu/docs
...
Fixed docs typos
2015-10-22 12:14:06 -04:00
Torkel Ödegaard
62c908a905
fix(build): fixed partials so they are included in optimized js file, fixes #2997
2015-10-22 10:02:29 -04:00
Felix Barnsteiner
eb8c2d9053
Ability to set a low limit for Elasticsearch date histogram interval
...
closes #2901
2015-10-22 13:16:36 +02:00
ubhatnagar
1e2e4ba3ad
Fixed other docs typos
2015-10-21 22:09:07 -07:00
ubhatnagar
aaf4b1a399
Fixed typos in guides.
2015-10-21 21:13:39 -07:00
ubhatnagar
a5e3d7a94b
Fixed datasources docs typos
2015-10-21 20:58:04 -07:00
Torkel Ödegaard
58497ed596
feat(panel): performance improvement for loading panels, closes #2994
2015-10-21 11:22:53 -04:00
Torkel Ödegaard
ae81fbdffe
Merge branch 'master' of github.com:grafana/grafana
2015-10-21 10:59:17 -04:00
Torkel Ödegaard
fc0705e87c
fix(elasticsearch): fix for daily pattern when getting index for today, is now using utc, fixes #2913
2015-10-21 10:59:02 -04:00
Torkel Ödegaard
c489d806dc
Merge pull request #2995 from peekeri/fix_influxdb_annotation_query
...
influxdb: fix influxdb annotation query
2015-10-21 10:34:29 -04:00
Jari Sukanen
f3ecdc5af4
influxdb: fix influxdb annotation query
2015-10-21 14:31:06 +03:00
Torkel Ödegaard
6fecb4bf3e
fix(http route): fixed dashboard-solo route to not return 404, fixes #2979
2015-10-20 10:02:56 -04:00
Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00