Closed iandyh closed 1 month ago
Hi @iandyh , I could deploy this in local, can i know the /metrics will work on engines pod ?
` $ kubectl get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
db-7d6cd75887-sdk7n 1/1 Running 0 46m 10.244.0.6 shibuya-control-plane
$ kubectl get svc -o wide -l project=1
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
engine-1-1-1 ClusterIP None
$ curl -v http://10.244.0.14/metrics
@muthuv1 You need to go into the pod first
kubectl exec -it pod bash
Then
curl localhost:8080/metrics
and search for shibuya metrics.
This will be the first PR for distributed mode phase 2 release. In this PR, we add the
/metrics
to the http handler so it will expose the metrics created by the Jmeter.This new version of Jmeter will be backwards compatible so we can firstly release it. Controller side development will require more time.
In addition, we also want to achieve following items:
Above todos will be addressed by this PR: https://github.com/rakutentech/shibuya/pull/113