Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
s4z committed Jun 11, 2017
1 parent 32a790d commit 25ec10b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ Usage of ./prom2click:
```

* Create a dashboard
* Example template query
```sql
SELECT DISTINCT(name) FROM metrics.samples
```
* Example query
```sql
SELECT $timeSeries as t, median(val) FROM $table WHERE $timeFilter
Expand All @@ -125,9 +129,10 @@ note: there are no tests (yet)..

### Notes

Some things I'm still working out - this list will likely get longer for a bit:
Some things not yet sorted - this list will likely get longer for a bit:

* How many metrics/second a reasonably sized cluster can accept (eg. 4 servers, 2 shards, 1 replica per shard)
* Get list of metrics, tags and tag values into Grafana more efficiently (instead of SELECT DISTINCT..)
* Load testing - how many metrics/second can a reasonably sized cluster accept (eg. 4 servers, 2 shards, 1 replica per shard)
* How to use templated variables within templates
* How to select multiple series
* Will the graphite merge engine work with my schema
Expand Down

0 comments on commit 25ec10b

Please sign in to comment.