SAP / sap-btp-service-operator

SAP BTP service operator enables developers to connect Kubernetes clusters to SAP BTP accounts and to consume SAP BTP services within the clusters by using Kubernetes native tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics endpoint for btp operator

yemramirezca opened this issue · comments

Hi,
The k8s service sap-btp-operator-controller-manager-metrics-service uses https,
how could I see the exposed metrics on the /metric endpoint?

is there a list of metrics documented somewhere?
Thanks

The BTP operator is built with kubebuilder, the metrics service is included by default, to use it you need to install prometheus and enable it,
follow the instructions in kubebuilder book