├── README.md ├── autoscale.tick ├── labs ├── 01-minikube.md ├── 02-helm.md ├── 03-influxdb.md ├── 04-telegraf.md ├── 05-chronograf.md ├── 06-kapacitor.md └── 07-autoscaling.md ├── replicasets └── app.yaml └── services └── app.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/README.md -------------------------------------------------------------------------------- /autoscale.tick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/autoscale.tick -------------------------------------------------------------------------------- /labs/01-minikube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/01-minikube.md -------------------------------------------------------------------------------- /labs/02-helm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/02-helm.md -------------------------------------------------------------------------------- /labs/03-influxdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/03-influxdb.md -------------------------------------------------------------------------------- /labs/04-telegraf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/04-telegraf.md -------------------------------------------------------------------------------- /labs/05-chronograf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/05-chronograf.md -------------------------------------------------------------------------------- /labs/06-kapacitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/06-kapacitor.md -------------------------------------------------------------------------------- /labs/07-autoscaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/labs/07-autoscaling.md -------------------------------------------------------------------------------- /replicasets/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/replicasets/app.yaml -------------------------------------------------------------------------------- /services/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kelseyhightower/oscon-metrics-tutorial/HEAD/services/app.yaml --------------------------------------------------------------------------------