Commit graph

5531 commits

Author SHA1 Message Date
Yuce Tekol
c9cb92c96b
Added Travis's note about InteraClient interface 2017-10-23 17:34:04 +03:00
Yuce Tekol
0690c5259a
Added What's Next section 2017-10-23 07:05:32 +03:00
Yuce Tekol
e74aa43dd0
fix node3 config; ensure hosts can be accessed; /status output 2017-10-21 01:41:28 +03:00
Yuce Tekol
9686edbca5
pilosa server runs the server 2017-10-21 00:41:27 +03:00
Yuce Tekol
9229b401ef
Added TLS cluster how to 2017-10-20 16:36:24 +03:00
Matthew Jaffee
27a91a6465 Merge pull request #887 from pilosa/dep-fixes
constrain bolt to version rather than specific revision
2017-10-19 08:34:41 -05:00
Yuce Tekol
642bf3180f
Rename NewClientFromURI to NewInternalHTTPClientFromURI 2017-10-18 21:17:25 +03:00
Michael Baird
6f0ee1cf17 Merge branch '800-diagnostics' of github.com:raskle/pilosa into 800-diagnostics 2017-10-18 10:36:16 -05:00
Michael Baird
0dc10ad1e9 diagnostics docs 2017-10-18 10:26:27 -05:00
Michael Baird
8b4d2d6c85 Config option for diagnostics interval. Default to 1 hour 2017-10-18 10:26:27 -05:00
Michael Baird
96ab16d2e0 Set the diagnostics interval and circuit breaker timeout at Open() 2017-10-18 10:26:27 -05:00
Michael Baird
4dc333be2b Flush diagnostics at startup, and then on each interval 2017-10-18 10:26:27 -05:00
Michael Baird
3b4892f926 simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection. 2017-10-18 10:26:27 -05:00
Michael Baird
f575605bbe Add some new Diagnostics metrics 2017-10-18 10:25:30 -05:00
Michael Baird
32f1558737 Using MultiStatsClient add Diagnostics 2017-10-18 10:24:31 -05:00
Michael Baird
8b87886a68 simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection. 2017-10-18 10:22:17 -05:00
Cody Soyland
3288b015fc Add basic diagnostics benchmark 2017-10-18 10:16:30 -05:00
Michael Baird
cf543c9641 Add some new Diagnostics metrics 2017-10-18 10:16:30 -05:00
Michael Baird
bf2827b273 Using MultiStatsClient add Diagnostics 2017-10-18 10:14:19 -05:00
Michael Baird
dbeec1d678 add Open/Close interface to Stats packages 2017-10-18 10:14:19 -05:00
Michael Baird
55c37b51eb Diagnostics package 2017-10-18 10:14:19 -05:00
Yuce Tekol
66650ec1f7
NewExecutor doesn't return an error; renamed NewClient to NewInternalHTTPClient 2017-10-18 17:38:20 +03:00
Michael Baird
78b599f1f1 diagnostics docs 2017-10-18 09:22:55 -05:00
Michael Baird
722e73d305 Config option for diagnostics interval. Default to 1 hour 2017-10-17 13:50:28 -05:00
Michael Baird
e48ade4a9e Set the diagnostics interval and circuit breaker timeout at Open() 2017-10-17 13:49:35 -05:00
Yuce Tekol
838d56011c
Renamed Client to InternalHTTPClient 2017-10-17 16:04:42 +03:00
Yuce Tekol
e201afe241
Replaced all http.Clients with InternalClient; updated InternalClient interface. 2017-10-17 15:53:42 +03:00
Yuce Tekol
c9f526f5bf
Removed unused Client.ExecutePQL function 2017-10-17 14:56:43 +03:00
Yuce Tekol
0f8f596376
Trivial NewClientFromURI simplification 2017-10-17 12:07:45 +03:00
Yuce Tekol
48c0dbaee7
Initial client refactoring 2017-10-17 11:35:01 +03:00
Michael Baird
fb534d7493 Flush diagnostics at startup, and then on each interval 2017-10-16 14:51:15 -05:00
Michael Baird
f47f41097d Merge branch '800-diagnostics' of github.com:raskle/pilosa into 800-diagnostics
Conflicts:
	server.go
2017-10-16 14:35:04 -05:00
Michael Baird
64fd7d3429 simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection. 2017-10-16 14:33:06 -05:00
Cody Soyland
d91865465c Add basic diagnostics benchmark 2017-10-16 14:32:07 -05:00
Michael Baird
ec4d2a75c9 Add some new Diagnostics metrics 2017-10-16 14:32:07 -05:00
Michael Baird
539c4bc14e Using MultiStatsClient add Diagnostics 2017-10-16 14:30:10 -05:00
Michael Baird
c80b959d0d add Open/Close interface to Stats packages 2017-10-16 14:30:10 -05:00
Michael Baird
32cae0a200 Diagnostics package 2017-10-16 14:30:09 -05:00
Michael Baird
9876b51fc4 simplifying the diagnostics client. Using circuit breaker to manage the diagnostics http connection. 2017-10-16 12:08:48 -05:00
Yuce Tekol
4bebc9b9c4 Merge pull request #890 from yuce/trivial-readme-fix
TRIVIAL: Fixes client libraries anchor in the README
2017-10-16 16:15:03 +03:00
Yuce Tekol
a320e6e212
Fixes client libraries anchor 2017-10-16 06:26:30 +03:00
Yuce Tekol
fc9fc1342d Merge pull request #867 from yuce/tls-support-URI
TLS support
2017-10-13 17:47:04 +03:00
Yuce Tekol
9ac54c31b0
updated NewGossipNodeSet call in tests 2017-10-13 13:39:38 +03:00
Yuce Tekol
eec739c331
Adds gossip encryption key; copies Config.Gossip{Port,Seed} to Config.Gossip.{Port,Seed}, deprecates --gossip-port and --gossip-seed. Use --gossip.port and --gossip.seed 2017-10-13 13:30:41 +03:00
Yuce Tekol
2c5a8d9125
Fixed Merge branch 'master' into tls-support-URI
# Conflicts:
#	cmd/server_test.go
2017-10-12 16:03:32 +03:00
Yuce Tekol
30f3cb2386
Remove URI error, URIFromAddress 2017-10-12 15:52:36 +03:00
Yuce Tekol
e223ec3f9a
Rename Host -> URI 2017-10-12 15:49:34 +03:00
Yuce Tekol
2efec8e860 Merge pull request #882 from yuce/fix-dot-in-env
Fix dot in env
2017-10-12 15:02:15 +03:00
Travis Turner
625c93e018 Merge pull request #881 from cwndrws/recalculate-caches-endpoint
Add Recalculate Caches Endpoint
2017-10-11 11:49:33 -05:00
Travis
a7ec49c6ad
Adjust the documentation. Rename endpoint to recalculate-caches 2017-10-11 10:56:30 -05:00