Michael Baird
7ea82a363c
Merge pull request #4 from alanbernstein/stats-view-tag
...
Fix typo to add view tag
2017-04-25 10:11:20 -05:00
Michael Baird
866c5e8773
Merge remote-tracking branch 'origin/metrics' into stats-view-tag
...
Conflicts:
frame.go
2017-04-25 09:45:52 -05:00
Michael Baird
12f1e64709
example metric config is singular
2017-04-24 22:39:49 -05:00
Michael Baird
0c9f652ffb
missing comments from merge
2017-04-24 22:38:12 -05:00
Michael Baird
a543ba21bb
fixed DB to index conflicts after merge
2017-04-24 21:59:39 -05:00
Michael Baird
5a8c165c53
Merge remote-tracking branch 'origin/master' into metrics
...
Conflicts:
cache.go
cluster.go
db.go
executor.go
fragment.go
frame.go
gossip/gossip.go
handler.go
index.go
server.go
server/server.go
2017-04-24 16:35:25 -05:00
Alan Bernstein
dd465cc77b
Fix typo to add view tag
2017-04-24 15:13:07 -05:00
Travis Turner
03aa9447a8
Merge pull request #470 from travisturner/nodestate
...
Implement NodeState as an attribute of *Node
2017-04-24 14:30:20 -05:00
Michael Baird
445023a04f
fixed some comments
2017-04-24 14:21:50 -05:00
Michael Baird
1dc5d6f348
handle Join error
2017-04-24 14:14:16 -05:00
Michael Baird
acc4b022d7
added Join method to Static Nodeset so that Status is calculated with the local node
2017-04-24 13:57:35 -05:00
Michael Baird
5857438d8b
fixed state to status
2017-04-24 13:56:26 -05:00
Travis
74bf4731f5
WIP: Implement NodeState as an attribute of *Node
...
NodeState is shared among nodes in the cluster (via gossip
in a gossip implementation) and cached locally in Cluster.Nodes
in order to be available to the /status endpoint.
2017-04-24 12:33:43 -05:00
Travis Turner
6fe8e2b8ab
Merge pull request #471 from travisturner/database-to-index
...
Rename Database to Index
2017-04-24 11:34:26 -05:00
Travis
1343979308
Fixes up a few overlooked d := Index()
2017-04-24 11:17:30 -05:00
Michael Baird
2e3455e447
Merge pull request #3 from alanbernstein/snapshot-stats
...
Snapshot stats
2017-04-24 10:46:40 -05:00
Travis
2ad322c2c7
Rename DB to Index
...
Rename `db.go` to `index.go` and `db_test.go` to `index_test.go`
2017-04-23 21:49:27 -05:00
Travis
2cacff8e09
Rename Index to Holder
...
Rename `index.go` to `holder.go` and `index_test.go` to `holder_test.go`
2017-04-23 15:59:20 -05:00
Ben Johnson
eec02179c8
Merge pull request #469 from benbjohnson/nomenclature
...
Rename bitmap/profile to row/column.
2017-04-21 21:25:24 -06:00
Ben Johnson
d34687121f
Rename bitmap/profile to row/column.
2017-04-21 21:23:24 -06:00
Michael Baird
baafc7792a
Merge remote-tracking branch 'origin/master' into metrics
2017-04-21 15:36:40 -05:00
Alan Bernstein
e0fb322632
Simplify stats naming
2017-04-21 15:11:43 -05:00
Travis Turner
ea663b980f
Merge pull request #435 from travisturner/messenger-rebase
...
Messenger rebase
2017-04-21 14:04:27 -05:00
Travis
93f36d0e9a
adds a basic BroadcastReceiver test
2017-04-21 13:54:39 -05:00
Alan Bernstein
44aa9fded5
Remove duplicate tags
2017-04-21 13:33:07 -05:00
Linh Vo
49269a5d90
Merge pull request #465 from linhvo/457-option-validation
...
#457 rewrite validateOptions, update frame options
2017-04-21 12:41:42 -05:00
Alan Bernstein
57f9dcf44a
Move logging and reporting back to defer'd track()
2017-04-21 12:13:45 -05:00
Alan Bernstein
0e5ba0c56f
Add stats to snapshot
2017-04-21 12:05:35 -05:00
Linh Vo
e1404cf330
change variable name of getValidOptions
2017-04-21 11:42:31 -05:00
Linh Vo
7e935dd90a
rewrite custom UnmarshalJSON for postDBRequest and postFrameRequest
2017-04-21 11:37:32 -05:00
Michael Baird
579b381c12
Merge pull request #1 from linhvo/statsD-report
...
Stats d report
2017-04-21 10:04:30 -05:00
Linh Vo
9198dfab59
inverseEnabled check for bool type
2017-04-20 22:11:01 -05:00
Linh Vo
100fcfdc6b
reformat
2017-04-20 21:39:47 -05:00
Linh Vo
f9792cb9e8
Merge branch 'metrics' of github.com:raskle/pilosa into statsD-report
2017-04-20 21:39:04 -05:00
Linh Vo
4f07113f65
readd stastD report with new branch
2017-04-20 21:37:31 -05:00
Linh Vo
9c02edc4e3
#457 rewrite validateOptions, update frame options
2017-04-20 17:28:22 -05:00
Michael Baird
940b62335c
move the StateHandler interface from the Gossip package back to Pilosa and us this interface for the Handler to access the LocalState
2017-04-20 16:52:05 -05:00
Michael Baird
81525f2d4a
move the StateHandler interface from the Gossip package back to Pilosa and us this interface for the Handler to access the LocalState
2017-04-20 16:52:05 -05:00
Michael Baird
989e0273be
Merge remote-tracking branch 'upstream/master' into metrics
2017-04-20 16:35:21 -05:00
Michael Baird
9cff292bed
Merge remote-tracking branch 'upstream/master' into metrics
2017-04-20 16:35:21 -05:00
Michael Baird
3f43b0d496
Merge remote-tracking branch 'travis/messenger-rebase' into metrics
...
# Conflicts:
# server.go
2017-04-20 16:00:17 -05:00
Michael Baird
41921ff75d
Merge remote-tracking branch 'travis/messenger-rebase' into metrics
...
# Conflicts:
# server.go
2017-04-20 16:00:17 -05:00
Travis
3487bc373f
group Server interface implementation function together
2017-04-20 15:45:00 -05:00
Travis
3f3c40e241
group Server interface implementation function together
2017-04-20 15:45:00 -05:00
Travis
a4921ac55a
remove leftover Receive() method from gossip implementation
2017-04-20 15:14:11 -05:00
Travis
281e6e8e0f
remove leftover Receive() method from gossip implementation
2017-04-20 15:14:11 -05:00
Michael Baird
539b134e10
Store the node state information in Cluster
...
Access the overall cluster state info via the /status endpoint
2017-04-20 14:23:24 -05:00
Michael Baird
070a27aa31
Store the node state information in Cluster
...
Access the overall cluster state info via the /status endpoint
2017-04-20 14:23:24 -05:00
Travis
95bd4913c8
adjusted DBOptions/FrameOptions logic and removed some unused tests
2017-04-20 10:41:17 -05:00
Travis
749ffdcf65
adjusted DBOptions/FrameOptions logic and removed some unused tests
2017-04-20 10:41:17 -05:00