Skip to content

Aurora plugin#1

Closed
connorgorman wants to merge 38 commits intomasterfrom
aurora-plugin
Closed

Aurora plugin#1
connorgorman wants to merge 38 commits intomasterfrom
aurora-plugin

Conversation

@connorgorman
Copy link
Copy Markdown

Required for all PRs:

  • CHANGELOG.md updated (we recommend not updating this until the PR has been approved by a maintainer)
  • Sign CLA (if not already signed)
  • README.md updated (if adding a new plugin)

Evan Pease and others added 30 commits August 18, 2016 15:13
First cut of wavefront storage driver - quotes tag values
- Added convert_groups config parameter
- Cleaned up error messages
- Removed all references to OpenTSDB format
- Updated configuration names and default values
- Updated special character handling and added new regex option
- Added new “hidden” DebugAll option to print original metric and field
names
- Change tag host to be source per Wavefront data format
- Added SimpleFields property which when true will use “value” as field
name when specified (default false)
- Cleanup of sample config
Full support for Wavefront data format
# Conflicts:
#	Makefile
#	plugins/outputs/wavefront/wavefront.go
#	plugins/outputs/wavefront/wavefront_test.go
# Conflicts:
#	Makefile
#	plugins/outputs/wavefront/wavefront.go
#	plugins/outputs/wavefront/wavefront_test.go
- Use new logging form or D! or E!
- added tagValueReplacer just for tag values, instead of using
santizedChars
- re-added forward slash (/) to sanitizedChars
- Changed order of variables to match sample config and readme
- point tag names with quotes `”` will now be escaped `\”`
- removed redundant (and commented) statsd section
Changed name of Wavefront source option to source_override
If we write a batch of points and get a "field type conflict" error
message in return, we should drop the entire batch of points because
this indicates that one or more points have a type that doesnt match the
database.

These errors will never go away on their own, and InfluxDB will
successfully write the points that dont have a conflict.

closes influxdata#2245
@connorgorman
Copy link
Copy Markdown
Author

WRong branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants