0

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.

Eissa N.
  • 1,695
  • 11
  • 18

1 Answers1

1

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

brian-brazil
  • 31,678
  • 6
  • 93
  • 86