Search code examples
prometheusheapster

Custom sink for Prometheus


Is it possible to define a custom sink for Prometheus? Such a feature is offered by Heapster, and I wonder if one can, for example, write collected time series data by Prometheus to stdout.


Solution

  • The remote write path allows for this, see https://www.robustperception.io/using-the-remote-write-path/ for an example.