Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why cloud endpoints dashboard is never getting updated with 'request' metrics?

I setup cloud endpoints on GKE. I enabled JWT Auth with google service accounts. API is working fine. It needs the JWT passed in Authentication header. It doesn't allow expired JWT all are working as expected. Except the dashboard on GCP shows nothing. It shows 0 requests. 0 requests/s.

I tried to check logs on stackdriver. It's empty :(

Apparently i need 10 reputations to show this image embedded in the question. Sorry for inconvenience https://i.imgur.com/JaqJ0sp.png

like image 759
Jey Avatar asked Oct 28 '22 19:10

Jey


1 Answers

Started to work after enabling the Google Cloud Endpoints API in the API console

like image 62
Jey Avatar answered Nov 10 '22 18:11

Jey