spring boot actuation with micrometer app with timeseries data pulled every min and consists of 60 rows with 30 column data

19 views
Skip to first unread message

praveen kumar

unread,
Oct 13, 2020, 3:07:47 PM10/13/20
to Prometheus Users
Hi,

i have below scenario

1. spring boot actuation with micrometer app with timeseries data pulled(from DB) every min which  consists of 60 rows with 30 column data(900 data points every minute)
2. Promethues pull doesn't persist datetime and rather adds pull time on to the data
3. Promethues push gateway, How can we add that huge data, Do we have JSON load to pushgateway directly?
4. Victoria metrics is an option here?

Thanks
Praveen

Brian Candler

unread,
Oct 13, 2020, 3:41:00 PM10/13/20
to Prometheus Users
This won't work with pushgateway.  Pushgateway is not any sort of queue.  It only caches the *last* value pushed, you can't push through multiple values with different timestamps for the same timeseries.

VictoriaMetrics is certainly an option, as are other TSDBs like influxdb, timescaledb etc.

praveen kumar

unread,
Oct 13, 2020, 5:23:11 PM10/13/20
to Brian Candler, Prometheus Users
Thanks for your quick answer, That certainly helps :-)

Thanks
Praveen

On Wed, Oct 14, 2020 at 1:11 AM Brian Candler <b.ca...@pobox.com> wrote:
This won't work with pushgateway.  Pushgateway is not any sort of queue.  It only caches the *last* value pushed, you can't push through multiple values with different timestamps for the same timeseries.

VictoriaMetrics is certainly an option, as are other TSDBs like influxdb, timescaledb etc.

--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/0b023ef7-4d91-4d62-9c6f-bc29b6fe1b48o%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages