Tom Hukins
d1c06a93df
Fix a typo ( #5306 )
2016-06-08 07:27:52 +02:00
Torkel Ödegaard
eed0d9c8d2
feat(graph performance): graph performance tweaks, refactoring #5297
2016-06-08 07:23:44 +02:00
Torkel Ödegaard
bf82fdb678
Merge branch 'perf_graph_js' of https://github.com/mtanda/grafana into mtanda-perf_graph_js
2016-06-08 06:53:28 +02:00
Torkel Ödegaard
e1e7fbf83d
Merge branch 'master' of github.com:grafana/grafana
2016-06-08 06:51:43 +02:00
Torkel Ödegaard
c739428c30
feat(profiling): refactorign profiling code, #5286
2016-06-08 06:51:10 +02:00
Torkel Ödegaard
2a7d2ffccb
Merge branch 'profiling_in_dev' of https://github.com/mtanda/grafana into mtanda-profiling_in_dev
2016-06-08 05:47:30 +02:00
Zdenek Styblik
5eceabf810
fix(): Check Organization exists before User is added ( #5302 )
...
Commit adds a check whether Organization exists before User is added to
the organization.
Fixes #3151 .
2016-06-08 05:46:21 +02:00
Torkel Ödegaard
67ad903556
feat(test metrics): fixed issue with built in Grafana test data source, fixes #5299
2016-06-08 05:45:13 +02:00
Torkel Ödegaard
36b0802789
fix(png): fixed issue with png rendering, fixes #5274
2016-06-08 05:29:38 +02:00
bergquist
b76b42f209
docs(changelog): add note about deb post install script
2016-06-07 12:09:56 +02:00
Carl Bergquist
ee88b0dc35
Merge pull request #5282 from nazco/patch-1
...
restart grafana after upgrade
2016-06-07 12:03:42 +02:00
Mitsuhiro Tanda
487b2089a9
cache label width
2016-06-07 14:28:08 +09:00
Mitsuhiro Tanda
b28368c859
cache panel width
2016-06-07 14:04:06 +09:00
Mitsuhiro Tanda
25899b72d2
use applyAsync for compile ( #5287 )
2016-06-06 17:18:18 +02:00
Mitsuhiro Tanda
f877afb74d
use async apply ( #5258 )
2016-06-06 17:18:10 +02:00
Mitsuhiro Tanda
83c76981b2
fix profiling code
2016-06-06 17:42:11 +09:00
Mitsuhiro Tanda
975b53b318
enable profiling in development mode
2016-06-06 17:42:11 +09:00
Karl
2f5ae85d33
Initial patch for grafana/grafana#4267 ( #5280 )
2016-06-06 07:15:37 +02:00
Ben Oswald
51878aeca8
change start to restart also for systemctl
...
I've forgotten to update the systemctl start to restart in my first commit
2016-06-05 16:27:57 +02:00
Ben Oswald
1d2eb0f903
restart grafana after upgrade
...
The current script only tries to start the already running grafana process after an upgrade. This leads to errors due to changed js and css hashes while grafana is delivering the old ones. To load the new sources we need to restart grafana after an upgrade.
2016-06-05 16:19:53 +02:00
Torkel Ödegaard
7cbaf06097
feat(instrumentation): check if enabled in http api metrics route
2016-06-03 21:22:34 +02:00
Torkel Ödegaard
1059a35bbc
feat(instrumentation): documented instrumentation options, closes #4696
2016-06-03 18:38:19 +02:00
Torkel Ödegaard
064e474b0a
Merge branch 'metrics_reporting'
2016-06-03 18:06:41 +02:00
Torkel Ödegaard
aef2b6b45f
feat(instrumentation): finial polish
2016-06-03 17:15:17 +02:00
Torkel Ödegaard
35a7a3a52b
feat(instrumentation): added some more timers
2016-06-03 17:00:39 +02:00
Torkel Ödegaard
e0c6048820
feat(instrumentation): added gauge and http endpoint
2016-06-03 16:15:36 +02:00
Torkel Ödegaard
ffb12d122f
Update ISSUE_TEMPLATE.md
2016-06-03 15:34:08 +02:00
bergquist
b08f8bab71
Merge branch 'dakerfp-patch-3'
2016-06-03 15:09:18 +02:00
Torkel Ödegaard
1a05ae2eaa
feat(instrumentation): more work
2016-06-03 15:06:57 +02:00
bergquist
961c31a747
test(util): add unit test for string util
2016-06-03 15:06:54 +02:00
bergquist
d1a345bb03
Merge branch 'patch-3' of https://github.com/dakerfp/grafana into dakerfp-patch-3
2016-06-03 15:02:46 +02:00
Carl Bergquist
236aed112f
Merge pull request #5255 from dakerfp/patch-1
...
Unify signal registration in a single syscall.
2016-06-03 14:59:42 +02:00
bergquist
3d7facf6ee
fix(cli): fixes broken import
2016-06-03 13:40:48 +02:00
Torkel Ödegaard
eee49a4995
feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample
2016-06-03 12:50:51 +02:00
bergquist
6de1399cf0
fix(cli): fixes broken import
2016-06-03 12:35:17 +02:00
bergquist
15aeb4aec2
tech(cli): rename log to logger to separate from server logger
2016-06-03 12:22:30 +02:00
Torkel Ödegaard
86f0007768
feat(instrumentation): added influxdb client
2016-06-03 09:18:21 +02:00
Torkel Ödegaard
3065d10931
feat(timing): timing is now working with graphite and influxdb
2016-06-03 09:17:36 +02:00
Torkel Ödegaard
4c4189d631
Update ISSUE_TEMPLATE.md
2016-06-03 08:38:48 +02:00
Torkel Ödegaard
015b409f2f
Update ISSUE_TEMPLATE.md
2016-06-03 08:38:07 +02:00
Torkel Ödegaard
e2c794ff31
feat(instrumentation): lots of refactoring to support tag based backend, #4696
2016-06-02 21:06:49 +02:00
Torkel Ödegaard
2a9b51d836
feat(instrumentation): influxdb is working, now need to find a way to better support tags, #4696
2016-06-02 16:56:07 +02:00
bergquist
510360a509
docs(elastic): updates readme
2016-06-02 14:56:31 +02:00
Torkel Ödegaard
6b2a4fe8e8
feat(instrumentation): work on settings model for internal metrics publishing, #4696
2016-06-02 14:32:17 +02:00
Torkel Ödegaard
49fe90874a
Merge branch 'v3.0.x'
2016-06-02 12:09:10 +02:00
Torkel Ödegaard
acbaef1907
fix(influxdb): fixed issue with backslash escaping in tag filter, fixes #5249
2016-06-02 12:08:13 +02:00
Torkel Ödegaard
74101eaf7c
feat(instrumentation): changed name to senders
2016-06-02 12:04:50 +02:00
Torkel Ödegaard
8ab324988c
Merge branch 'v3.0.x'
2016-06-02 09:57:20 +02:00
Torkel Ödegaard
1283461b89
fix(gzip): add plugin proxy to gzip exclusion, fixes #5237
2016-06-02 09:56:53 +02:00
Torkel Ödegaard
38790e2c4b
fix(elasticsearch): fixed templating lucene / json escaping issue, fixes #5228 , fixes #5227
2016-06-02 09:54:28 +02:00