Managed prometheus is blocked by the istio #340
-
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Managed Prometheus doesn't scrape anything until you install a PodMonitor, which configures scraping. See https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed for details, and https://cloud.google.com/stackdriver/docs/managed-prometheus/exporters for some examples. |
Beta Was this translation helpful? Give feedback.
-
Problem solved. The issue was that the istio injector replaced this port 80 to port 15020. |
Beta Was this translation helpful? Give feedback.
-
@pintohutch hope you are still the SME on this area. We are having a similar issue where ISTIO is running on 15090 and scrape away all the metric. but my app exposing on 8084 is not getting through to GPM. Get "http://240.13.206.101:8084/actuator/prometheus": read tcp xxx.xxx.xxx.xxx:37516->xxx.xxx.xx.xxx:8084: read: connection reset by peer basically collector not able to connect to the Application POD. any help please? |
Beta Was this translation helpful? Give feedback.
Problem solved. The issue was that the istio injector replaced this port 80 to port 15020.