Cory LaNou
ff8618f204
cleaning up a test
2015-01-09 20:14:58 -07:00
Cory LaNou
137b0816f6
Merge branch 'master' into collectd
2015-01-09 20:12:37 -07:00
Cory LaNou
1148bf7dc3
more test coverage, responding to comments
2015-01-09 20:12:18 -07:00
dgnorton
7ab291dcb2
Merge pull request #1307 from influxdb/govet-cleanup
...
go vet cleanup
2015-01-09 20:35:45 -05:00
David Norton
c39d012a23
go vet cleanup
2015-01-09 20:08:55 -05:00
dgnorton
3065a0358f
Merge pull request #1300 from influxdb/cqQL
...
InfluxQL changes for continuous queries
2015-01-09 18:59:38 -05:00
David Norton
ccab32f33e
influxql: add WITH to CREATE USER & cleanup
2015-01-09 18:21:12 -05:00
David Norton
05e2bff6c4
influxql: add LIST DATABASES statement
2015-01-09 18:21:12 -05:00
David Norton
877f35ae57
influxql: sort node lists in ast.go
2015-01-09 18:21:12 -05:00
David Norton
8da9494a46
influxql: fix comment in parser.go
2015-01-09 18:21:12 -05:00
David Norton
776e9f2ec2
influxql: add GRANT to INFLUXQL.md
2015-01-09 18:21:12 -05:00
David Norton
0439c032a0
influxql: add specification (WIP)
2015-01-09 18:21:12 -05:00
David Norton
5ea393f5ac
influxql: fix scanner bug caused by double unread
2015-01-09 18:21:12 -05:00
David Norton
3b649d3e63
influxql: add CREATE CONTINUOUS QUERY (WIP)
2015-01-09 18:21:12 -05:00
David Norton
f23417fa5a
influxql: add CREATE CONTINUOUS QUERY, : separator
2015-01-09 18:21:12 -05:00
Cory LaNou
513a7e442d
adding back in ability to close the collectd server for testing
2015-01-09 15:49:25 -07:00
Cory LaNou
3fd1fe2210
Merge branch 'master' into collectd
2015-01-09 10:44:28 -07:00
Cory LaNou
413f5d162c
tests for collectd config
2015-01-09 10:44:11 -07:00
Philip O'Toole
f2054b48f4
Merge pull request #1301 from krismolendyke/ssl-conf
...
Fixup sample config SSL
2015-01-08 19:02:39 -08:00
Kris
3645af8f10
Ssl → SSL.
2015-01-08 21:46:40 -05:00
Kris
b74262b865
conf - Fixup ssl-cert value.
2015-01-08 21:46:12 -05:00
Cory LaNou
bc047a475b
first pass at config and wiring up collectd server. needs tests and testing
2015-01-08 17:09:28 -07:00
Cory LaNou
e65e118e9d
Merge branch 'master' into collectd
2015-01-08 16:05:09 -07:00
Cory LaNou
6d49b8214b
finished testing for collectd.Unmarshal
2015-01-08 15:32:37 -07:00
Cory LaNou
f39a390dfd
rounding to microseconds when staring with seconds seems a bit overkill
2015-01-08 14:38:45 -07:00
Cory LaNou
ef259a64cf
fixing comment typo
2015-01-08 14:37:10 -07:00
Cory LaNou
2a964050d3
thanks to @benbjohnson we now have true microsecond resolution
2015-01-08 14:36:07 -07:00
Philip O'Toole
1d6a8437ef
Merge pull request #1294 from influxdb/graphite_distinct_servers
...
Implement distinct UDP and TCP Graphite Servers
2015-01-08 12:43:30 -08:00
Philip O'Toole
ea0d15e581
Re-add Auth block to config
2015-01-08 12:39:47 -08:00
Philip O'Toole
21d6d5738c
GoDoc "LastEnabled"
2015-01-08 12:32:46 -08:00
Philip O'Toole
c64624abff
Merge branch 'master' into graphite_distinct_servers
...
Conflicts:
cmd/influxd/config.go
2015-01-08 12:31:21 -08:00
Philip O'Toole
1c19ae61cf
Move Graphite config to top-level of config
2015-01-08 12:28:10 -08:00
Philip O'Toole
50b494503d
Tigthen up config of Graphite Parser
2015-01-08 12:23:48 -08:00
Philip O'Toole
8ea70fc650
Fix bug in Graphite ConnectionString()
2015-01-08 12:19:44 -08:00
Philip O'Toole
0633b80193
Fix up sample config and move Graphite config type
2015-01-08 12:07:09 -08:00
Philip O'Toole
5a4e2a15fb
Move Graphite control into "input plugins" section
2015-01-08 11:25:43 -08:00
Philip O'Toole
8c2f894fab
Integrate more code review feedback
2015-01-08 11:14:57 -08:00
Philip O'Toole
9e7f6ca3f0
Provide default NameSeparator for Graphite config
2015-01-07 16:15:39 -08:00
Philip O'Toole
fdc6b5b866
Export the Metric type
2015-01-07 16:09:15 -08:00
Cory LaNou
f051aa641b
first round on unmarshalling a packet. needs testing
2015-01-07 16:10:27 -07:00
Philip O'Toole
f57f28f575
Add GoDoc strings
2015-01-07 00:10:46 -08:00
Philip O'Toole
6683643dde
Add comment re Graphite Server startup
2015-01-07 00:04:56 -08:00
Philip O'Toole
85b3408115
Integrate remaining review feedback
2015-01-07 00:02:58 -08:00
Philip O'Toole
aa92095f90
Graphite unit tests now pass
2015-01-06 23:51:59 -08:00
Philip O'Toole
fe886e17a5
Remove more tests
...
To be replaced later.
2015-01-06 23:41:32 -08:00
Philip O'Toole
eaadf0b3d3
Update unit tests so they build
...
They do not yet pass.
2015-01-06 23:36:56 -08:00
Philip O'Toole
f3650b4797
Implement a distinct Graphite Parser
...
This encapsulates a few previously free-floating methods. This means
that params such as "separator" and "last-enabled" are not passed from
function to function, and also makes initialization of TCP and UDP
Servers somewhat clearer.
It also removes early use of "GraphiteProcessor".
2015-01-06 23:20:01 -08:00
Cory LaNou
bf655b36f6
starting collectd
2015-01-06 19:28:34 -07:00
Philip O'Toole
1edbd816fc
Start with a processor.
2015-01-06 15:38:35 -08:00
Philip O'Toole
1f264b6c2d
Refactor into distinct TCP and UDP servers
2015-01-06 15:17:29 -08:00