Skip to content

Commit

Permalink
InfluxDB breaking field-name change timestamp -> time
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed May 16, 2015
1 parent 2b2e749 commit d3b5114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class InfluxDb09Metrics implements IMetrics {
private static final String DATABASE = "database"; //$NON-NLS-1$
private static final String RETENTION_POLICY = "retentionPolicy"; //$NON-NLS-1$
private static final String POINTS = "points"; //$NON-NLS-1$
private static final String TIMESTAMP = "timestamp"; //$NON-NLS-1$
private static final String TIMESTAMP = "time"; //$NON-NLS-1$
private static final String SERIES_NAME = "name"; //$NON-NLS-1$
private static final String TAGS = "tags"; //$NON-NLS-1$
private static final String FIELDS = "fields"; //$NON-NLS-1$
Expand Down

0 comments on commit d3b5114

Please sign in to comment.