tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

RFE: Run tsbs against Prometheus preferably deployed in a k8s cluster

Open aakarshg opened this issue 5 years ago • 3 comments

It'll be interesting to be able run Tsbs against prometheus as well. Another interesting work that would be a good to have is to run TSBS against MongoDB/Prometheus/InfluxDB deployed in a k8s clusterm as they're currently available and can be integrated easily with K8s.

aakarshg avatar Apr 12 '19 20:04 aakarshg

Hi @aakarshg ! You may take a look at this PR https://github.com/timescale/tsbs/pull/96 It is not reviewed or merged yet, but it implements PromQL queries generation which may be helpful for tests agains Prometheus. At least I was able to do that.

hagen1778 avatar Nov 09 '19 22:11 hagen1778

Hi @hagen1778 , thanks for taking a jab at this. I'll take a look at it :)

aakarshg avatar Nov 11 '19 19:11 aakarshg

Hi @aakarshg ! You may take a look at this PR #96

Hello, Any good idea to test the write performance of Prometheus? I try to edit your PR, however, I think the direct test method makes me confused. The Prometheus adopts the pull method to scrape data, and my idea is to re-edit your load-victor file to send the test_data to pushgateway, meanwhile, with the help of grafana to monitor the Prometheus's scrape performance that derives from its own metrics(:9090/metrics).

SimonHu-HN avatar May 31 '20 14:05 SimonHu-HN