Skip to content

Commit

Permalink
Document export metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou authored and pauldix committed Aug 22, 2015
1 parent d4ec3d3 commit 6a4761a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,24 @@ It will export as:
metric,disk=c,host=server01,single=upgrade_artifacts
```

### Export Metrics

When you export, you will now get comments inline in the `DML`:

`# Found 999 Series for export`

As well as count totals for each series exported:

`# Series FOO - Points Exported: 999`

With a total at the bottom:

`# Points Exported: 999`

You can grep the file that was exported at the end to get all the export metrics:

`cat myexport | grep Exported`

## Importing

Version `0.9.3` of InfluxDB adds support to import your data from version `0.8.9`.
Expand Down

0 comments on commit 6a4761a

Please sign in to comment.