tsbs
tsbs copied to clipboard
RFE: Run tsbs against Prometheus preferably deployed in a k8s cluster
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.
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.
Hi @hagen1778 , thanks for taking a jab at this. I'll take a look at it :)
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).