Settings

Theme

Open-sourcing Pushprom: our solution to Prometheus data retrieval issues

blog.messagebird.com

29 points by lgomezma 10 years ago · 3 comments

Reader

fh973 10 years ago

How is this different from https://github.com/prometheus/pushgateway ?

  • acdha 10 years ago

    I'm assuming it's the aggregation aspect: the pushgateway will overwrite existing values with the same grouping key. If I'm understanding this correctly, with pushprom each request could send a message like "http.bytes_sent" and you'd get a cumulative total, as you could with the statsd exporter but using the Prometheus data model.

    • samwierema 10 years ago

      Yes, this is correct. Where pushgateway is specifically not an aggregator we do support it.

      Happy to answer any more questions you might have!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection