Jonathan A. Sternberg
837a9804cf
Refactoring the monitor service to avoid expvar
...
Truncate the time interval output of the monitor service to be on even
time intervals rather than on every minute based on the start time. This
normalizes the output from the monitor service.
2016-07-07 11:13:58 -05:00
Jason Wilder
fd262697b9
Initialize subscriber channel on open
...
If the subscriber service was closed and re-open, it would panic
with panic: send on closed channel
2016-06-10 18:00:44 -06:00
Nathaniel Cook
d460be3706
buffered chans, correct stats, drop to slow backends
2016-05-19 10:53:29 -06:00
Nathaniel Cook
a7cac1337b
writes happen concurrently via chanWriter
2016-05-19 10:53:29 -06:00
Nathaniel Cook
904e8cc825
add config for http timeout
2016-05-19 10:53:29 -06:00
Nathaniel Cook
18d0bfe056
fix some logging issues
2016-05-19 10:53:29 -06:00
Nathaniel Cook
d6f40cdb55
initial http subscriber support
2016-05-19 10:53:29 -06:00
Jason Wilder
6cc1a34704
Rename cluster package to coordinator
2016-05-11 11:41:05 -06:00
Seif Lotfy
ced79acac5
Remove redundant error return from (Client) Database(name string) and (Client) Databases()
2016-04-30 17:04:38 -05:00
Stephen Gutekanst
9dc09c5257
Make logging output location more programmatically configurable ( #6213 )
...
This has various benefits:
- Users embedding InfluxDB within other Go programs can specify a different logger / prefix easily.
- More consistent with code used elsewhere in InfluxDB (e.g. services, other `run.Server.*` fields, etc).
- This is also more efficient, because it means `executeQuery` no longer allocates a single `*log.Logger` each time it is called.
2016-04-20 21:07:08 +01:00
Ben Johnson
d9a6a7340f
add canonical paths
2016-02-10 11:30:52 -07:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Jason Wilder
ad52d0fbd9
Fix tests
2016-01-21 15:30:09 -05:00
Paul Dix
f385945058
Update Server to work with new metaservice/client
2016-01-21 15:28:33 -05:00
Cory LaNou
8d878fff91
buildable meta -> services/meta
2016-01-21 15:28:32 -05:00
orthogonous
65f4060de3
Comment additions to conform to golint
...
Also 1 slight code change that fixed an if statement
that golint didn't like.
2015-11-19 11:26:21 +10:00
Philip O'Toole
de7919240f
Migrate internal stats to consistent names
...
Go style -- and existing runtime stats -- do not use underscores, but
instead use camel case. This change makes the internal stats adhere to
that convention.
2015-10-28 21:07:45 -07:00
Cory LaNou
90beaee803
silence subscriber service logging during testing
2015-10-23 14:48:32 -06:00
Nathaniel Cook
7c71ed53a4
fix subscriber logic when closed
2015-10-21 15:08:55 -06:00
Nathaniel Cook
8b31007aa7
Adds subscriber service for creating/dropping subscriptions to the
...
InfluxDB data stream.
2015-10-14 15:23:45 -06:00