You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
I am trying to collect all metrics from the different Kubeflow components and particularly the notebook controller using Prometheus.
Environment
The configuration is the one by default.
/metrics
and/stats/prometheus
1.enablePrometheusMerge: true
.The annotations are properly overwritten by istio for the notebook-controller-deployment, here is an example:
kubectl get pod -n kubeflow notebook-controller-deployment-... -o jsonpath='{.metadata.annotations}'
giveCalling the /stats/prometheus on notebook service will result in the same metrics from the cluster local gateway.
Reproduce
kubectl port-forward -n kubeflow svc/notebook-controller-service 8080:8080
kubectl port-forward -n istio-system svc/cluster-local-gateway 15020:15020
Go on
localhost:8080/metrics
and compare withlocalhost:15020/stats/prometheus
, they are no corresponding metrics.Footnotes
Istio documentation ↩
The text was updated successfully, but these errors were encountered: