derailed
d02b08d252
Not sure if this was intended or not. Pt Precision is not getting marshaled correctly??
2015-03-26 18:45:36 -06:00
Todd Persen
b4fb4b037c
Merge pull request #2081 from influxdb/new_diags_file
...
Refactor diags and write into internal database
2015-03-26 17:14:48 -07:00
Philip O'Toole
5e08351a27
Merge pull request #2087 from influxdb/_internal_not_internal
...
Use _internal as default self-monitoring database
2015-03-26 17:13:44 -07:00
Philip O'Toole
b579e56002
Update CHANGELOG
2015-03-26 16:27:41 -07:00
Philip O'Toole
502ee0764f
Saner names for diags and stats, and use tags
2015-03-26 16:27:13 -07:00
Philip O'Toole
70836bc87d
Write stats and diags to different measurements
...
Also, some fixes to casts. This may need further work.
2015-03-26 16:27:13 -07:00
Philip O'Toole
4d8166c3b7
Write server diagnostics into database
...
This allows historical monitoring of all diagnostics. Of particular
interest will be GC performance, memory usage, number of shards and
shard groups on the cluster, index points, amongst other important data.
2015-03-26 16:27:13 -07:00
Philip O'Toole
4c7c87a7bb
Refactor common diags into types
...
This will make it easier to use these common diagnostics function in
other components, like the Broker, as well as minimizing growth of the
server type, in terms of SLOC.
This new diags code can be converted to InfluxQL rows, for easy display
and re-writes back to the database for self-monitoring.
2015-03-26 16:27:13 -07:00
Philip O'Toole
efdb7e89e2
Disable snapshot endpoint during testing
...
Once we have proper endpoint layering, this can be re-enabled.
2015-03-26 16:25:30 -07:00
Philip O'Toole
c4871513a2
Merge pull request #2091 from influxdb/allow_snapshot_disable
...
Allow snapshot endpoint to be disabled
2015-03-26 16:20:34 -07:00
Philip O'Toole
f829355e3e
Allow snapshot endpoint to be disabled
...
Fix isse #2086
2015-03-26 16:13:23 -07:00
Philip O'Toole
973cacc600
Merge pull request #2088 from influxdb/fix_copy_and_paste
...
Remove all backup test paths
2015-03-26 14:59:52 -07:00
Philip O'Toole
1e10c46ea1
Remove all backup test paths
2015-03-26 14:58:07 -07:00
Philip O'Toole
7a5f66c75a
Use _internal as default self-monitoring database
2015-03-26 14:12:14 -07:00
Philip O'Toole
9b357291e4
Add details on snapshot configuration
2015-03-26 13:56:38 -07:00
Philip O'Toole
f22778a41f
Merge pull request #2085 from influxdb/leading_underscores
...
Test leading underscores
2015-03-26 13:52:59 -07:00
Philip O'Toole
ed918304c4
Test tags with leading underscores
2015-03-26 13:48:26 -07:00
Philip O'Toole
2a2c8ecddb
Remove redundant writes from WHERE testing
2015-03-26 13:41:22 -07:00
Cory LaNou
5962225fcb
Merge pull request #2080 from influxdb/graphite-seconds
...
Graphite logs in seconds, not milliseconds
2015-03-26 14:21:08 -06:00
Cory LaNou
f5d38dd18b
updating changelog
2015-03-26 14:19:03 -06:00
Cory LaNou
c0404e577e
refactoring based on pr review
2015-03-26 14:18:40 -06:00
Cory LaNou
d653e41712
support fractional time on graphite endpoint
2015-03-26 14:18:40 -06:00
Cory LaNou
524eb78a69
graphite logs in seconds, not milliseconds
2015-03-26 14:18:40 -06:00
Philip O'Toole
99494a1598
Merge pull request #2084 from influxdb/leading_underscores
...
Allow leading underscores for IDENTs
2015-03-26 13:18:00 -07:00
Philip O'Toole
4484589a03
Update CHANGELOG
2015-03-26 13:12:41 -07:00
Philip O'Toole
e07aeaa030
Unit test leading underscore as IDENTs
2015-03-26 13:11:11 -07:00
Philip O'Toole
6627257f44
Allow leading underscores for IDENTs
2015-03-26 13:11:06 -07:00
Philip O'Toole
0bcec78527
Merge pull request #2076 from influxdb/fix_up_logging
...
Fix up logging
2015-03-25 21:34:26 -07:00
Philip O'Toole
1660cb349e
Merge pull request #2079 from influxdb/rename_report_server
...
Rename reporting function since it's not stats
2015-03-25 19:41:20 -07:00
Philip O'Toole
5e01e83e47
Rename reporting function since it's not stats
2015-03-25 19:39:27 -07:00
Philip O'Toole
56dc5c05b4
Merge pull request #2078 from influxdb/move_copy_url
...
Move small utility function closer to its use
2015-03-25 19:37:49 -07:00
Philip O'Toole
da25c94484
Move small utility function closer to its use
2015-03-25 19:35:27 -07:00
Philip O'Toole
c461c7e7b4
Remove logging to specific file
2015-03-25 17:41:39 -07:00
Philip O'Toole
e957c2b6db
Update changelog
2015-03-25 15:59:00 -07:00
Philip O'Toole
225459b25c
Always write the logo to stdout
...
This change means it will always go to stdout, regardless of the log
setting.
2015-03-25 15:56:03 -07:00
Philip O'Toole
2305b365fe
Allow STDOUT and STDERR to be set
2015-03-25 15:54:25 -07:00
Philip O'Toole
2fe974f1d6
Remove obsolete PEM file
2015-03-25 15:45:21 -07:00
Philip O'Toole
3ccba15b94
Removed obsolete daemon file
2015-03-25 15:45:10 -07:00
Todd Persen
6de597a226
Merge pull request #1631 from influxdb/drop-continuous-query
...
Wire up DROP CONTINUOUS QUERY
2015-03-25 12:42:02 -07:00
Todd Persen
8842110674
Update CHANGELOG.md
2015-03-25 11:58:49 -07:00
Todd Persen
94a8019fc7
Wire up DROP CONTINUOUS QUERY
2015-03-25 11:58:33 -07:00
Todd Persen
edf42569a0
Merge pull request #2049 from influxdb/fix-cq-example
...
Fix CQ example on InfluxQL spec
2015-03-25 11:50:48 -07:00
Mark Rushakoff
538f07306f
Merge pull request #2072 from mark-rushakoff/remove-travis-yml
...
Remove .travis.yml - we're on CircleCI now
2015-03-25 08:46:06 -07:00
Mark Rushakoff
5864fe8f58
Remove .travis.yml - we're on CircleCI now
2015-03-25 08:12:03 -07:00
Paul Dix
035500fb9f
Update CHANGELOG.md
2015-03-24 22:19:43 -04:00
Paul Dix
7076b9ea9a
Merge pull request #2067 from influxdb/relative-times-off-2045
...
Fixing intervals for group by.
2015-03-24 22:17:12 -04:00
Paul Dix
5e47ed1cb8
Merge pull request #2053 from influxdb/backup-restore
...
Backup & Restore
2015-03-24 22:16:59 -04:00
Cory LaNou
84a9b8a3fa
the naming of the function is wrong, need future refactor, this logic is valid
2015-03-24 20:14:05 -06:00
Cory LaNou
c21ca156e9
this logic should never happen
2015-03-24 20:14:05 -06:00
Cory LaNou
805cba71a4
clarify test name
2015-03-24 20:14:05 -06:00