diff --git a/execution/lag_analysis.py b/execution/lag_analysis.py index 84149151366ca674b27ef5655981e4fc9e3635c9..ce2e0f7f615e147836ee3384b6eacdf13689f7b8 100644 --- a/execution/lag_analysis.py +++ b/execution/lag_analysis.py @@ -13,7 +13,7 @@ instances = sys.argv[4] execution_minutes = int(sys.argv[5]) 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