Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added useHttps documentation
  • Loading branch information
NoamShaish authored May 22, 2019
1 parent 08394a0 commit 3010543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ username | The username with which to connect to InfluxDB (required)
password | The password with which to connect to InfluxDB (required)
database | The database to which to write metrics (required)
tagMapping | A mapping of tag names from the metric prefix (optional, defaults to no mapping)
useHttps | A flag indicating if https connecition should be used (optional, defaults to false)

##### Tag Mapping
InfluxDB 0.9 supports tagging measurements and querying based on those tags. statsd-jvm-profilers uses these tags to support richer querying of the produced data. For compatibility with other metric backends, the tags are extracted from the metric prefix.
Expand Down

0 comments on commit 3010543

Please sign in to comment.