Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Jul 5, 2016
1 parent f6cc670 commit 45143f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -6,6 +6,8 @@ Example Grafana dashboard for Hunchentoot on SBCL:

You can get this dashboard [here](https://raw.githubusercontent.com/deadtrickster/prometheus.cl/master/dashboards/HunchentootSBCL.json).

NOTE: Quantile estimator system used by summary is yet to be included in Quicklisp. Please download manually: https://github.com/deadtrickster/quantile-estimator.cl

### Example Quick Start
Currently example uses Linux and SBCL specific collectors.

Expand All @@ -22,7 +24,8 @@ You can override app/exporter host/port in `prometheus.example:run` arguments. T
- Int Counter (can only work with unsigned int64)
- Gauge
- Histogram
- Summary (without quantiles for now)
- Simple Summary (without quantiles)
- Summary (with quantiles)

## Custom collectors

Expand Down

0 comments on commit 45143f0

Please sign in to comment.