github.com/galamsiva2020/kubernetes-heapster-monitoring@v0.0.0-20210823134957-3c1baa7c1e70/docs/riemann.md (about)

     1  # Run Heapster with a Riemann back end
     2  
     3  [Riemann](https://riemann.io) is an event processing engine which allows
     4  sophisticated transformation, analysis, and routing of events. Configuration is
     5  provided using Clojure.  When Heapster is configured with a Riemann sink, it
     6  will stream Riemann-format events to a separate Riemann instance.
     7  
     8  The following sink options are supported as URL parameters:
     9  
    10      host: default "riemann-heapster:5555"
    11          The host-port connection string for the Riemann instance.
    12      ttl:  default 60.0
    13          The default TTL (in seconds) assigned to Riemann events
    14      state: default nil
    15          The default state (string) assigned to Riemann events
    16      tags: default []
    17          An array of strings that should be associated with each Riemann event
    18      storeEvents: default true
    19          Whether Kubernetes events should be forwarded to Riemann
    20  
    21  See the [sample config](../riemann/riemann-pagerduty-sample.config) for configuration pointers.