Skip to content

Commit

Permalink
Add analytics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Jan 19, 2019
1 parent 36f7f82 commit 174c41e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ Notes

# Next Steps

* [Jupyter notebooks showing worked examples](../readme.md#quick-start)
* [Jupyter notebooks showing worked examples](../readme.md#quick-start)
* Seldon Core Analytics (example Prometheus and Grafana)
* [Helm Chart](../helm-charts/seldon-core-analytics)
* [Ksonnet Package](../seldon-core/seldon-core-analytics)
23 changes: 23 additions & 0 deletions seldon-core/seldon-core-analytics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Seldon Core Analytics

This package provides an example Prometheus and Grafana install with default dashboard for Seldon Core. Its only intended for demonstration. In production you should create your own Prometheus and Grafana installation.

## Install

* Install seldon-core as described [here](../../docs/install.md#with-ksonnet)
* Install seldon-core-analytics. Parameters:
* ```password``` set the Grafana dashboard password - default 'admin'
* ```prometheusServiceType``` the Prometheus service type - default 'ClusterIP'
* ```grafanaServiceType``` the Grafama service type - default `NodePort`

```
ks pkg install seldon-core/seldon-core-analytics@master
ks generate seldon-core-analytics seldon-core-analytics
```
* Launch components onto cluster
```
ks apply default
```
Notes

* You can use ```--namespace``` to install seldon-core to a particular namespace

0 comments on commit 174c41e

Please sign in to comment.