Skip to content
Snippets Groups Projects
Commit bb4b32fd authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Change prometheus query path

parent d114ce85
Branches
Tags
3 merge requests!39Add Support for Benchmarking Strategies,!36Implement Benchmarking Strategy: Heuristic 2 (Binary Search Strategy),!35Implement Benchmarking Strategy: Heuristic 1 (Step Strategy)
This commit is part of merge request !35. Comments created here will be created in the context of that merge request.
...@@ -13,7 +13,7 @@ instances = sys.argv[4] ...@@ -13,7 +13,7 @@ instances = sys.argv[4]
execution_minutes = int(sys.argv[5]) execution_minutes = int(sys.argv[5])
time_diff_ms = int(os.getenv('CLOCK_DIFF_MS', 0)) time_diff_ms = int(os.getenv('CLOCK_DIFF_MS', 0))
prometheus_query_path = 'http://localhost:9090/api/v1/query_range' prometheus_query_path = 'http://kube1.internal:32529/api/v1/query_range'
#http://localhost:9090/api/v1/query_range?query=sum%20by(job,topic)(kafka_consumer_consumer_fetch_manager_metrics_records_lag)&start=2015-07-01T20:10:30.781Z&end=2020-07-01T20:11:00.781Z&step=15s #http://localhost:9090/api/v1/query_range?query=sum%20by(job,topic)(kafka_consumer_consumer_fetch_manager_metrics_records_lag)&start=2015-07-01T20:10:30.781Z&end=2020-07-01T20:11:00.781Z&step=15s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment