Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeylanzman committed Oct 16, 2015
1 parent 3652c06 commit 8518651
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Tasseo can also be configured to fetch metrics from an [InfluxDB](http://influxd
The formats of these variables are:

```
INFLUXDB_URL=http://sandbox.influxdb.org:9061/db/<database>
INFLUXDB_URL=http://sandbox.influxdb.org:8086
INFLUXDB_AUTH=<username>:<password>
```

Expand All @@ -212,7 +212,8 @@ var metrics =
return value / 1024;
},
// minimum y axis value will equal minimum metric y value (instead of 0)
scale: true
scale: true,
db: "points"
}
]
```
Expand Down

0 comments on commit 8518651

Please sign in to comment.