Jason Wilder
ea348ddc2c
Add sample graphite config to default config
2015-06-24 23:09:07 -06:00
Jason Wilder
dd0e6e5e02
Use strings.Fields to bef more forgiving of whitespace
2015-06-24 23:09:07 -06:00
Jason Wilder
fed8d67946
Add validation for graphite config templates and tags
2015-06-24 23:09:07 -06:00
Jason Wilder
b55981f090
Add support for per-template default tags
...
These are tags that can be added at the template level. They
will override any global tags and any parsed tags with the same
name from the metric will override these.
2015-06-24 23:09:07 -06:00
Jason Wilder
9cd82ae316
Add support for global tags
...
These are tags that can be add to all metrics.
2015-06-24 23:09:07 -06:00
Jason Wilder
cab9e36111
Add basic template filtering support
...
This filter implementation is fairly naive and won't scale well
to large numbers of templates and filters. It will be replaced
with a trie-based approach in the future.
2015-06-24 23:09:07 -06:00
Jason Wilder
e5fbf249ff
Remove DecodeNameAndTags func
2015-06-24 23:09:07 -06:00
Jason Wilder
46046c6d32
Add matcher for match a metric to a template
...
If no template matches, use a default template that just matches
the whole metric name as the measurement.
2015-06-24 23:09:07 -06:00
Jason Wilder
9bcbbd9875
Rename matcher to template
2015-06-24 23:09:07 -06:00
Jason Wilder
d69a21c4e4
Allow skipping fields in templates
2015-06-24 23:09:07 -06:00
Jason Wilder
a7d4d97743
Convert template matching to matcher struct
2015-06-24 23:09:06 -06:00
Jason Wilder
d132263f08
Add support for measurement*
2015-06-24 23:09:06 -06:00
Jason Wilder
d539b23817
Move graphite parser to separate file
2015-06-24 23:09:06 -06:00
Can ZHANG
2a383e6858
Fix unit tests for graphite
2015-06-24 23:09:06 -06:00
Can ZHANG
c130efb5e2
Add fields to config metric name schema of graphite
2015-06-24 23:09:06 -06:00
Philip O'Toole
9323edea46
Remove the repo dir after nightly build completes
2015-06-24 16:33:16 -07:00
Philip O'Toole
7037b2f027
Add very simple helper script for nightly builds
2015-06-24 16:30:38 -07:00
Philip O'Toole
28543d1bbb
Override version during nightly builds
2015-06-24 16:25:29 -07:00
Philip O'Toole
0c3c79c725
Replace package version name with night if NIGHTLY
2015-06-24 15:44:55 -07:00
Philip O'Toole
3f295dcb14
Use correct boolean operator in packaging script
2015-06-24 15:12:30 -07:00
Philip O'Toole
fa08c8d808
Make packaging script nightly build-aware
2015-06-24 15:08:27 -07:00
Philip O'Toole
7147aa0a0e
Correctly set GOPATH during packaging
2015-06-24 14:47:34 -07:00
Philip O'Toole
566a47259b
Merge pull request #3132 from influxdb/package_gopath_override
...
Revert to any pre-existing GOPATH after gvm
2015-06-24 14:40:36 -07:00
Philip O'Toole
04eaddfde8
Revert to any pre-existing GOPATH after gvm
2015-06-24 14:40:03 -07:00
Gunnar
34739f0208
Merge pull request #3082 from influxdb/ga-cli-into
...
Fix CLI panic on malformed INSERT
2015-06-24 11:55:27 -07:00
gunnaraasen
9e59272b0b
Change error message
2015-06-24 11:50:06 -07:00
gunnaraasen
5bb4d3d3e6
Add tests
2015-06-23 23:11:12 -07:00
gunnaraasen
a367e2b165
Update CHANGELOG
2015-06-23 23:11:11 -07:00
gunnaraasen
b01d63f148
Fix CLI panic on malformed INSERT. Fixes #3078
2015-06-23 23:11:11 -07:00
Philip O'Toole
246ce61b85
Make quick start example clearer
2015-06-23 16:57:55 -07:00
Sean Beckett
01440f90e9
Merge pull request #3095 from influxdb/beckettsean-patch-3
...
more examples for line protocol
2015-06-23 15:20:26 -07:00
Sean Beckett
c2a1511e2e
Update README.md
2015-06-23 15:19:53 -07:00
Sean Beckett
92b38583f3
more examples for line protocol
...
showing escape characters and proper string quoting
2015-06-22 17:10:24 -07:00
Sean Beckett
1d9aa31e7b
Merge pull request #3072 from influxdb/beckettsean-patch-3
...
typos, clarifications in line protocol doc
2015-06-22 17:00:31 -07:00
Philip O'Toole
93d7cd10a0
Merge pull request #3075 from influxdb/fix_tag_sets
...
Fix GROUP BY when different tags have same values
2015-06-22 16:07:22 -07:00
Philip O'Toole
4b0871e293
Update CHANGELOG
2015-06-22 16:04:38 -07:00
Philip O'Toole
e010daf74c
Test GROUP BY when different tags have same value
2015-06-22 16:04:13 -07:00
Philip O'Toole
cb7baa6d9e
Don't group TagSets when tag values are identical
...
Fixes issue #3059
2015-06-22 16:04:13 -07:00
Jason Wilder
7873ccbb20
Merge pull request #3039 from neonstalwart/line-comments
...
allow comments in line protocol
2015-06-22 14:09:56 -06:00
dgnorton
eb20558c4c
Merge pull request #2985 from influxdb/cq-nowhere-2944
...
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:51:22 -04:00
Jason Wilder
cc7e59a12a
Merge pull request #3088 from influxdb/jw-field-values
...
Fix string field value escaping
2015-06-22 13:48:47 -06:00
David Norton
c76e904aa3
remove commented out code
2015-06-22 15:42:13 -04:00
David Norton
6cbb605930
fix #2944 : update unit tests
2015-06-22 15:40:31 -04:00
David Norton
90520beb70
fix #2944 : update unit test
2015-06-22 15:40:31 -04:00
David Norton
fefd1ce24d
fix #2944 : update CHANGELOG.md
2015-06-22 15:40:31 -04:00
David Norton
0467aa8fec
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:39:22 -04:00
Jason Wilder
0949b0783b
Update changelog
...
Add fix for #3013
2015-06-22 13:17:40 -06:00
Jason Wilder
2854108941
Fix string field value escaping
...
Commas and quotes could get escaped and parsed incorrectly if they
were both present in a string value.
Fixes #3013
2015-06-22 13:17:35 -06:00
Philip O'Toole
4f3d890d6a
Merge pull request #3090 from influxdb/drop_database_from_store
...
DROP DATABASE should remove entry from TSDB index
2015-06-22 12:09:39 -07:00
Philip O'Toole
1e6a9394df
Update CHANGELOG
2015-06-22 11:57:17 -07:00