Rename drone to faucet (#7508)

This commit is contained in:
Tyera Eulberg
2019-12-16 14:05:17 -07:00
committed by GitHub
parent f33703aefc
commit 3513f4ee84
50 changed files with 389 additions and 361 deletions

View File

@ -37,7 +37,7 @@ adhoc metrics collection/viewing
Simple example of pulling all airdrop measurements out of the `testnet` database:
```sh
$ influx -database testnet -username read -password read -execute 'SELECT * FROM "drone-airdrop"'
$ influx -database testnet -username read -password read -execute 'SELECT * FROM "faucet-airdrop"'
```
Reference: https://docs.influxdata.com/influxdb/v1.5/query_language/