Skip to content

Commit

Permalink
[skip ci] add sample HTML output to website and fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Dec 15, 2018
1 parent 67f58b5 commit cd4ffe7
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/docs/extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: extras
title: Extras
---

For conveniance we include prebuilt [Grafana](http://grafana.com/) dashboards for [summary](extras/influx-summary-grafana-dashboard.json) and [details](extras/influx-details-grafana-dashboard.json).
For conveniance we include prebuilt [Grafana](http://grafana.com/) dashboards for [summary](/extras/influx-summary-grafana-dashboard.json) and [details](/extras/influx-details-grafana-dashboard.json).

#### Summary Grafana Dashboard

Expand Down
2 changes: 1 addition & 1 deletion www/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Output type. If none provided, a summary is printed.
- `"influx-summary"` - outputs the metrics summary as InfluxDB line protocol.
- `"influx-details"` - outputs the metrics details as InfluxDB line protocol.

See [output](output.md) for details.
See [output formats page](output.md) for details.

### `-i`

Expand Down
2 changes: 1 addition & 1 deletion www/docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ duration (ms),status,error

### HTML

HTML output can be generated using `html` as format in the `-O` option. See [sample output](http://bojand.github.io/sample.html).
HTML output can be generated using `html` as format in the `-O` option. See [sample output](/extras/sample.html).

### JSON

Expand Down
428 changes: 428 additions & 0 deletions www/website/static/sample.html

Large diffs are not rendered by default.

0 comments on commit cd4ffe7

Please sign in to comment.