kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
155 stars 53 forks source link

temp thanos fix #1227

Open msvinaykumar opened 2 months ago

msvinaykumar commented 2 months ago

Description

Temp fix for Thanos Setup ..

Not sure if it is fix or setup issue curl http://thanos-query-frontend-thanos-bench.apps.kruize-scalelab.h0b5.p1.openshiftapps.com/api/v1/query?query=up {"status":"success","data":{"resultType":"vector","result":[]}} In the above response, Thanos setup returns an empty results list with a 200 status code, whereas in our Prometheus setup, the response is a 200 status code with some results {"status":"success","data":{"resultType":"vector","result":[{"metric":{"name":"up","instance":"prometheus-k8s.openshift-monitoring.svc:9091 Kruize code check if "up" is available if yes it says data source connection is successful (edited)

Fixes # (issue)

Type of change

How has this been tested?

Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required.

Test Configuration

Checklist :dart:

Additional information

Include any additional information such as links, test results, screenshots here