Commit Graph

4799 Commits (8661155a7d380cb9b1aedf0bc1a07d24cf64d4d7)

Author SHA1 Message Date
dstrek 60726de653 headers were being sent after they were written
fixes #1961
2015-03-17 20:51:20 +11:00
David Norton 3f8ca0c923 influxql: remove RegexLiteral from Source types 2015-03-16 19:45:39 -04:00
David Norton 62ae32b0ce wire up regex in FROM clause 2015-03-16 19:40:59 -04:00
David Norton fd005a5f15 influxql: allow regex in FROM clause 2015-03-16 19:40:21 -04:00
Todd Persen 76f432182a Merge pull request #1977 from influxdb/remove-old-docs
Remove some outdated docs.
2015-03-16 15:51:51 -07:00
Todd Persen f919712920 Remove some outdated docs. 2015-03-16 15:49:25 -07:00
Joseph Rothrock 53d99637b7 Merge branch 'master' of github.com:influxdb/influxdb into export 2015-03-16 15:31:47 -07:00
Joseph Rothrock d7420683ae tweaking in response to various PR comments 2015-03-16 15:31:41 -07:00
Cory LaNou b42f614e57 Merge pull request #1969 from influxdb/print-config
Print config
2015-03-16 16:28:06 -06:00
Cory LaNou 031490fff1 function -> method 2015-03-16 16:25:13 -06:00
Cory LaNou e90c1a49d6 update changelog 2015-03-16 16:25:13 -06:00
Cory LaNou 961e2ee944 Print config 2015-03-16 16:24:44 -06:00
Todd Persen d8b8a8cf9a Merge pull request #1975 from influxdb/http-query-require-param
Require parameter for query endpoint
2015-03-16 15:23:46 -07:00
Philip O'Toole 21cbd844af Merge pull request #1970 from ctrlrsf/master
Add additional go install step as go build doesn't install binaries
2015-03-16 12:36:31 -07:00
Cory LaNou e2bd1c3d34 update changelog, more precise 2015-03-16 13:34:01 -06:00
Cory LaNou 4cb5fbbdbd update changelog 2015-03-16 13:26:28 -06:00
Cory LaNou e9bb3fa37b Require parameter for query endpoint 2015-03-16 13:26:03 -06:00
Todd Persen 8023c5e8fb Update CHANGELOG.md 2015-03-16 12:00:16 -07:00
Todd Persen 98b96d3d42 Merge pull request #1974 from influxdb/http-log-time-since
Add time taken for request to the http server logs
2015-03-16 11:56:36 -07:00
Cory LaNou bb3e7894df update changelog 2015-03-16 12:43:36 -06:00
Cory LaNou 61ee72596d add time taken to the http server logs 2015-03-16 12:41:15 -06:00
Ben Johnson 60b27b0c30 Merge pull request #1972 from influxdb/urlgen-host
Add -host option to urlgen.
2015-03-16 12:22:55 -06:00
Todd Persen 3bbe35f8c8 Merge pull request #1971 from influxdb/fix-leader-init
Fix leader id initialization
2015-03-16 10:47:54 -07:00
Ben Johnson 75450466a6 Fix leader id initialization. 2015-03-16 11:27:57 -06:00
Ben Johnson 8648f6d5e7 Add -host option to urlgen. 2015-03-16 11:27:27 -06:00
Rene Fragoso b81066284e Minor wording fix 2015-03-16 11:32:04 -04:00
Cory LaNou 369ead2cc9 Merge pull request #1968 from influxdb/fix-vet
fix vet error
2015-03-16 09:22:54 -06:00
Rene Fragoso 66e9917a4d Add go install step for installing binaries 2015-03-16 11:19:12 -04:00
Cory LaNou 0c2a040071 fix vet error 2015-03-16 08:57:21 -06:00
Todd Persen a0d34270b1 Update CHANGELOG.md 2015-03-15 22:59:33 -07:00
Todd Persen 86ede78836 Merge pull request #1936 from influxdb/server_stats2
Implement server stats and self-monitoring
2015-03-15 20:48:29 -07:00
Philip O'Toole 69530b7e8f Use a time.Ticker object for precise self-monitoring 2015-03-15 14:32:47 -07:00
Philip O'Toole eec2cf6bf6 Use a better ID for the server ID in stats 2015-03-15 14:32:46 -07:00
Philip O'Toole 50d2470041 Write totals, not diff, of internal stats 2015-03-15 14:32:46 -07:00
Philip O'Toole 032cfaa980 Launch self-monitoring in a go-routine 2015-03-15 14:32:46 -07:00
Philip O'Toole 43161bb5da Small chance that a database exists 2015-03-15 14:32:46 -07:00
Philip O'Toole d627634991 Ensure internal retention policy exists 2015-03-15 14:32:46 -07:00
Philip O'Toole 5aa49ef823 Add GoDoc comments to Stats type 2015-03-15 14:32:46 -07:00
Philip O'Toole a99cd373bb Update CHANGELOG 2015-03-15 14:32:46 -07:00
Philip O'Toole f4b3e3da9f Fix final 'go vet' errors 2015-03-15 14:32:46 -07:00
Philip O'Toole ae3b3d5252 Rename "metrics" to "stats" 2015-03-15 14:32:46 -07:00
Philip O'Toole ea7b7be534 Fix 'go vet' errors 2015-03-15 14:32:11 -07:00
Philip O'Toole 511be11fc1 Final tweaks to stats unit tests 2015-03-15 14:32:11 -07:00
Philip O'Toole 5240151517 Actually start self-monitoring if requested 2015-03-15 14:32:11 -07:00
Philip O'Toole a0e57a801a Allow stats to be snapshot 2015-03-15 14:32:11 -07:00
Philip O'Toole d95c9454d2 Better names for statistics config options 2015-03-15 14:32:11 -07:00
Philip O'Toole a8b928ae6b Add explanatory comments re statistics config 2015-03-15 14:32:11 -07:00
Philip O'Toole f6ae0f9470 Fix up statistics 'check-interval' in sample config 2015-03-15 14:32:11 -07:00
Philip O'Toole 95f7a006a3 Fix test config for _internal database 2015-03-15 14:32:11 -07:00
Philip O'Toole bf28720c6e Add "name" to stats object
This "name" becomes the Measurement name. In addition the implementation
for "SHOW STATS" has been re-instated.
2015-03-15 14:32:11 -07:00