Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

add another three types of sink in overview.md #739

Merged
merged 1 commit into from
Nov 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,14 @@ Heapster can push data to multiple sinks. Heapster currently supports the follow
* `https://console.developers.google.com/project/<project_ID>/logs?service=custom.googleapis.com`
* Where `project_ID` is the project ID of the Google Cloud Platform project ID.
* Select `kubernetes.io/events` from the `All logs` drop down menu.

* Hawkular
* This sink supports monitoring metrics only.Hawkular is a an opensource monitoring solution,
it provides a set of REST services that makes it easy to store metrics, display metrics.
* See [sink-configuration.md](https://github.com/kubernetes/heapster/blob/master/docs/sink-configuration.md#hawkular-metrics) for information on how to config the Hawkular sink.
* Kafka
* This sink supports monitoring metrics and events.Kafka is a high-throughput distributed messaging system.
* See [sink-configuration.md](https://github.com/kubernetes/heapster/blob/master/docs/sink-configuration.md#kafka) for information on how to config the Kafka sink.
* Riemann
* This sink supports metrics and events.Riemann is a network monitoring system,
it can aggregate events from your servers and applications with a powerful stream processing language.
* See [sink-configuration.md](https://github.com/kubernetes/heapster/blob/master/docs/sink-configuration.md#riemann) for information on how to config the Riemann sink.